Forum Discussion
TessadeVries
3 years agoCommunity Member
Quiz visible after complete the course
Hi everyone! I am new to Storyline and I just finished my first E-learning course. I would like to end the course with a quiz, but I only want it to "show up" after the content of the course is ...
JerryBeaucaire
3 years agoCommunity Member
I use variables for things like this.
- Create a T/F variable for each of your chapters.
- Add triggers in your chapters somewhere to set the chapter variable to TRUE when the user views enough of that chapter. It can be when the chapter starts, or ends, when some button gets clicked at the end of that chapter, you get the idea. Each chapter needs to be flagged as done.
- Back on your main screen, set the Quiz button to HIDDEN status for its initial state.
- Add triggers to change the state of the Quiz button to NORMAL when the chapter variables are all set to true.