Google ClassroomGoogle Classroom - Interaktiva lektioner
GeoGebraGeoGebra Classroom - Interaktiva lektioner

same script for 100 points

Execute({"SetValue(C"Row(%0)",¬C"Row(%0)")"}) #???Execute[{"If[C"+Row(%0)+",SetColor("+%0+","+u34+"blue"+u34+"),SetColor("+%0+","+u34+ "red"+u34+")]"} ] Execute[{"If[C"+Row(%0)+",SetColor(B"+Row(%0)+","+u34+"blue"+u34+"),SetColor(B"+Row(%0)+","+u34+ "red"+u34+")]"} ] The script is not accepted +%0+ , should be written as B"+Row(%0). Or after a suggestion in the forum by mathmagicGG , the script for point B10 Execute[{"If[C"+Row(%0)+",SetColor("+Name(%0)+","+u34+"magenta"+u34+"),SetColor("+Name(%0)+","+u34+ "orange"+u34+")]"} ] also works!