alternative right answers

Is there a way to do alternative right answers with a quiz question? For example, choose either A or B would be considered correct.

Discussion (4)

Another way to achieve it would be to rebuild the single choice question using a radio button group. Make each radio button modify the variable of an invisible "Fill in the Blank"-question to equal the groups variable. Enter all correct options as correct answers. The radio buttons are not considered for the test but the question can normally be used with all feature in a test or not.

If you're using the questions in an official "test", it gets quite a bit more involved. For a test, the feedback runs an action group that:

  • Checks the answer (question variable value) and IF it contains the "secondary" correct answer, modifies a custom variable to hold that choice
  • Checks the answer (question variable value) and IF it contains the "secondary" correct answer, changes it to the answer selected in question properties
  • Processes the question
  • Displays a message indicating if the answer was correct or not

undefined

I attached a sample that uses both immediate processing and using a submit button for submitting the answer. There's also a sample custom results page at the end.

You could always forego the built-in question feedback and add the appropriate actions on the radio buttons to display custom feedback for each choice.

Thank you all for the help. All approaches worked.

Discussions have been disabled for this post