Quiz question

Oct 30, 2020

In a multi-select question, how to I make sure that a user has chosen three answers before they can submit? 

3 Replies
Joe Hauglie

What comes to mind is to simply use conditions on the state of the answer objects. The answers have at least two states: normal and selected

So say you have four answers:

* User can click "submit" button if the state of "answer x" is:

A1 = not normal (instead of selected, since you don't know which answers the user will select)

and A2 = not normal

and

A3 = not normal

These conditions will then enable the state of the "submit" button to be active.

You could probably use variable as well, but this seems a good place to start.

Best of luck -

Joe H

 

This discussion is closed. You can start a new discussion or contact Articulate Support.