Force Users to Complete a Matching Question

I've got a partial solution, but it's not perfect. When the student answers a matching question, the variable reads something like 2-1,3-2,1-3. In this example, it means they paired the second answer with the first, then the third withthe second, and the first with the third. A correct answer would read 1-1,2-2,3-3. What you could do is this:

Disinherit the standard Next button.

Add a Submit button of your own with two actions.

1. Process question.

2. Go to next page (or show a Next button), if the question's variable contains each of the numbers used in the question. Otherwise, show a message telling them to answer the whole question.

For example:

General Tab: Go to > Next Page

Condition Tab: If Question_001 contains 1

If Question_001 contains 2

If Question_001 contains 3

You would add a separate condition for each matching pair (up to four if you have four options, etc.)

This requires them to click more than one, but it does not technically require them to try them all. It just means they must click

Discussions have been disabled for this post