I am brand new to using CL to help check student answers. This is only my second slide of my first activity ever. I want to have the CL check that students can simplify x^{-3} by changing it to 1/x^{3}. I am not quite sure how to input that into CL, I have tried //Frac. I got to a point where there was no error messages, but tested it with the correct answer and it did not display “correct” like I wanted.
My math input (named input2) has this code
correct = this.latex = “\Frac{1}{x^{3}}”
correct: correct
and my note input (unnamed) has this code
b = input2
correct = b.latex = “\Frac{1}{x^{3}}”
content:
when b.submitted and b.correct “ Great job ”
otherwise “ Try Again ”
Can anyone help me out? Any help is greatly appreciated!