<?php $this->cache['id']['quiz_grading'] = array (
  'cannotloadquestioninfo' => 'Unable to load questiontype specific question information',
  'essayonly' => 'The following questions need to be graded manually',
  'gradeall' => 'Grade all {$a} attempts',
  'graded' => '(graded)',
  'gradenextungraded' => 'Grade next {$a} ungraded attempts',
  'gradeungraded' => 'Grade all {$a} ungraded attempts',
  'grading' => 'Manual grading',
  'gradingall' => 'All {$a} attempts on this question.',
  'gradingattempt' => 'Attempt number {$a->attempt} for {$a->fullname}',
  'gradingnextungraded' => 'Next {$a} ungraded attempts',
  'gradingnotallowed' => 'You do not have permission to manually grade responses in this quiz',
  'gradingreport' => 'Manual grading report',
  'gradingungraded' => '{$a} ungraded attempts',
  'gradinguser' => 'Attempts for {$a}',
  'invalidattemptid' => 'No such attempt ID exists',
  'invalidquestionid' => 'Gradeable question with id {$a} not found',
  'questiontitle' => 'Question {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} attempts {$a->openspan}graded{$a->closespan}).',
);