How to Disable "Add Grade Item" button

How to Disable "Add Grade Item" button

by Tom Schillaci -
Number of replies: 1

Hello, if this question has been posted before, I apologize. please redirect me to the appropriate resource.

We are looking for a way to remove or disable the "Add Grade Item" button. Our faculty have been instructed to add Assignments and issue grades through that channel. Recently, an instructor added a manual grade item that was not calculating course total correctly.

Moodle 1.9.5+ (Build: 20090603)
Thank you. Tom Schillaci

In reply to Tom Schillaci

Re: How to Disable "Add Grade Item" button

by Tom Schillaci -

Thank you, Itamar.
From Itamar Tzadok:
So, for what it's worth, you can try commenting out the following line in /moodle/grade/edit/tree/index.php around line 157:

print_single_button('item.php', array('courseid'=>$course->id), get_string('additem', 'grades'), 'get');