September 11, 2020
Anyone know how to create 2 quizzes in 1 module, but the second quiz is only revealed upon failure of the first?
Comments
(4)
September 11, 2020
Anyone know how to create 2 quizzes in 1 module, but the second quiz is only revealed upon failure of the first?
(4)

Hi Everyone,

Hope everyone is safe and well! I am scratching my head at this request as I am sure it can be done with advanced actions, but I am unsure of how to make this work:

There are two separate quizzes we have created, but the second is only used if the first one is failed. I thought for some reason that I could do this with branching scenarios or advanced actions, but nothing seems to work. Does anyone have any insight into how this could work?

Thanks in advance!

-D

4 Comments
2020-09-15 19:43:31
2020-09-15 19:43:31

Sorry for the many comments, but if I put two links in one comment, you’ll have to wait for moderation. Moderation at this moment is about once a week.

If you want to create an partial score slide for the first quiz:

http://blog.lilybiri.com/intermediate-score-slides-in-2020

Like
(2)
2020-09-15 19:37:03
2020-09-15 19:37:03

Sorry for the many comments, but if I put two links in one comment, you’ll have to wait for moderation. Moderation at this moment is about once a week.

If you want to create an partial score slide for the first quiz:

http://blog.lilybiri.com/intermediate-score-slides-in-2020

 

Like
(2)
2020-09-15 19:33:18
2020-09-15 19:33:18

It is a SCORM requirement to have only one quiz with one total score in a course, that is not a limitation imposed by Captivate.

The feature you will have to use is Branch aware (Quiz Preferences, Settings). That makes the quizzing system variables dynamic. By dynamic I mean that they will be calculated on runtime and take only into account the visited quiz slides.  I will post a link to a blog post Branch aware. It will disable all normal navigation (playbar and TOC), which means you’ll need to provide custom navigation buttons.

If I understand the situation correctly, there are two situations:

  1. User takes the first quiz with success. In that case you will have to send the user immediately to the score slide, which is after all quiz slides. Learner will skip the ‘second’ quiz. That can indeed be done by a conditional advanced action, to be triggered by the Success and Last Attempt events on the last quiz slide of the ‘first’ quiz. You can check the value of the system variable ‘cpInfoPercentage’ to see if it is greater or equal to your required percentage. If that is the case, navigate the learner to the score slide. Since you have custom navigation, it shouldn’t be a problem to skip the second quiz, which is also in the quiz scope (before the score slide)
  2. If the learner is not successful, that same conditional action will navigate to the first slide of the second quiz.

You need to be aware of the fact that the total score will be different in both situations. In the first situation only the first quiz will be scored, in the second situation both quizzes are scored.

Here is the link to the blog:

https://elearning.adobe.com/2018/09/what-is-branch-aware/

 

Like
(2)
(1)
>
Lieve Weymeis
's comment
2020-09-15 19:34:52
2020-09-15 19:34:52
>
Lieve Weymeis
's comment

This blog may be interesting as well, explains the meaning for all the quizzing system variables:

http://blog.lilybiri.com/using-quizzing-system-variables

 

Like
(2)
Add Comment