How to transfer Moodle Quiz points to the scale fail-pass?


1. Decide what is the point limit for passing (for example 20 p/ 40 p).

2. Create a new category

 

Move quiz/quizes to the new category

 

 

 

Next we define the function to that Exam grade category.

 

First we must add the ID to the quiz

This function can be read like this:

"If quiz points are at least 20, then 2 (=pass) is given, otherwise 1 (=fail)"

or

"If max points of exam1 and exam2 is at least 20, then 2 (=pass) is given, otherwise 1 (=fail)"

 

 

After these settings Gradebook transfers the Quiz points automatically to the scale Fail / Pass in the gradebook.