Added .gitignore
[moodle-linuxchix.git] / lang / en_utf8 / qtype_multianswer.php
bloba7fde7e5d99db82c81173f785d4c5ed3d2af4d26
1 <?php
2 $string['correctanswer'] = 'Correct Answer';
3 $string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
4 $string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
5 $string['nooptionsforsubquestion'] = 'Unable to get options for question part # $a->sub (question->id={$a->id})';
6 $string['noquestions'] = 'The Cloze(multianswer) question \"<strong>$a</strong>\" does not contain any question ';
7 $string['questionnotfound'] = 'Unable to find question of question part #$a';
8 $string['qtypenotrecognized'] = 'questiontype $a not recognized';
9 $string['questionsmissing'] = 'No valid questions, create at least one question ';
10 $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: $a->type of question part # $a->sub';