Help with CL on 11-13

I want to get the checkmark on the teacher summary page. When I put in:

correct: exp4.numericValue = 25

The summary page will only give me the dot. I would like the check mark for quick grading. Can anyone help. I was using the same code for 1-10 and that worked for them.

Thank you!

The issue is that you went from having a “media” component on slides 1-10, to having a “sketch” component on the other slides.

The fix is easy, just add the CL code below to the sketch components so that they are ignored when the computer is calculating correctness.

readOnly: true

Thank you!! That worked. I am trying to learn the CL coding.