I have an activity in which students have multiple inputs on the same screen to explore inequalities. I have Student Feedback which is telling the students when the whole page is correct, however, I cannot get this to mark as correct on the Teacher Dashboard. I have tried to change where I put the “correct:” code, but I have yet to figure it out.
Any Suggestions?!?[DRAFT] Solving Inequalities • Activity Builder by Desmos
You’ll want to mark the graph component as readOnly. Once I did that, it worked, so that means all the other code was correct!
readOnly: true
1 Like
Oh! I was under the impression that “readOnly: true” was only for pages that didn’t have any existing code. Thank you!
readOnly: true
basically tells the dashboard “don’t look at this when checking correctness.” It only works for components that could have a correct:
sink.
1 Like