Mutiple Correct Answer Sets

Mar 06, 2018

So, this is a complicated one (I think).

I have an assessment question where we are asking "Select the parts that could be considered a complete system."  The possible selections are a CPU, mouse, keyboard, a monitor, and another monitor.  The correct answer (according to import rules) is the mouse, CPU, keyboard, and one monitor.

But since there are two, you could choose either one and that should give you a correct answer.

I created a variable called Correct Right and Correct Left which would turn true if either correct set was chosen.  If either is true when hitting submit, it should take you to the Correct layer, and the Incorrect one if either is not True.

But it's not working.  Any ideas on why?

1 Reply
Doug Mattson

From the first image you submitted, I think you want your incorrect feedback to show if: CorrectLeft is False AND CorrectRight is False. You'll also want to add another trigger: Show layer Incorrect when the user clicks If CorrectLeft is True AND CorrectRight is True. 

You'll want to set it up in a way that the true/false toggle as well. That way if a learner clicks on one but then changes their mind and clicks on it again to deselect. When deselected it should then change the variable to false.

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