pass score from Flash to Lectora
May 9, 2009 12:00 AM
I read Shawn's doc on passing value to Lectora, and used the following code to pass to Lectora fine.
getURL("javascript:VarSQ001.set('user answer here')");
But what if I want to pass score to Lectora?
If the score is stored in myScore variable, I'd like to pass that value as text to Lectora. I can't seem to use '"Score= " + myScore' in
getURL("javascript:VarSQ001.set('"Score= " + myScore')");
Is it possible to do?
Thanks for the help,
I read Shawn's doc on passing value to Lectora, and used the following code to pass to Lectora fine.
getURL("javascript:VarSQ001.set('user answer here')");
But what if I want to pass score to Lectora?
If the score is stored in myScore variable, I'd like to pass that value as text to Lectora. I can't seem to use '"Score= " + myScore' in
getURL("javascript:VarSQ001.set('"Score= " + myScore')");
Is it possible to do?
Thanks for the help,
Discussions have been disabled for this post