<?php $this->cache['id']['quiz_overview'] = array (
  'allattempts' => 'Show all attempts',
  'allattemptscontributetograde' => 'All attempts contribute to final grade for user.',
  'allstudents' => 'Show all {$a}',
  'attemptprogress' => 'Attempt {$a->done} of {$a->todo}',
  'attemptsonly' => 'Show {$a} with attempts only',
  'attemptsprepage' => 'Attempts shown per page',
  'deleteselected' => 'Delete selected attempts',
  'done' => 'Done',
  'err_failedtodeleteregrades' => 'Failed to delete calculated attempt grades',
  'err_failedtorecalculateattemptgrades' => 'Failed to recalculate attempt grades',
  'highlightinggraded' => 'The user attempt that contributes to final grade is highlighted.',
  'needed' => 'Needed',
  'noattemptsonly' => 'Show / download {$a} with no attempts only',
  'noattemptstoregrade' => 'No attempts need regrading',
  'nogradepermission' => 'You don\'t have permission to grade this quiz.',
  'onlyoneattemptallowed' => 'Only one attempt per user allowed on this quiz.',
  'optallattempts' => 'all attempts',
  'optallstudents' => 'all {$a} who have or have not attempted the quiz',
  'optattemptsonly' => '{$a} who have attempted the quiz',
  'optnoattemptsonly' => '{$a} who have not attempted the quiz',
  'optonlygradedattempts' => 'that are graded for each user ({$a})',
  'optonlyregradedattempts' => 'that have been regraded / are marked as needing regrading',
  'overview' => 'Grades',
  'overviewdownload' => 'Overview download',
  'overviewreport' => 'Grades report',
  'overviewreportgraph' => 'Overall number of students achieving grade ranges',
  'overviewreportgraphgroup' => 'Number of students in group \'{$a}\' achieving grade ranges',
  'pagesize' => 'Page size',
  'preferencespage' => 'Preferences just for this page',
  'preferencessave' => 'Show report',
  'preferencesuser' => 'Your preferences for this report',
  'qprogress' => 'Question {$a->done} of {$a->todo}',
  'regrade' => 'Regrade',
  'regradeall' => 'Regrade all',
  'regradealldry' => 'Dry run a full regrade',
  'regradealldrydo' => 'Regrade attempts marked as needing regrading ({$a})',
  'regradealldrydogroup' => 'Regrade attempts ({$a->countregradeneeded}) marked as needing regrading in group \'{$a->groupname}\'',
  'regradealldrygroup' => 'Dry run a full regrade for group \'{$a->groupname}\'',
  'regradeallgroup' => 'Full regrade for group \'{$a->groupname}\'',
  'regradeheader' => 'Regrading',
  'regradeselected' => 'Regrade selected attempts',
  'requiresgrading' => 'Requires grading',
  'show' => 'Include',
  'showattempts' => 'Include attempts',
  'showdetailedmarks' => 'Marks for each question',
  'showinggraded' => 'Showing only the attempt graded for each user.',
  'showinggradedandungraded' => 'Showing graded and ungraded attempts for each user. The one attempt for each user that is graded is highlighted. The grading method for this quiz is {$a}.',
  'studentingroup' => '\'{$a->coursestudent}\' in group \'{$a->groupname}\'',
  'studentingrouplong' => '\'{$a->coursestudent}\' in this group',
);