Multiple correct answers in multiple response ?

I have a multiple response question where either of two choices are correct. This is within a test with a results page. I have a separate Next button on the test that modifies the variable for the question if the second of the before the process questions action. Using debug, I confirmed that the variable is modified correctly before the process question. However, when I get to the results page, it shows the question as incorrect.

For example:

  • Correct answer = Answer A OR Answer B
  • onClick for next = Modify variable question_0001 to A IF question_0001 = A or = B.

When I go to the Results page, it reads the variable for question_0001 to the initially selected value, not the modified value, for question_0001.

Other ideas? I tried adding the actions to each of the two check boxes and an onShow on the Results page. Unfortunately, the results page doesn't run the onShow action until it builds the results window.

I did look at the sample that was uploaded by Sergey, but using grade all options does not work.

Edit: I've attached a video showing the debug. It's question_0012 that I'm trying to fix. I also am going to be randomizing the test, so I don't think an onPageShow on the next question would work.

Discussions have been disabled for this post