Forum Discussion
MarcusRummler
12 years agoCommunity Member
How to setup a slide to show if all other slides have been viewed?
I've developed a small tutorial that requires learners to view 5 software demos. At the moment if all slides are viewed from 1 to 5 in that order the final slide(course review) will display but if ...
jeff
12 years agoCommunity Member
Hi Marcus, What I would do is set a true/false variable for every software demo e.g. VarDem1, VarDemo2, VarDemo3 , VarDemo4 VarDemo5. The default setting would be false (they have not seen the demo yet)
On your menu slide where the users select the demo's you simple test the value of the 5 variables that triggers the jump to the final slide.
Jump to slide X on condition that
VarDemo1=True and
VarDemo2=True and
VarDemo3=True and
VarDemo4=True and
VarDemo5=True
That should do the trick
Related Content
- 10 years ago
- 3 months ago
- 3 years ago