When in summary mode, we can see when a student types a correct answer, but not when they type an incorrect answer. The components being used are sketch, math response, and text. We used readOnly : true on the sketch, but not on the note that appears in response to the students typing the correct/incorrect answer in the math response. Incorrect answers are shown as a dot like they are still working.
Is there any way to get an x when viewing in summary mode when students are incorrect?
It might have to do with the resetLabel in your action button. I moved your note above the input and used i02.submitted instead of the timeSincePress and that seems to work.
While the editing preview shows the X immediately, the X will not show on the dashboard summary screen until a student has navigated away from that screen.