Skip to main content
danielb51742821
Inspiring
February 4, 2019
Answered

Retake Quiz - Quiz questions only

  • February 4, 2019
  • 1 reply
  • 1510 views

Captivate 9

I have a new requirement to create a course. Throughout the course there are 5 hot spot questions, which appear between non-quiz slides. Then at the end of the course there are 10 multiple choice questions. The requirement states the 5 hot spot questions that appear between non-quiz slides are to be included towards the score. No problem, all 15 quiz questions will be tagged as graded.

My issue is on failure retake. How does the learner see only the 15 questions after they select the retake button? Currently they go to the first graded question, but proceeding from the 1st graded question forces the learner to go through the non-quiz slides. Is there a retake graded questions only mode by selecting the retake quiz button?

    This topic has been closed for replies.
    Correct answer Lilybiri

    Hi.

    My content slides all have custom next buttons which are timed so the user is forced to watch the entire slide before moving on. The action Rod mentions to tell the next button to display immediately on Enter if the slide has been viewed isn't the most desireable. 

    Lilybiri, I dont think its too contradictory to want the the "Retake Quiz" button to put the user into a mode where they view only the graded questions. And, if not using the retake quiz button a restart course button provided to view the entire course.

    I'm going to ask the training author to consider duplicating the questions in the grouped exam at the end of the content slides and use the previous versions as ungraded practice versions.


    Allow Review of the quiz an use anoter quizzing system var 'cpInReviewMode'. Condition will now be:

    IF cpQuizInfoAttempts is greater than 1    AND

         cpInReviewMode is equal to 0

        Jump to.....

    ELSE

        Continue

    They will now see the Review buttons which allow them to navigate on the quiz slides but all slides can be visited.

    1 reply

    Lilybiri
    Legend
    February 4, 2019

    You didin't mention the version you are using. You need a conditional advanced action, which checks the value of a quizzing system variable ccpQuizInfoAttempts/ When it is greater than 1, you are in a second or later attempt on Quiz level,. or shared

    On the first content slide after the last quiz slide in a sequence you use the On Enter event to trigger that action, which will be like:

    IF cpQuizInfoAttempts is greater than 1

         Jump to slide X                                      x being the first slide of the next quiz sequence

    ELSE

          Continue

    For a shared action 'x' will be a parameter. Could be better than an advanced actin if you need to use it several times in the same project or want to use it in future projets as well.

    danielb51742821
    Inspiring
    February 4, 2019

    Thanks!

    I did mention it is Captivate 9. Its the all updated version. Want to get 2019 but my employer will not go for it.

    Lilybiri
    Legend
    February 4, 2019

    Sorry, missed it. Reason why I didn't post a screenshot, because the dialog box has changed with CP2017 for Advanced actions