Free Form Quiz not advancing to Results from trigger

Mar 30, 2023

OK - I have trivia quiz game that is acting up. I have created this exact game before and the previous version works as expected. I have compared, and my colleague has compared, the 2 versions and to our eyes they are identical in regards to the triggers.

What is supposed to happen is the user clicks on a hotspot on Home Slide, which

  1. changes the state of a Multiply shape to normal (initial is hidden)
  2. navigates to a specific slide with a MC question
  3. correct/incorrect nav button navigates back to Home Slide
  4. when all multiply shapes are normal, trigger is supposed to naviaget to next scene which has the results.
  5. Step 4 does happen.

What am I missing here?

3 Replies
Wendy Farmer

Hi Benjamin

see if the attached works how you want

I added a visited state for each of the X as sometimes SL doesn't like to use the 'normal' state in triggers.

I also updated your trigger to validate by adding 'when timeline starts' on the main slide that both the X are = visited.  

Hope that helps