diff --git a/mod/forum/lib.php b/mod/forum/lib.php index e6dd227dc0d..3e71c7f12c6 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -14,9 +14,9 @@ $FORUM_TYPE = array ("general" => "General forum", "eachuser" => "Each $student posts one discussion", "single" => "A single simple discussion"); -$FORUM_POST_RATINGS = array ("3" => "Outstanding", - "2" => "Satisfactory", - "1" => "Not satisfactory"); +$FORUM_POST_RATINGS = array ("3" => "Shows a more connected approach", + "2" => "Shows a more separate approach", + "1" => "I can't decide between these two"); $FORUM_LONG_POST = 600;