From cae4e0781dc7f72697e8aa1009890df8882fd3bc Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 25 Aug 2010 08:03:23 +0000 Subject: [PATCH] rating MDL-23908 moved a string AMOS BEGIN MOV [aggregatetype_help,mod_forum],[aggregatetype_help,core_rating] AMOS END --- lang/en/rating.php | 11 +++++++++++ mod/forum/lang/en/forum.php | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lang/en/rating.php b/lang/en/rating.php index fa480de0d08..a35f146ebc1 100644 --- a/lang/en/rating.php +++ b/lang/en/rating.php @@ -24,6 +24,17 @@ */ $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!'; diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index be0c603ce67..1c6f7817c0a 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -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?';