Forum Discussion
AyseSahin-3327f
3 years agoCommunity Member
Multiple choice quiz with a limit (3 choices max)
I have a multiple choices quiz with 9 answers but I need to limit them to 3 choices (means when more than 3 are selected so the 4th can't be "selected" or the 3rd becomes "normal").; I tried with ...
MathNotermans-9
3 years agoCommunity Member
Quite easy to fix. Adding 2 variables. disableChoices and maxChoices... adding a countup on the checkboxes...so disableChoices counts up from 0-9...
Check it here:
https://360.articulate.com/review/content/d509a2d0-45ea-4743-bfae-d797d4f8294a/review
Then added a SlideLayer with content to block the Response Checkboxes. Triggering that to show when the variable disableChoices => maxChoices... and bingo... no more clicks possible.
Kind regards,
Math
PS. you might want to change the look and feel of the blockChoices SlideLayer ;-)
And if you want more choices enabled...just change the variable maxChoices. Its now set to 3.