mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
14 lines
695 B
PHP
14 lines
695 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.';
|
|
|
|
?>
|