I have a slide that uses a table for student input. The slide itself will inform the students if they are right or wrong. How can I get a the teacher dashboard to show a checkmark? This is the CL I have so far.
celldisableEvaluation(1,1): true
celldisableEvaluation(1,2): true
celldisableEvaluation(1,3): true
cellSuffix(1,1): when (this.cellNumericValue(1,1)=24) “” otherwise “”
cellSuffix(1,2): when (this.cellNumericValue(1,2)=66)“” otherwise “”
cellSuffix(1,3): when (this.cellNumericValue(1,3)=44.5) “” otherwise “”