Skip to content

Commit

Permalink
improved an error message, see http://moodle.org/bugs/bug.php?op=show…
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Dec 29, 2004
1 parent df4fe00 commit fa92dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en/quiz.php
Expand Up @@ -58,6 +58,7 @@
$string['countdownfinished'] = 'The quiz is closing, you should submit your answers now.';
$string['countdowntenminutes'] = 'The quiz will be closing in ten minutes.';
$string['coursetestmanager'] = 'Course Test Manager format';
$string['createfirst'] = 'You must create some short-answer questions first. ';
$string['createmultiple'] = 'Create multiple questions';
$string['createnewquestion'] = 'Create new question';
$string['custom'] = 'Custom format';
Expand Down
2 changes: 1 addition & 1 deletion mod/quiz/questiontypes/randomsamatch/randomsamatch.html
Expand Up @@ -132,7 +132,7 @@

if ($numberavailable < 2) {

echo "ERROR";
echo get_string('createfirst', 'quiz');

$maxrandom=2;

Expand Down

0 comments on commit fa92dd2

Please sign in to comment.