Delaying Grade Reporting for Certain Users

Delaying Grade Reporting for Certain Users

by Marina Martin -
Number of replies: 1
Hello,

I'm about to start using Moodle for some corporate training courses but have one question I haven't quite been able to figure out from the demo and documentation.

Employees will be taking the course, and managers need to have access to the scores. However, I would like to hide each employee's grade from the managers for a period of 30 days. (This gives the employee time to learn on their own and improve their score without someone watching their every move.)

Is this possible within the standard Moodle setup, or would I need custom code? I know Python/Django but my PHP is quite rusty.

Many, many thanks for any insight you can provide.

Marina
In reply to Marina Martin

Re: Delaying Grade Reporting for Certain Users

by Elena Ivanova -
I believe that for this kind of set up you need a custom code.
I would try manage it manually, assuming that employees will be taking the course in the same time period. Do not add managers as "teachers" until 30-days will pass or just give them the final score printout.