HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Displaying slide/module when quiz passed
Displaying slide/module when quiz passed
  View type:
Hi everyone,

i'm a newbee here. Could you tell me is there a possibility to show next slide/module only when designed quiz or simple question was filled correct?

Thanks for your future help :)
 
Hi, Adam,

If you need to show next module, then it is almost impossible without using LMS (some LMS allow to set up rules for modules sequencing).
If you need to show next slide depending on test result - it is much simpler. Basic approach:
- disable all navigation objects on the slide entry (using NAVIGATION action attached to suitable event, for example, on Test's ondisplay event)
- attach success check to onTestEnd event of Test object, depending on this checking use NAVIGATION action to allow navigation (or do smth else on failure)
Success check can be different, depending on your needs. For example:
IF SCORE ("total">50)
_ NAVIGATION (allow all navigation)
_ ELSE
_ _ GOTO (first slide)
or smth like that.
 
 
Thanks very much,

your answer helped me a lot. I hava one more question. Is there a possibility to make navigation buttons invisible, not only disabled?
 
 
 
Hi, Adam,

Yes, you can use usual DISPLAY action to display/hide them. Navigation objects are almost usual objects (with some specific properties though).
 
 
Thanks very much,

your answer helped me a lot. I hava one more question. Is there a possibility to make navigation buttons invisible, not only disabled?
Subject:
Message options
No additional options