36703ed7 |
1 | <?php // $Id$ |
2 | // question.php - created with Moodle 1.8 dev |
3 | |
4 | $string['categorydoesnotexist'] = 'This category does not exist'; |
5 | $string['editingquestion'] = 'Editing a question'; |
6 | $string['missingimportantcode'] = 'This question type is missing important code: $a.'; |
7 | $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.'; |
5eb266d8 |
8 | $string['questionbank'] = 'Question bank'; |
36703ed7 |
9 | $string['questiondoesnotexist'] = 'This question does not exist'; |
10 | $string['unknownquestiontype'] = 'Unknown question type: $a.'; |
2387f332 |
11 | $string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.'; |
dac786f3 |
12 | $string['makechildof'] = "Make Child of '\$a'"; |
13 | $string['maketoplevelitem'] = 'Move to top level'; |
36703ed7 |
14 | ?> |