mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
15 lines
793 B
PHP
15 lines
793 B
PHP
<?php // $Id$
|
|
// question.php - created with Moodle 1.8 dev
|
|
|
|
$string['categorydoesnotexist'] = 'This category does not exist';
|
|
$string['editingquestion'] = 'Editing a question';
|
|
$string['missingimportantcode'] = 'This question type is missing important code: $a.';
|
|
$string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.';
|
|
$string['questionbank'] = 'Question bank';
|
|
$string['questiondoesnotexist'] = 'This question does not exist';
|
|
$string['unknownquestiontype'] = 'Unknown question type: $a.';
|
|
$string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.';
|
|
$string['makechildof'] = "Make Child of '\$a'";
|
|
$string['maketoplevelitem'] = 'Move to top level';
|
|
?>
|