Skip to main content
aamorris2
Inspiring
July 23, 2019
Answered

Customize feedback in quiz review mode for RANDOM quiz...

  • July 23, 2019
  • 2 replies
  • 2278 views

I have a multiple choice math quiz comprised of randomized quiz questions. I need to create a feature where the user, while in quiz review mode, can go back to a question they answered incorrectly and see the solution as to how the correct answer is derived. I'd prefer this solution to be an image that is shown. Is this possible to do with a quiz comprised of random questions in Captivate 9?

This topic has been closed for replies.
Correct answer Lilybiri

I have been thinking about your problem as well.

During the night found a solution (mostly find them in the night). I tested it out and it works. However, I use 11.5, not your version. Not sure anymore what was missing in CP9.

Will write out a blog to show the workflow and post a link here when I have fhinished.

Blog is published at:

Custom Feedback - Random slides - eLearning

2 replies

aamorris2
aamorris2Author
Inspiring
July 24, 2019

For future readers: using Captivate 9, I was not able to have an image appear on a random quiz slide as I had hoped. To work around this, I added a text box with a different four-digit code on each quiz question page within the Question Pool. Then, after the Quiz Results page, I added another page with a text entry box. Utilizing Advanced Actions, when the user enters any of the codes found on the quiz question pages, the corresponding image pops up depicting the solution for that problem. Huzzah!

Lilybiri
LilybiriCorrect answer
Legend
July 24, 2019

I have been thinking about your problem as well.

During the night found a solution (mostly find them in the night). I tested it out and it works. However, I use 11.5, not your version. Not sure anymore what was missing in CP9.

Will write out a blog to show the workflow and post a link here when I have fhinished.

Blog is published at:

Custom Feedback - Random slides - eLearning

aamorris2
aamorris2Author
Inspiring
July 26, 2019

Thank you so much for taking the time to work through a solution and for writing out your workflow. That means a lot to me, thank you.

Lilybiri
Legend
July 23, 2019

Sorry, cannot test in that old version anymore. The On Enter event is available in the question pool for the questions. Use it to ccheck the value of the system variable cpinRevewMode and show a hidden image if that var == 1

However that image will have to be static, not sure exactly how you want it to behave.

aamorris2
aamorris2Author
Inspiring
July 23, 2019

Thank you for your quick response. I can see how that method would work if the questions were not random, but I'm confused on how I would set it up for random questions. How can I correlate a specific image to a specific question, when the quiz is comprised of random questions?

Lilybiri
Legend
July 23, 2019

Maybe you missed this sentence:

The On Enter event is available in the question pool for the questions.

You have to do this for all the questions in all the used pools. I often needed to set up actions for pool questions. This means that you need an image (for the feedback) from all the questions. That is why I asked you how do they have to look, those images.