So I want students to find the value of a string of numbers using mental math (or separate paper or sketch box to do calculations).
I want to use a Math Input but I don’t want the input to do the calculation. Right now students can just enter the expression into input and get the answer without thinking about it. I like the CL options I can use with a Math over a Text Input.
In addition to this, if you are doing any correctness checking in CL, you might like to include something like this
warning: when countNumberUsage(this.latex) > 1 "Expression entered" otherwise ""
The reason is that otherwise when asked to evaluate something they could just copy and paste your question, and even though the answer isn’t shown to them, the numericValue of their expression will probably be correct.