Skip to main content
March 6, 2009
Question

Random question sections that show different on retake

  • March 6, 2009
  • 1 reply
  • 648 views
Ok, so here is what I have been asked to do. They want 60 questions, 15 from each pool. The user is asked 5 questions from each pool, for a total of 20 questions. If they don't get 80 percent, they are asked to retake the test, and when they do so, they want the 20 questions to be re-randomized. I can get all but the last step down, when retake test is chosen, the questions are the same as the first time the test was taken. Is there a way to reset the random questions OR if not, is there a way to setup 2 quiz sections, and if the first is passed the second is skipped, and if the second is taken the score from the first can be discarded and not reported to the LMS?
This topic has been closed for replies.

1 reply

April 22, 2009

Still trying to figure this one out, anyone got any magical ideas?

Participating Frequently
April 23, 2009

Hi,

If you are conversant with Flash, this can be done pretty easily.

You can do a loadmovie for a captivate movie in a frame and poll  if CP swf has ended in a timer by checking (cpmovie.m_state ==2).

And once the cp swf ends you can reload the swf if the score is < 80%.

--

Manoj

April 23, 2009

So I would create a Flash object that would be the wrapper and then embed that flash object in my Captivate movie?  I'm just a beginner in flash (figured out how to make a drop down menu from scratch etc), so not quite following.  Thanks for the response though, gives me something to think about (and a goal to work toward).