Hi,
In a STACK query (Moodle 4.5) I define a result as:
LSG1: sqrt(5)*a;
so that stands for a written:

Obviously that is euivalent for:

But if the students type in:
sqrt(5 * a^(2))
STACK sees that a wrong answer. Is there chance to let STACK check the equivalence of the result and come to the conclusion that the second student answer is also right? Or do I have to define a second answer, say:
LSG2: sqrt(5 * a^(2))
and check via the decision tree structure, if somebody typed in the the second way to write it ?
Thanks for your help!
Best,
Sarah