Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/quiz/report/grading/lang/en/quiz_grading.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 $string['alldoneredirecting'] = 'All selected attempts have been graded. Returning to the list of questions.';
00027 $string['alreadygraded'] = 'Already graded';
00028 $string['alsoshowautomaticallygraded'] = 'Also show questions that have been graded automatically';
00029 $string['attemptstograde'] = 'Attempts to grade';
00030 $string['automaticallygraded'] = 'Automatically graded';
00031 $string['backtothelistofquestions'] = 'Back to the list of questions';
00032 $string['bydate'] = 'By date';
00033 $string['bystudentidnumber'] = 'By student id number';
00034 $string['bystudentname'] = 'By student name';
00035 $string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information';
00036 $string['cannotgradethisattempt'] = 'Cannot grade this attempt.';
00037 $string['changeoptions'] = 'Change options';
00038 $string['essayonly'] = 'The following questions need to be graded manually';
00039 $string['invalidquestionid'] = 'Gradeable question with id {$a} not found';
00040 $string['invalidattemptid'] = 'No such attempt ID exists';
00041 $string['grade'] = 'grade';
00042 $string['gradeall'] = 'grade all';
00043 $string['gradeattemptsall'] = 'All ({$a})';
00044 $string['gradeattemptsautograded'] = 'Those that have been graded automatically ({$a})';
00045 $string['gradeattemptsmanuallygraded'] = 'Those that have previously been graded manually ({$a})';
00046 $string['gradeattemptsneedsgrading'] = 'Those that need grading ({$a})';
00047 $string['graded'] = '(graded)';
00048 $string['gradenextungraded'] = 'Grade next {$a} ungraded attempts';
00049 $string['gradeungraded'] = 'Grade all {$a} ungraded attempts';
00050 $string['grading'] = 'Manual grading';
00051 $string['grading:componentname'] = 'Manual grading report';
00052 $string['grading:viewidnumber'] = 'See student idnumbers while grading';
00053 $string['grading:viewstudentnames'] = 'See student names while grading';
00054 $string['gradingall'] = 'All {$a} attempts on this question.';
00055 $string['gradingattempt'] = 'Attempt number {$a->attempt} for {$a->fullname}';
00056 $string['gradingattemptwithidnumber'] = 'Attempt number {$a->attempt} for {$a->fullname} ({$a->idnumber})';
00057 $string['gradingattemptsxtoyofz'] = 'Grading attempts {$a->from} to {$a->to} of {$a->of}';
00058 $string['gradingnextungraded'] = 'Next {$a} ungraded attempts';
00059 $string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
00060 $string['gradingquestionx'] = 'Grading question {$a->number}: {$a->questionname}';
00061 $string['gradingreport'] = 'Manual grading report';
00062 $string['gradinguser'] = 'Attempts for {$a}';
00063 $string['gradingungraded'] = '{$a} ungraded attempts';
00064 $string['hideautomaticallygraded'] = 'Hide questions that have been graded automatically';
00065 $string['inprogress'] = 'In progress';
00066 $string['noquestionsfound'] = 'No manually graded questions found';
00067 $string['options'] = 'Options';
00068 $string['orderattempts'] = 'Order attempts';
00069 $string['pluginname'] = 'Manual grading';
00070 $string['qno'] = 'Q #';
00071 $string['questionname'] = 'Question name';
00072 $string['questionsperpage'] = 'Questions per page';
00073 $string['questionsthatneedgrading'] = 'Questions that need grading';
00074 $string['questiontitle'] = 'Question {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} attempts {$a->openspan}graded{$a->closespan}).';
00075 $string['randomly'] = 'Randomly';
00076 $string['saveandnext'] = 'Save and go to next page';
00077 $string['showstudentnames'] = 'Show student names';
00078 $string['tograde'] = 'To grade';
00079 $string['total'] = 'Total';
00080 $string['unknownquestion'] = 'Unknown question';
00081 $string['updategrade'] = 'update grades';
 All Data Structures Namespaces Files Functions Variables Enumerations