Update of /cvsroot/stack/stack-1-0/scripts/rqp/moodle_16_rqp/quiz/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16221/scripts/rqp/moodle_16_rqp/quiz/lang/en
Added Files:
quiz.php
Log Message:
Moodle V1.6 updated files - until new RQP code on Moodle CVS repository, overwrite latest distribution with these files
--- NEW FILE: quiz.php ---
<?php
$string['backtoquestionlist'] = 'Back to Question List';
$string['changessaved'] = 'Grading Changes Saved';
$string['comments'] = 'Comments';
$string['editingessay'] = 'Editing Essay';
$string['essay'] = 'Essay';
$string['essayquestions'] = 'Essay Questions';
$string['gradeall'] = 'Grade All';
$string['gradeessays'] = 'Grade Essays';
$string['manualgrading'] = 'Manual grading';
$string['nocommentsyet'] = 'No comments yet.';
$string['noessayquestionsfound'] = 'No Essay Questions Found';
$string['essayonly'] = 'Manual grading is so far only implemented for essay questions';
$string['numungraded'] = '($a ungraded)';
$string['ungraded'] = 'Ungraded';
$string['missingitemtypeurl'] = 'You have not typed in a URL';
$string['incorrecturlused'] = 'Please ensure the URL you have typed in is of the correct form';
$string['nomorerqpservers'] = 'There are no more RQP servers';
$string['urlnotexists'] = 'This URL does not seem to be responding. Please ensure it is correct and try again';
$string['rqpservernewer'] = 'This server is running a newer version of RQP than Moodle';
$string['rqpserverolder'] = 'This server is running an older version of RQP than Moodle';
$string['serverexists'] = 'This server has already been added';
$string['serverinuse'] = 'This server is the last remaining $a type, which will make some existing questions unavailable.';
$string['adminOptions'] = 'Administrator Options';
$string['norqptype'] = 'No remote question type specified';
$string['invalidrqptype'] = 'Invalid remote question type';
$string['notloadoptions'] = 'Could not load the options for this question';
$string['noserverforrqptype'] = 'Could not retrieve server for this RQP type';
$string['invalidoptiontype'] = 'The type of options has not been specified';
?>
|