Creating a launch page with ticks and crosses for quiz

Aug 15, 2018

hi,

 

I've created a quiz, with a launch page where the user goes back each time and a tick or a cross should appear on the corresponding quiz number. I'm obviously missing a link but can't work it how, can anyone help/ I've attached the file

1 Reply
Russell Killips

Hello Sue,

Instead of using True/False variables, I like to use a number variable. I use a number variable because the question has 3 states: Unanswered, Incorrect, Correct.

I used -1 as a default for Unanswered,
0 for Incorrect,
1 for Correct

On timeline start for your launch page, there are triggers that change the state of the buttons. For example:

Change State of Square 1 to Correct if variable (q1) = 1
Change State of Square 1 to Incorrect if variable (q1) = 0

For the questions, there are triggers on the correct and incorrect layers.

The correct layer sets the variable (q1) to 1 on timeline start.
The incorrect layers sets the variable (q1) to 0 on timeline start.

I also noticed that you only have 9 questions instead of 10. Square 8 is launching question 9.

This discussion is closed. You can start a new discussion or contact Articulate Support.