Grading without Submitting
November 22, 2006 12:00 AM
Oh yeah, to address the random question issue, I would recommend using a javascript function. Unfortunately, this part can be a pain if you're not comfortable with javascript.1) Create a function that checks if a question was asked and assign it to an array. This can be done with something like this... Quiz1 !="~~~null~~"2) Create a variable and assign its value 0.3) Create another function that traverses the array you created in the step 1 and call the Lectora function isCorrect for every instance in your array. If correct, increment your variable in step 2 by 1.4) Divide the final incremented variable by the number of questions in your array.
Discussions have been disabled for this post