Add functionality to Storyline 360 Quiz

Feb 18, 2021

Using a custom button w/custom graphics, I would like to be able to evaluate if the answer choice is correct or incorrect at the time I click the button.  Or even better yet, add Right or Wrong states to the buttons in a quiz.

1 Reply
Anthony Goss

You can do this with variables. Give each button a correct and incorrect state. Create a text variable that holds the choice. Then, create another text variable that holds the correct answer. Set the choice variable for the correct button to be the same as the correct answer variable. Then, create a trigger that changes the state of the button to show correct when the user clicks the correct button if choice variable is equal to the correct variable. For the incorrect choice, do the name but set the trigger to evaluate not equal to.