mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 00:58:33 +01:00
22 lines
868 B
PHP
22 lines
868 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
#------------------------------------------------------------
|
||
|
$string['modulename'] = "Quiz";
|
||
|
$string['modulenameplural'] = "Quizzes";
|
||
|
#------------------------------------------------------------
|
||
|
|
||
|
$string['alwaysavailable'] = "Always available";
|
||
|
$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['gradeaverage'] = "Average grade";
|
||
|
$string['gradehighest'] = "Highest grade";
|
||
|
$string['grademethod'] = "Grading method";
|
||
|
$string['introduction'] = "Introduction";
|
||
|
$string['showfeedback'] = "After answering, show feedback?";
|
||
|
$string['showcorrectanswer'] = "After answering, show correct answers?";
|