MDL-15068 novirtualquestiontype string
This commit is contained in:
@@ -112,7 +112,7 @@ $string['nopermissionadd'] = 'You don\'t have permission to add questions here.'
|
||||
$string['noprobs'] = 'No problems found in your question database.';
|
||||
$string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.';
|
||||
$string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.';
|
||||
$string['novirtualquestion'] = 'No virtual question type for question type $a';
|
||||
$string['novirtualquestiontype'] = 'No virtual question type for question type $a';
|
||||
$string['parenthesisinproperstart'] = 'Parenthesis before ** is not properly started in $a**';
|
||||
$string['parenthesisinproperclose'] = 'Parenthesis before ** is not properly closed in $a**';
|
||||
$string['permissionedit'] = 'Edit this question';
|
||||
|
||||
@@ -639,7 +639,7 @@ class question_dataset_dependent_questiontype extends default_questiontype {
|
||||
}
|
||||
|
||||
function create_virtual_qtype() {
|
||||
print_error("novirtualquestion", 'question', '', $this->name());
|
||||
print_error("novirtualquestiontype", 'question', '', $this->name());
|
||||
}
|
||||
|
||||
function get_virtual_qtype() {
|
||||
|
||||
Reference in New Issue
Block a user