troeger / moodleteacher

A Moodle client library for teachers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group grading is broken

troeger opened this issue · comments

Grading groups leads to the problem that after grading the first member, the second group member still shows up as to be graded.

This is mainly a caching problem, since alle gradings to be done are fetched as one at the beginning. The library should internally determine the groups and their members, and should consider already graded groups explicitely during the iteration process.