Forum Discussion
CatchMe
4 years agoCommunity Member
Enabling submit button manually_Multiple Answers Quiz
Hi,
I want to create submit button manually (Do not use Storyline default button). The initial state of ‘Submit’ button should be disabled. Once the user selects any two options, the button become...
MichaelHinze
4 years agoCommunity Member
Set up two variables; one True/False and one numeric. The True/False variable that is toggled whenever an option is clicked. Based on this changing variable, reset the numeric variable to zero and then +1 for every option that is in the Selected state. If the numeric variable=2 then enable Submit. f the numeric variable <>2 then disable Submit.
- CatchMe4 years agoCommunity Member
Thank you for your great answer, Michael. The method works fine.. Thanks again...