Table "row" check

Is there a way for a “check” to check all the items in a row? If I give students the radius, can them fill in the row with circumference, diameter, and area for that row and then the next row is a new given?

1 Like

You can make a compound statement, like you showed in your code from the other activity!

Just connect with a comma?

Nope, just like you did it in your dashboard correct check, if you want it marked correct ONLY when all columns are correct

cellContent(1,4) = when condition1 and condition2 and condition3 "Correct!"
                   otherwise "Not yet!"

etc!