Copy link to clipboard
Copied
I have a non-linear project that has 3 sets of content that are all accessible from a menu. Each lesson has it's own set of questions after the content slides. I introduced a "checkpoint results slide" at the end of each set of questions to give the learner a sense of his performance (rather than waiting until the end of all 3 lessons for the system generated quiz results slide). I wanted the learner to have the flexibility of doing whichever lesson he feels like, answer the questions, get some feedback, revisit the menu, click another unvisited lesson and so on, until all the lessons are visited, he gets his results and exits.
The problem is, if the learner decides to start with unit 2, and does the questions, when he revisits the menu and moves on to unit 3 or unit 1 Captivate doesn't seem to recognise that this is a continuation of the quiz. So it sets the question numbering back to "question 1" creating an impossible situation for the system generated quiz results slide because I noticed that the system variables were also no updating (I have them on the slide to test). In the end, the final quiz results slide is filled in NaN errors because the system variables didn't recognize the scope I guess.
I relented and made the project linear forcing the learner to visit 1, visit 2 and then visit 3 (which I simply detest!) and it worked. What am I doing wrong? Is the system generated results slide in Captivate Quizzes only possible for linear activity?
I do have my own variables to provide user data for my checkpoint slides (customized results slides) and the project worked really well WITHOUT the beauty of having the automatic system generated results slide with the review questions options which is a shame. Does this mean that I can't have both options, and I should just create my own final results slide? I sure hope not.
Any advice always appreciated.
If I understand the question correctly, Branch aware is not the solution IMO. That feature will make the quizzing variables dynamic, which means that only the questions taken by the user will be included in the quizzing system variables on the score slide: the percentage, the score, the maximum score, etc. Have a look at the example in this blog post:
Branch Aware Quiz - Captivate blog
Moreover Branch aware will restrict navigation in your course, and that is not wanted in this case I presume.
Som
...Copy link to clipboard
Copied
Check the branch aware box in the preferences: quiz settings panel. (I like your art.) 😉
Copy link to clipboard
Copied
If I understand the question correctly, Branch aware is not the solution IMO. That feature will make the quizzing variables dynamic, which means that only the questions taken by the user will be included in the quizzing system variables on the score slide: the percentage, the score, the maximum score, etc. Have a look at the example in this blog post:
Branch Aware Quiz - Captivate blog
Moreover Branch aware will restrict navigation in your course, and that is not wanted in this case I presume.
Some ideas based on my understanding of the question:
Copy link to clipboard
Copied
I was also thinking that the issue must be that the user is jumping out of the quiz scope and resetting the quiz.
I would suggest just making the buttons on the menu slide scored so that they all get added to the quiz. Then returning to the Menu slide shouldn't trigger the quiz to reset.
Copy link to clipboard
Copied
Hi Rod,
Did you mean including those non-question slides (like the menu, and the customized slides that separate the lessons) in the quiz?
I'm gonna do some tests and see what these suggestions yield.
Copy link to clipboard
Copied
Yes. Basically by setting the buttons on the menu slide to have scores (maybe just one point each) and report to the quiz, you have effectively extended the quiz scope so that it STARTS from the Menu slide and ends on the Quiz Results slide near the end of the project.
In theory, as long as your learner doesn't jump back to any slide BEFORE the Menu slide, you should not trigger a reset of the quiz score.
Copy link to clipboard
Copied
Hi Lilybiri,
You always understand me 🙂 I'm going to check out these leads and see what happens. If you have any leads on Quiz Scope, I'll welcome links.
Copy link to clipboard
Copied
I mentioned the system variabel cpInQuizScope, which you can insert in a text container during testing to see if you leave quiz scoe.
Normally quiz scope starts with the first 'scored' object. Each interactive object can have a score, which will be added to the total quiz score. You can see all the components of the total Quiz score in the so useful panel 'Advanced Interaction' (F9). By adding a score to one button on the first slide, you are sure that the user could return to any content slide without leaving the Quiz scope. Rod suggested the menu slide, which is fine as well if you are sure the user will never visit a slide preceding that menu slide. You are not adding slides, but interactive buttons to the total score.
Copy link to clipboard
Copied
Thanks Allen, I'm afraid that's not it. It's a bit more complex than that.