Forum Discussion

BarbaraJacobs-1's avatar
BarbaraJacobs-1
Community Member
3 months ago
Solved

Storyline 360 Quiz Try Again: Keep showing the correct answers after selecting try again

I need to be able to maintain the correct state on checkboxes for multiple response quizzes after a learner selects submit, so a learner does not have to recheck a correct answer after selecting to t...
  • DavidAnderson's avatar
    DavidAnderson
    3 months ago

    Ooh this is a good one. Took me a moment to see what was going on. 

    On the Try Again layer, you're changing selected states to the custom state Correct if the choice was selected when submitted. Upon returning to the base layer, the custom states are selected showing the checkmark. That's the issue with the interaction.

    Custom states are not registered as selected which is the built-in state Storyline's looking for to evaluate what the learner selected.

    Simple fix: Add two additional triggers to the Submit button to quickly change correctly selected choices from custom state back to built-in Selected state. The learner won't see this because it happens immediately but Storyline will see the change and register the choices as selected.

    Quick video: View

    Sample file: Attached