Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
This class contains all the logic for computing the grade of a quiz. More...
Classes | |
class | mod_quiz\grade_calculator |
Namespaces | |
namespace | mod_quiz |
| |
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.