Logging and tracking quiz results to a web server

May 10, 2018

Hello, I'm working towards the goal of using javascript to post quiz results to a web server. I'm starting small by simply using console.log to log quiz results, this this small test is not working. Can someone guide me in the right direction please? My script is below, and it executed by trigger when timeline (results slide) starts. Thanks!

 

var player = GetPlayer();
var score = player("Results.PassPercent");
console.log("score");

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.