diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 6deab91c515..cf7976656f1 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -727,6 +727,8 @@ $string['submitallandfinish'] = 'Submit all and finish'; $string['subneterror'] = 'Sorry, this quiz has been locked so that it is only accessible from certain locations. Currently your computer is not one of those allowed to use this quiz.'; $string['subnetnotice'] = 'This quiz has been locked so that it is only accessible from certain locations. Your computer is not on an allowed subnet. As teacher you are allowed to preview anyway.'; $string['subnetwrong'] = 'This quiz is only accessible from certain locations, and this computer is not on the allowed list.'; +$string['subplugintype_quiz'] = 'Report'; +$string['subplugintype_quiz_plural'] = 'Reports'; $string['substitutedby'] = 'will be substituted by'; $string['summaryofattempt'] = 'Summary of attempt'; $string['summaryofattempts'] = 'Summary of your previous attempts'; diff --git a/mod/quiz/report/grading/lang/en/quiz_grading.php b/mod/quiz/report/grading/lang/en/quiz_grading.php index 676d99e77b2..2ba6063d3e8 100644 --- a/mod/quiz/report/grading/lang/en/quiz_grading.php +++ b/mod/quiz/report/grading/lang/en/quiz_grading.php @@ -66,6 +66,7 @@ $string['inprogress'] = 'In progress'; $string['noquestionsfound'] = 'No manually graded questions found'; $string['options'] = 'Options'; $string['orderattempts'] = 'Order attempts'; +$string['pluginname'] = 'Manual grading'; $string['qno'] = 'Q #'; $string['questionname'] = 'Question name'; $string['questionsperpage'] = 'Questions per page'; diff --git a/mod/quiz/report/overview/lang/en/quiz_overview.php b/mod/quiz/report/overview/lang/en/quiz_overview.php index 21a90ebf4e8..367ec4e1631 100644 --- a/mod/quiz/report/overview/lang/en/quiz_overview.php +++ b/mod/quiz/report/overview/lang/en/quiz_overview.php @@ -52,6 +52,7 @@ $string['overviewreport'] = 'Grades report'; $string['overviewreportgraph'] = 'Overall number of students achieving grade ranges'; $string['overviewreportgraphgroup'] = 'Number of students in group \'{$a}\' achieving grade ranges'; $string['pagesize'] = 'Page size'; +$string['pluginname'] = 'Grades'; $string['preferencespage'] = 'Preferences just for this page'; $string['preferencessave'] = 'Show report'; $string['preferencesuser'] = 'Your preferences for this report'; diff --git a/mod/quiz/report/responses/lang/en/quiz_responses.php b/mod/quiz/report/responses/lang/en/quiz_responses.php index edd4a425366..baa938dcb8d 100644 --- a/mod/quiz/report/responses/lang/en/quiz_responses.php +++ b/mod/quiz/report/responses/lang/en/quiz_responses.php @@ -27,6 +27,7 @@ $string['cannotloadoptions'] = 'Could not load question options'; $string['include'] = 'Include'; $string['pagesize'] = 'Page size'; +$string['pluginname'] = 'Responses'; $string['reportresponses'] = 'Responses'; $string['responses'] = 'Responses'; $string['responsesdownload'] = 'Responses download'; diff --git a/mod/quiz/report/statistics/lang/en/quiz_statistics.php b/mod/quiz/report/statistics/lang/en/quiz_statistics.php index 2efbe23aa7a..1ca0487d5ef 100644 --- a/mod/quiz/report/statistics/lang/en/quiz_statistics.php +++ b/mod/quiz/report/statistics/lang/en/quiz_statistics.php @@ -71,6 +71,7 @@ Our equation for effective question weight cannot be calculated in this case. Th If you edit a quiz and give these question(s) with negative covariance a max grade of zero then the effective question weight of these questions will be zero and the real effective question weight of other questions will be as calculated now.'; $string['nostudentsingroup'] = 'There are no students in this group yet'; $string['optiongrade'] = 'Partial credit'; +$string['pluginname'] = 'Statistics'; $string['position'] = 'Position'; $string['positions'] = 'Position(s)'; $string['questioninformation'] = 'Question information';