Moodle Course Total Grade
问题 I want to display Course Total Grades like this: if Quiz total = 1 then Course Total = 74 if Quiz total = 2 then Course Total = 74 again if Quiz total = 3 then Course Total = 74 again if Quiz total = 4 then Course Total = 77 if Quiz total = 5 then Course Total = 80 if Quiz total = 6 then Course Total = 83 ...... and so on until Quiz total =34 I can't think of any formula that can give me the desired result. Any suggestions on how to achieve that? Can I change anything in the code maybe? 回答1: