How to transfer Quiz points to the 0 to 5 scale in Moodle?


1. Decide what are the point limits for each grade. For example like this:

2. Create a new category 

 

Move quiz/quizes to the new category

 

 

Next we define the function to that Quiz category.

 

First we must add the ID to the quiz

     =1+ if([[quiz1]]>=10,1,0) + if([[quiz1]]>=12,1,0) + if([[quiz1]]>=14,1,0)+ if([[quiz1]]>=16,1,0)+ if([[quiz1]]>=18,1,0)

 

 

After these settings Gradebook transfers the Quiz points automatically to the scale 0-5 in the gradebook.