When having students enter an answer via math input, the decimal value of their answer is automatically calculated and shown on the right side of the math input answer area. I don’t want this!! Is there a way to turn this feature off?
Snag_63bbb33|427x500
1 Like
Hello @Paula - add disableEvaluation: true
in the CL for the math input, and that should take care of it. If you’re using a table you can use cellDisableEvaluation(R,C): true
where R is the row number and C is the column number. You can do that for each individual cell you want to disable the evaluation of.
3 Likes
Beautiful! Thank you JAC9186.
I love this forum!
1 Like