. /** * Strings for component 'rating', language 'en', branch 'MOODLE_20_STABLE' * * @package core_rating * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['aggregatetype'] = 'Aggregate type'; $string['aggregateavg'] = 'Average of ratings'; $string['aggregatecount'] = 'Count of ratings'; $string['aggregatemax'] = 'Maximum rating'; $string['aggregatemin'] = 'Minimum rating'; $string['aggregatenone'] = 'No ratings'; $string['aggregatesum'] = 'Sum of ratings'; $string['aggregatetype_help'] = 'The aggregate type defines how ratings are combined to form the final grade in the gradebook. * Average of ratings - The mean of all ratings * Count of ratings - The number of rated items becomes the final grade. Note that the total cannot exceed the maximum grade for the activity. * Maximum - The highest rating becomes the final grade * Minimum - The smallest rating becomes the final grade * Sum - All ratings are added together. Note that the total cannot exceed the maximum grade for the activity. If "No ratings" is selected, then the activity will not appear in the gradebook.'; $string['allowratings'] = 'Allow items to be rated?'; $string['allratingsforitem'] = 'All submitted ratings'; $string['capabilitychecknotavailable'] = 'Capability check not available until activity is saved'; $string['couldnotdeleteratings'] = 'Sorry, that cannot be deleted as people have already rated it'; $string['norate'] = 'Rating of items not allowed!'; $string['noratings'] = 'No ratings submitted'; $string['noviewanyrate'] = 'You can only look at results for items that you made'; $string['noviewrate'] = 'You do not have the capability to view item ratings'; $string['rate'] = 'Rate'; $string['ratepermissiondenied'] = 'You do not have permission to rate this item'; $string['rating'] = 'Rating'; $string['ratinginvalid'] = 'Rating is invalid'; $string['ratingtime'] = 'Restrict ratings to items with dates in this range:'; $string['ratings'] = 'Ratings'; $string['rolewarning'] = 'Roles with permission to rate'; $string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the administration block.'; $string['scaleselectionrequired'] = 'When selecting a ratings aggregate type you must also select to use either a scale or set a maximum points.';