36703ed725
This commit does two things: 1. Gives question types he opion to use formslib for their editing forms, instead of the old mechanism. 2. Converts the truefalse question type to formslib.
12 lines
518 B
PHP
12 lines
518 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['questiondoesnotexist'] = 'This question does not exist';
|
|
$string['unknownquestiontype'] = 'Unknown question type: $a.';
|
|
|
|
?>
|