Forum Discussion

YardenAdmian-40's avatar
YardenAdmian-40
Community Member
3 years ago

Storyline, uncheck a box

Hi,

 

As shown in the gif, I have a problem when the user de-selects an option:

In the above example, it does "catch" the first answer when an answer is added, but not when users "change their mind" and unselect a box.

 

Any advice?

  • You have triggers that run when a checkbox is selected. That means you also need triggers to undo those actions, and those need to run when the checkbox is deselected. 

    Yes, that can get cumbersome. That's why a "select multiple options" interaction is most often programmed with a button to indicate the user is ready to submit their answer. Then the subsequent actions are done based on that button being clicked. 

  • I really appreciate your quick response!

     

    Since this is a self-reflection e-learning, the answers need to be recorded and then shown on the final slide to the learner.

    Does it still work with a "submit" button