Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
Classes | Namespaces
grade_calculator.php File Reference

This class contains all the logic for computing the grade of a quiz. More...

Classes

class  mod_quiz\grade_calculator
 

Namespaces

namespace  mod_quiz
  
 

Detailed Description

This class contains all the logic for computing the grade of a quiz.

There are two sorts of calculation which need to be done. For a single attempt, we need to compute the total attempt score from score for each question. And for a quiz user, we need to compute the final grade from all the separate attempt grades.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later