danmarsden/moodle-mod_attendance

Allow activity grade to use percentage based on Over All Sessions calculation.

Closed this issue · 3 comments

In attendance percentage is shown based on Over Taken Sessions and Over All Sessions, whereas in Grader report attendance percentage is shown based on Over Taken Sessions only and students are marked as pass/fail based on this.

check this screenshot from attendance of 3 students
image

and this is the screenshot from Grader report showing only Over taken Sessions percentage ... if its calculated based on Over all Sessions then third student showing 80% will have 21.1% and is failed. Same is the case with other 2 students also showing over taken sessions percentage.
image

Is it possible to show it based on Over All Sessions in Grader report?

That's not something that is currently possible with the current codebase - if you have internal development capabilities, pull requests are always very welcome, otherwise feel free to reach out privately if you would like to fund feature development on the plugin.

Any hint on how Grader report fetch the values from attendance plugin? I will then further look into it.

I have to modify some files to make it work.