From: skodak
If a teacher is not interested in using grades in a - course, or just wants to hide grades from students, - then they can disable the display of grades in the - Course Settings. This does not prevent individual - activities from using or setting grades, it just - disables the results being displayed to students.
+If a teacher is not interested in using grades in a + course, or just wants to hide the gradebook from students, + then they can disable the display of the gradebook in + the Course Settings. This does not prevent individual + activities from using or setting grades, + nor does it prevent the grade from being + displayed to students within the individual activities.
+ diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 6afbed3bb1..74d251f78d 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1360,7 +1360,7 @@ $string['showalltopics'] = 'Show all topics'; $string['showallusers'] = 'Show all users'; $string['showallweeks'] = 'Show all weeks'; $string['showblockcourse'] = 'Show list of courses containing block'; -$string['showgrades'] = 'Show grades'; +$string['showgrades'] = 'Show gradebook to students'; $string['showlistofcourses'] = 'Show list of courses'; $string['showmodulecourse'] = 'Show list of courses containing activity'; $string['showonly'] = 'Show only';