rating MDL-23908 moved a string

AMOS BEGIN
 MOV [aggregatetype_help,mod_forum],[aggregatetype_help,core_rating]
AMOS END
This commit is contained in:
Andrew Davis 2010-08-25 08:03:23 +00:00
parent 14b0f31b2a
commit cae4e0781d
2 changed files with 11 additions and 11 deletions

View File

@ -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!';

View 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?';