moodle/lang/en_utf8/quiz_grading.php

10 lines
311 B
PHP

<?PHP // $Id$
// quiz_grading.php - created with Moodle 1.7 beta + (2006101003)
$string['essayonly'] = 'The following questions need to be graded manually';
$string['grading'] = 'Manual grading';
$string['gradingnotallowed'] = 'You do not have permission to manually grade responses in this quiz';
?>