The last two slides cause the other coded slides to have a caution triangle next to the “Dashboard Preview” while in preview mode. The message that appears is “There are CL warnings, so this might not match the dashboard. Try with fake students.”. Is it possible that the coding on the last two slides can be adjusted so it doesn’t interfere with the other coded slides? The last two slides were copied from another Desmos activity.
You did not define the variable correct in the table7 component for the last two screens.
This should work in getting rid of the triangle add it to the table7 components for both screens.
correct=when this.cellContent(1,4)="✅" and this.cellContent(2,4)="✅" and this.cellContent(3,4)="✅" and this.cellContent(4,4)="✅" true otherwise false
Note this is different then the correct: sink which is usually a teal color with an orange :
correct:this.cellContent(1,4)="✅" and this.cellContent(2,4)="✅" and this.cellContent(3,4)="✅" and this.cellContent(4,4)="✅"