2006-11-01 09:44:01 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
// quiz_grading.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
2006-03-27 08:41:20 +00:00
|
|
|
|
2008-09-25 08:21:59 +00:00
|
|
|
$string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information';
|
2006-04-10 20:28:46 +00:00
|
|
|
$string['essayonly'] = 'The following questions need to be graded manually';
|
2008-09-25 08:21:59 +00:00
|
|
|
$string['invalidquestionid'] = 'Gradeable question with id $a not found';
|
|
|
|
$string['invalidattemptid'] = 'No such attempt ID exists';
|
2006-11-01 09:44:01 +00:00
|
|
|
$string['grading'] = 'Manual grading';
|
2008-08-26 01:05:01 +00:00
|
|
|
$string['gradingreport'] = 'Manual grading report';
|
2008-05-26 11:39:51 +00:00
|
|
|
$string['gradeall'] = 'Grade all $a attempts';
|
2008-05-26 12:47:42 +00:00
|
|
|
$string['graded'] = '(graded)';
|
|
|
|
$string['gradeungraded'] = 'Grade all $a ungraded attempts';
|
2008-05-29 14:14:27 +00:00
|
|
|
$string['gradenextungraded'] = 'Grade next $a ungraded attempts';
|
2008-05-26 12:47:42 +00:00
|
|
|
$string['gradinguser'] = 'Attempts for $a';
|
|
|
|
$string['gradingall'] = 'All $a attempts on this question.';
|
2008-12-10 09:11:30 +00:00
|
|
|
$string['gradingattempt'] = 'Attempt number $a->attempt for $a->fullname';
|
2008-05-29 14:14:27 +00:00
|
|
|
$string['gradingnextungraded'] = 'Next $a ungraded attempts';
|
2007-12-18 16:12:11 +00:00
|
|
|
$string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
|
2008-05-26 12:47:42 +00:00
|
|
|
$string['gradingungraded'] = '$a ungraded attempts';
|
|
|
|
$string['questiontitle'] = 'Question $a->number : \"$a->name\" ({$a->openspan}$a->gradedattempts{$a->closespan} / $a->totalattempts attempts {$a->openspan}graded{$a->closespan}).';
|
2006-03-27 08:41:20 +00:00
|
|
|
?>
|