Keeping Track of MC History Correctness

Hello All!

I am trying to build a slide that keeps track of MC submission correctness. Right now I have a correctness history matched to when a particular option is selected, but cannot get CL to keep track of the history of correctness.

There is a reset button that may be getting in the way, but I am not sure. Right now the slide is basically identifying the number of solutions to an absolute value equation. I’d like to keep track of the correctness history when each “Scenario” matches what is selected.

The slide is posted above. Any advice is welcome!

-TJ

You were doing it correctly, you just had the code in the submit button which was hidden and so the capture was not happening.

1 Like

That was so helpful! Here is the updated version of what I was thinking. Totally makes sense to not capture something if it’s not THERE