Forum Discussion
Quiz Answers randomize & Character Select States Change?
Hi, Kristi,
1. You're using the same variables (Response, Wrong Response, Irate Response) for multiple slides. Well, if Irate Response is set to True on 6.2, it'll still be True on 6.3 and 6.4. The program will show the layers in the trigger order. So it'll end on the "last" layer with a True variable.
The fix is to use unique variables for each question. Another option is to reset the variables to False at the start of each slide.
2. When items are in a button set, only one can be in the Selected state. That's the purpose of a button set: selecting one button/item automatically deselects all the others.
The fix is to remove the characters from a button set. Another option: use a Visited state instead of Selected.
Easy fixes :). Thanks so much Judy!