|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | rating |
Variables | |
| $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'] | |
| $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 settings block.' | |
| $string['aggregatetype'] = 'Aggregate type' |
Definition at line 26 of file rating.php.
| $string['aggregateavg'] = 'Average of ratings' |
Definition at line 27 of file rating.php.
| $string['aggregatecount'] = 'Count of ratings' |
Definition at line 28 of file rating.php.
| $string['aggregatemax'] = 'Maximum rating' |
Definition at line 29 of file rating.php.
| $string['aggregatemin'] = 'Minimum rating' |
Definition at line 30 of file rating.php.
| $string['aggregatenone'] = 'No ratings' |
Definition at line 31 of file rating.php.
| $string['aggregatesum'] = 'Sum of ratings' |
Definition at line 32 of file rating.php.
| $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.'
Definition at line 33 of file rating.php.
| $string['allowratings'] = 'Allow items to be rated?' |
Definition at line 42 of file rating.php.
| $string['allratingsforitem'] = 'All submitted ratings' |
Definition at line 43 of file rating.php.
| $string['capabilitychecknotavailable'] = 'Capability check not available until activity is saved' |
Definition at line 44 of file rating.php.
| $string['couldnotdeleteratings'] = 'Sorry, that cannot be deleted as people have already rated it' |
Definition at line 45 of file rating.php.
Definition at line 46 of file rating.php.
| $string['noratings'] = 'No ratings submitted' |
Definition at line 47 of file rating.php.
| $string['noviewanyrate'] = 'You can only look at results for items that you made' |
Definition at line 48 of file rating.php.
| $string['noviewrate'] = 'You do not have the capability to view item ratings' |
Definition at line 49 of file rating.php.
| $string['rate'] = 'Rate' |
Definition at line 50 of file rating.php.
| $string['ratepermissiondenied'] = 'You do not have permission to rate this item' |
Definition at line 51 of file rating.php.
| $string['rating'] = 'Rating' |
Definition at line 52 of file rating.php.
| $string['ratinginvalid'] = 'Rating is invalid' |
Definition at line 53 of file rating.php.
| $string['ratingtime'] = 'Restrict ratings to items with dates in this range:' |
Definition at line 54 of file rating.php.
| $string['ratings'] = 'Ratings' |
Definition at line 55 of file rating.php.
| $string['rolewarning'] = 'Roles with permission to rate' |
Definition at line 56 of file rating.php.
| $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 settings block.' |
Definition at line 57 of file rating.php.