mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
27 lines
1.0 KiB
PHP
27 lines
1.0 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Quiz";
|
|
$string['modulenameplural'] = "Quizzes";
|
|
#------------------------------------------------------------
|
|
|
|
$string['alwaysavailable'] = "Always available";
|
|
$string['answer'] = "Answer";
|
|
$string['attempt'] = "Attempt \$a";
|
|
$string['attemptfirst'] = "First attempt";
|
|
$string['attemptlast'] = "Last attempt";
|
|
$string['attempts'] = "Attempts";
|
|
$string['attemptsallowed'] = "Attempts allowed";
|
|
$string['attemptsunlimited'] = "Unlimited attempts";
|
|
$string['daysavailable'] = "Days available";
|
|
$string['false'] = "False";
|
|
$string['gradeaverage'] = "Average grade";
|
|
$string['gradehighest'] = "Highest grade";
|
|
$string['grademethod'] = "Grading method";
|
|
$string['introduction'] = "Introduction";
|
|
$string['marks'] = "Marks";
|
|
$string['savemyanswers'] = "Save my answers";
|
|
$string['showfeedback'] = "After answering, show feedback?";
|
|
$string['showcorrectanswer'] = "After answering, show correct answers?";
|
|
$string['true'] = "True";
|