
Pat posted a comment to another blog post:
In Quizmaker 2.1 there was a javascript call StoreQuizResults when the user completed the last question on the quiz. Now in 09 that javascript is not being called. Do you have any insight into what javascript is being called(only get Close window) for so that we can capture the quiz results?
Is there a resource that we can access, do we need to hire a programmer with more Articulate experience, or javascript?
Thanks,
Pat
I took a few minutes to dig though the quiz.js in the published Quizmaker folder/quiz_content
And it looks like it sends the final quiz data via an FSCommand (line 172)
With the command "CC_StoreQuizResult" (line 223)
And saves all the date into the JS object g_oQuizResults (lines 224-232)
If you know your way around JavaScript there is quite a bit you can do with the info that is being send out.
In Pat's case I do not think they need a programmer with a lot of Articulate experience... any good web programmer should have enough JavaScript experience to get what you need.
Comments
Post new comment