. /** * Strings for component 'quiz_grading', language 'en', branch 'MOODLE_20_STABLE' * * @package quiz * @subpackage grading * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['alldoneredirecting'] = 'All selected attempts have been graded. Returning to the list of questions.'; $string['alreadygraded'] = 'Already graded'; $string['alsoshowautomaticallygraded'] = 'Also show questions that have been graded automatically'; $string['attemptstograde'] = 'Attempts to grade'; $string['automaticallygraded'] = 'Automatically graded'; $string['backtothelistofquestions'] = 'Back to the list of questions'; $string['bydate'] = 'By date'; $string['bystudentidnumber'] = 'By student id number'; $string['bystudentname'] = 'By student name'; $string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information'; $string['cannotgradethisattempt'] = 'Cannot grade this attempt.'; $string['changeoptions'] = 'Change options'; $string['essayonly'] = 'The following questions need to be graded manually'; $string['invalidquestionid'] = 'Gradeable question with id {$a} not found'; $string['invalidattemptid'] = 'No such attempt ID exists'; $string['grade'] = 'grade'; $string['gradeall'] = 'grade all'; $string['gradeattemptsall'] = 'All ({$a})'; $string['gradeattemptsautograded'] = 'Those that have been graded automatically ({$a})'; $string['gradeattemptsmanuallygraded'] = 'Those that have previously been graded manually ({$a})'; $string['gradeattemptsneedsgrading'] = 'Those that need grading ({$a})'; $string['graded'] = '(graded)'; $string['gradenextungraded'] = 'Grade next {$a} ungraded attempts'; $string['gradeungraded'] = 'Grade all {$a} ungraded attempts'; $string['grading'] = 'Manual grading'; $string['grading:componentname'] = 'Manual grading report'; $string['grading:viewidnumber'] = 'See student idnumbers while grading'; $string['grading:viewstudentnames'] = 'See student names while grading'; $string['gradingall'] = 'All {$a} attempts on this question.'; $string['gradingattempt'] = 'Attempt number {$a->attempt} for {$a->fullname}'; $string['gradingattemptwithidnumber'] = 'Attempt number {$a->attempt} for {$a->fullname} ({$a->idnumber})'; $string['gradingattemptsxtoyofz'] = 'Grading attempts {$a->from} to {$a->to} of {$a->of}'; $string['gradingnextungraded'] = 'Next {$a} ungraded attempts'; $string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz'; $string['gradingquestionx'] = 'Grading question {$a->number}: {$a->questionname}'; $string['gradingreport'] = 'Manual grading report'; $string['gradinguser'] = 'Attempts for {$a}'; $string['gradingungraded'] = '{$a} ungraded attempts'; $string['hideautomaticallygraded'] = 'Hide questions that have been graded automatically'; $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'; $string['questionsthatneedgrading'] = 'Questions that need grading'; $string['questiontitle'] = 'Question {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} attempts {$a->openspan}graded{$a->closespan}).'; $string['randomly'] = 'Randomly'; $string['saveandnext'] = 'Save and go to next page'; $string['showstudentnames'] = 'Show student names'; $string['tograde'] = 'To grade'; $string['total'] = 'Total'; $string['unknownquestion'] = 'Unknown question'; $string['updategrade'] = 'update grades';