问题
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:
Do you require it to be actual value or just look like it? What I am trying to say is that you may probably be satisfied with standard functionality of Grade Letters
来源:https://stackoverflow.com/questions/52080986/moodle-course-total-grade