First of all I'm a beginner to moodle development.
One of my client has requested he needs a functionality to be introduced to quiz settings page. The following is the functionality he needs,
1. Add a new field and dropdown to quiz settings page,
Default wrong answers grade - a dropdown list which gives a similar functionality like grade dropdown in each question edit form. It must give only negative percentages -25%, -50% etc. The reason for this functionality is, client has over 300 questions for quiz and he doesn't have time to go through each and every question and edit the grade to the minus values for wrong answers. Instead he needs to enter that negative value in the quiz settings and it should affect all the questions related to that quiz.
I think of creating a plugin by extending the functionality and adding an override for a render class. But I went through renderer files and mustache templates but, I cannot find the form or mustache file which can be used to extend the quiz settings form. Can anyone advice me which exact file I should use? Can any advise how I should implement this feature?