Changing the grading calculation would involve more than just changing how the grade is displayed in this table. The grade is stored in teh database, and send to the gradebook. In recent Moodle versions.
In recent Moodle versoins, most of the relevant code is in https://github.com/timhunt/moodle/blob/main/mod/quiz/classes/grade_calculator.php. (Before that, it is was in mod/quiz/locallib.php.) I would not recomment trying to change that code until you have developed a good understanding of how the code works.
In recent Moodle versoins, most of the relevant code is in https://github.com/timhunt/moodle/blob/main/mod/quiz/classes/grade_calculator.php. (Before that, it is was in mod/quiz/locallib.php.) I would not recomment trying to change that code until you have developed a good understanding of how the code works.