2 // question.php - created with Moodle 1.8 dev
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.';
8 $string['questionbank'] = 'Question bank';
9 $string['questiondoesnotexist'] = 'This question does not exist';
10 $string['unknownquestiontype'] = 'Unknown question type: $a.';
11 $string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.';
12 $string['makechildof'] = "Make Child of '\$a'";
13 $string['maketoplevelitem'] = 'Move to top level';