Skip to main content
Participating Frequently
July 15, 2016
Question

Limit Review to Incorrect Answers (Captivate 9)

  • July 15, 2016
  • 4 replies
  • 698 views

Hi everyone,

I am having issues in creating question slides and limiting review to only missed questions and would greatly appreciate any input. I have been following the Lieve Weymeis Captivate blog (Limit Review to Incorrect Answers (Captivate 6) - Captivate blog) on limiting review of incorrect answers and applying the Advanced actions and variables to question slides with Captivate 9 and I'm not having any success. It is something I missed and need some input. Below I will post my settings used for first question slide (question 1 of 4). All  advanced actions and variable information can be viewed from blog mentioned above.

This topic has been closed for replies.

4 replies

Participating Frequently
July 15, 2016

Thank you Lilybiri, I'll implement the changes and test the project and send you feedback. Thank you for the input, I greatly appreciate it. -Frank

Participating Frequently
July 15, 2016

Slide 1. EnterScore script (On Enter:) attached to score slide. Conditional Action and no script for feedback.

Question slides 2, 3 and 4 are assigned the proper scripting and can add screenshots if requested.

If there is any other screen shot that I can add, please post and I will reply very soon.

Score slide image. Quiz is setup to Pass / Fail Option: 100%. Each question is set to 25 points with no penalty.

Lilybiri
Legend
July 15, 2016

Lot has changed since my blog post in Captivate's features, it should now be easier.

In Captivate 9 you no longer need to track Review mode yourself (with the user variable v_review), because there is a system variable cpInReviewMode, a Boolean, that is set to 1 when the user is getting in Review Mode.

Please replace the user variable v_review in the first conditional action by cpInReviewMode.

You don't need the conditional action On Enter for the score slide anymore.

Do you have a user variable for each question slide: v_quest1, v_quest2.... ? Did you create a duplicate for the advanced action Quest1 for each question slide? In Captivate 9 this can be simplified by using one Shared action, which will need only one parameter, the user variable v_quest1 because that parameter has to change for each question slide. Choice is up to you: either duplicate actions, or one shared action with one parameter.

I will update this blog post as one of my recipes in an Actions Cookbook. Sorry, but don't have time to update each old blog post with a new release, have over 100 posts there.

Participating Frequently
July 15, 2016

I have replaced the v_review with cpInReviewMode for EnterQ1 thru 4. See screen shot below.

Checked and have user variable for v_quest1 thru 4 is set to "0" on all question slides and removed "On Enter" action from score slide. Made Quest1 a shared action and used for question slide 1 thru 4. Previewed the course questions and was not able to review incorrect content. Reviewing code again to make sure I have not missed a step or made an mistake. Will post my progress after further testing.

Participating Frequently
July 15, 2016

Slide 1. Quest1 script. Standard Action and associated Quiz panel

Participating Frequently
July 15, 2016

Was unable to add pics to first post. Attached is the slide info

Slide 1. On Enter script. Conditional Action. The question has no penalties and one correct answer for multiple choice.