pass score from Flash to Lectora
May 9, 2009 12:00 AM
With Flash it takes a few more lines of code than it does with Captivate, try this.
if (_global.testWrongClicks>=_global.wrongClickCeiling) {
//studentScore = "Too many wrong clicks.";
getURL("javascript:VarQuestion_0005.set('Too many wrong clicks')");
} else {
getURL("javascript:VarQuestion_0005.set('correct')");
}
Discussions have been disabled for this post