mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
quiz: MDL-14926 New capability mod/quiz:reviewmyattempts, separate from mod/quiz:attempt. Merged from MOODLE_19_STABLE.
This commit is contained in:
parent
894687e8a3
commit
96c7d771df
14 changed files with 64 additions and 34 deletions
|
@ -134,10 +134,8 @@ $string['choosedatasetproperties'] = 'Choose dataset properties';
|
|||
$string['choosefile'] = 'Choose a file';
|
||||
$string['close'] = 'Close window';
|
||||
$string['closebeforeopen'] = 'Could not update the quiz. You have specified a close date before the open date.';
|
||||
$string['closedat'] = 'closed: $a';
|
||||
$string['closepreview'] = 'Close preview';
|
||||
$string['closereview'] = 'Close review';
|
||||
$string['closesat'] = 'closes: $a';
|
||||
$string['comment'] = 'Comment';
|
||||
$string['commentorgrade'] = 'Make comment or override grade';
|
||||
$string['comments'] = 'Comments';
|
||||
|
@ -459,8 +457,6 @@ $string['onlyteachersexport'] = 'Only teachers can export questions';
|
|||
$string['onlyteachersimport'] = 'Only teachers with editing rights can import questions';
|
||||
$string['open'] = 'Started';
|
||||
$string['openclosedatesupdated'] = 'Quiz open and close dates updated';
|
||||
$string['openedat'] = 'opened: $a';
|
||||
$string['opensat'] = 'opens: $a';
|
||||
$string['optional'] = 'optional';
|
||||
$string['orderandpaging'] = 'Order and paging';
|
||||
$string['orderingquiz'] = 'Order and paging';
|
||||
|
@ -527,6 +523,7 @@ $string['quiz:ignoretimelimits'] = 'Ignores time limit on quizzes';
|
|||
$string['quiz:manage'] = 'Manage quizzes';
|
||||
$string['quiz:preview'] = 'Preview quizzes';
|
||||
$string['quiz:regrade'] = 'Regrade quiz attempts';
|
||||
$string['quiz:reviewmyattempts'] = 'Review your own attempts';
|
||||
$string['quiz:view'] = 'View quiz information';
|
||||
$string['quiz:viewreports'] = 'View quiz reports';
|
||||
$string['quizavailable'] = 'The quiz is available until: $a';
|
||||
|
@ -534,8 +531,8 @@ $string['quizclose'] = 'Close the quiz';
|
|||
$string['quizclosed'] = 'This quiz closed on $a';
|
||||
$string['quizcloses'] = 'Quiz closes';
|
||||
$string['quizcloseson'] = 'This quiz will close at $a';
|
||||
$string['quizisclosed'] = 'This quiz is closed ($a)';
|
||||
$string['quizisopen'] = 'This quiz is open ($a)';
|
||||
$string['quizisclosed'] = 'This quiz is closed';
|
||||
$string['quizisopen'] = 'This quiz is open';
|
||||
$string['quiznavigation'] = 'Quiz navigation';
|
||||
$string['quiznotavailable'] = 'The quiz will not be available until $a';
|
||||
$string['quizopen'] = 'Open the quiz';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue