Forum Discussion
Allow users to leave a quiz question to explore course content and return to quiz question?
Hi Joanne,
I have been adding some lightbox triggers to my quiz slides that access another slide in my course, which works fine. However, I have a few questions that need to view a scene (which consists of 3 slides) when they select the lightbox trigger. To set this up, I selected the first slide in the scene for my trigger, and checked the "navigation controls" button.
When I test the lightbox trigger, it accesses the intended scene and allows me to review all three slides within the scene; however, it allows me to continue to the next scene - even all the way to the end of the course.
How do I only allow the user to see the three consecutive slides within the intended scene (and then stop)?
Unfortunately, I cannot share my project due to client confidentiality.
Thanks!
Sherri
Hi Sherri,
You can set a T/F variable to do the trick. Let's call it 'LightboxOn.'
- In the quiz slide, set 'LightboxOn' to True when the button to open a lightbox slide is clicked.
- In the last consecutive slide (the third one in your case), adjust the trigger for the next button to jump to the next slide only when 'LightboxOn' is equal to false. Else: close the lightbox.
- Change the 'LightboxOn' to False when slide start quiz slide, you can set this in the master slide if you allow users to open a lightbox slide in all the quiz question slides. So that when user revisit the course they will be able to move on as designed.