Hello,
I have two things I am trying to accomplish on slide 8.
- I would like the teacher dashboard to show as correct. I tried matching the CL from a different activity and that didn’t work with a fake student. My current check isn’t working either. Any ideas on how I can get the dashboard to show as correct? My current code lives in the math input and is:
correct: simpleFunction(input7.latex).evaluateAt(0)=-1 and simpleFunction(input7.latex).evaluateAt(-1)=4
- I would like the text box to show only if students get the answer correct. I currently have the following:
hidden: not(input7.submitted) and not(check1).
This made the submit button disappear and the feedback that is supposed to appear when the answer is correct does not show. If I take off the and statement then the text box shows when an answer is submitted, and that might make some students think an incorrect answer is correct. Is it possible to get the text box to show only when both submitted and correct occur?
Thanks for your help!
-Katie