moodle/lang/en/quiz.php

31 lines
1.1 KiB
PHP
Raw Normal View History

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Quiz";
$string['modulenameplural'] = "Quizzes";
#------------------------------------------------------------
$string['alwaysavailable'] = "Always available";
2002-10-06 17:20:54 +00:00
$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";
2002-10-06 17:20:54 +00:00
$string['false'] = "False";
2002-10-10 07:24:59 +00:00
$string['grade'] = "Grade";
$string['gradeaverage'] = "Average grade";
$string['gradehighest'] = "Highest grade";
$string['grademethod'] = "Grading method";
$string['introduction'] = "Introduction";
2002-10-06 17:20:54 +00:00
$string['marks'] = "Marks";
2002-10-10 07:24:59 +00:00
$string['multichoice'] = "Multiple Choice";
2002-10-06 17:20:54 +00:00
$string['savemyanswers'] = "Save my answers";
2002-10-10 07:24:59 +00:00
$string['shortanswer'] = "Short Answer";
$string['showfeedback'] = "After answering, show feedback?";
$string['showcorrectanswer'] = "After answering, show correct answers?";
2002-10-06 17:20:54 +00:00
$string['true'] = "True";
2002-10-10 07:24:59 +00:00
$string['truefalse'] = "True/False";