Forum Discussion
Quiz Review and Grading Issue
No matter whether you have 5 questions or 100, the outcome will be identical. The reason it starts from question number 4 is due to the reference to the Scene.SlideNumber variable in the 'Draw from Question Bank' slide. In your file, the 'Draw from Question Bank' slide is located at position number 4. If you delete one slide before that, the questions will consistently start from number 3 and so on. Once on the 'Draw from Questions Bank' slide, Storyline treats it as a separate scene, incrementing the Scene.SlideNumber variable by one as you progress. You should create a variable to keep track of the number of questions. For example, create a variable named "QuestionCounter" and set it to 0. Add a trigger on the Master Question slide to increase "QuestionCounter" by 1 when the timeline starts on this slide. On the Result slide, set "QuestionCounter" to 0 when the timeline starts on this slide.
- JohnWilliams-415 months agoCommunity Member
Thanks! That makes total sense now. Storyline is counting the password slide and the two instruction slides as "quiz slides" and therefore not scoring them since they aren't actually question slides.
One follow-up question: The "Master Slide" you referred to where I should add the trigger... which one is that? I don't see a slide labeled that anywhere in my quiz.