Correct not working

When my success variable is flagged, it changes the note, and also marks it with a check in the summary view. Well, it’s supposed to. This has worked on other screens but is not working on this one.

Here is my code in a graph box.

correct: note2.script.success

Any ideas?

TIA

I just added readOnly: true to it and that didn’t fix it. :angry:

Try putting your code in both input components, and then put readOnly: true in the graph component.

That worked!!

Thank you!