Forum Discussion
jayottefl
Aug 28, 2024Copper Contributor
Creating a Rubric with Checkboxes and Auto Calculations
Hello all, I've been trying to figure this out on my own, but to no avail. I would like to make a scoring rubric for faculty to use on student projects that auto-calculates. If a certain box is c...
JKPieterse
Aug 28, 2024Silver Contributor
jayottefl In your row 5, only enter the number of points (4, 3, 2, 1, 0 respectively). Then use this formula to tally the points per row:
=SUM($B$5:$F$5*B7:F7)
and copy the formula down.