Moodle Course Total Grade

余生长醉 提交于 2019-12-25 20:02:15

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!