Hi,
when building more involved activities I noticed it would be nice to be able to reference the correct expression (or its result) of a Math Input in other Components.
For example: I have a question where I like to give feedback based on the submitted answer. The feedback is shown via a Note.
So something like this in the Note script would be nice:
content: when input1.isCorrect() "Correct Answer!" otherwise "Try Again."
Otherwise I have to (re-)write the correctness expression in multiple scripts.
Or is there some best practice for this use case?