Changed the ratings to new separate/connected system - just for testing
authormartin <martin>
Thu, 1 Aug 2002 09:36:18 +0000 (09:36 +0000)
committermartin <martin>
Thu, 1 Aug 2002 09:36:18 +0000 (09:36 +0000)
mod/forum/lib.php

index e6dd227dc0df3a6b26338404b1ee84aa9d07d811..3e71c7f12c6873da7291f21a34d1efb19a805c32 100644 (file)
@@ -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;