Use Functions Automatically in Category Grade Calculations

Use Functions Automatically in Category Grade Calculations

by Alex N -
Number of replies: 0

Is there a way to apply a formula to every item in a gradebook category?

I am trying to give full credit for any attempt at a quiz inside this category. The student will either get a 0 for not attempting the quiz or a 1 for attempting the quiz.

I currently got it working by using a grade calculation formula for the category.


=((Sum(ceil(QUIZ.1/100), ceil(QUIZ.2/100), ceil(QUIZ.3/100)))/3)*100


And this works as it lets the students review their attempt (see their percentage of correct answers, etc.) yet get full credit regardless of their result.

The problem is that I need to manually adjust the formula for every quiz I add or remove from this category.

Is there a way to automatically apply the ceil(number) function to every item inside the category?