rating MDL-23908 moved a string
authorAndrew Davis <andrew@affinitysoftware.net>
Wed, 25 Aug 2010 08:03:23 +0000 (08:03 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Wed, 25 Aug 2010 08:03:23 +0000 (08:03 +0000)
AMOS BEGIN
 MOV [aggregatetype_help,mod_forum],[aggregatetype_help,core_rating]
AMOS END

lang/en/rating.php
mod/forum/lang/en/forum.php

index fa480de..a35f146 100644 (file)
  */
 
 $string['aggregatetype'] = 'Aggregate type';
+$string['aggregatetype_help'] = 'Forum aggregation defines how all the ratings given to posts in a forum are combined to form the final grade (for each post and for the whole forum activity).
+
+There are 5 aggregate types:
+
+* Average - The mean of all the ratings given to posts in the forum (useful with peer grading when there are a lot of ratings being made)
+* Count - The number of rated posts becomes the final grade (useful when the number of posts is important). Note that the total cannot exceed the maximum grade for the forum.
+* Max - The highest rating is returned as the final grade (useful for emphasising the best post)
+* Min - The smallest rating is returned as the final grade (for promoting a culture of high quality for all posts)
+* Sum - All ratings for a particular student are added together. Note that the total cannot exceed the maximum grade for the forum.
+
+If "No ratings" is selected, then the forum activity will not appear in the gradebook.';
 $string['allowratings'] = 'Allow items to be rated?';
 $string['canrate'] = 'Roles with permission to rate: {$a}';
 $string['norate'] = 'Rating of items not allowed!';
index be0c603..1c6f781 100644 (file)
@@ -34,17 +34,6 @@ $string['aggregatemax'] = 'Maximum rating';
 $string['aggregatemin'] = 'Minimum rating';
 $string['aggregatenone'] = 'No ratings';
 $string['aggregatesum'] = 'Sum of ratings';
-$string['aggregatetype_help'] = 'Forum aggregation defines how all the ratings given to posts in a forum are combined to form the final grade (for each post and for the whole forum activity).
-
-There are 5 aggregate types:
-
-* Average - The mean of all the ratings given to posts in the forum (useful with peer grading when there are a lot of ratings being made)
-* Count - The number of rated posts becomes the final grade (useful when the number of posts is important). Note that the total cannot exceed the maximum grade for the forum.
-* Max - The highest rating is returned as the final grade (useful for emphasising the best post)
-* Min - The smallest rating is returned as the final grade (for promoting a culture of high quality for all posts)
-* Sum - All ratings for a particular student are added together. Note that the total cannot exceed the maximum grade for the forum.
-
-If "No ratings" is selected, then the forum activity will not appear in the gradebook.';
 $string['ajaxrating'] = 'Enable AJAX rating';
 $string['allforums'] = 'All forums';
 $string['allowdiscussions'] = 'Can a {$a} post to this forum?';