Changed the ratings to new separate/connected system - just for testing

This commit is contained in:
martin
2002-08-01 09:36:18 +00:00
parent 14147859ce
commit bc9ab4dd62
+3 -3
View 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;