$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';
}
function create_virtual_qtype() {
- print_error("novirtualquestion", 'question', '', $this->name());
+ print_error("novirtualquestiontype", 'question', '', $this->name());
}
function get_virtual_qtype() {