]> git.mjollnir.org Git - moodle.git/commitdiff
qtype multichoice: MDL-17029 - followup - revert my overzealous copying and pasting...
authortjhunt <tjhunt>
Mon, 27 Oct 2008 23:36:07 +0000 (23:36 +0000)
committertjhunt <tjhunt>
Mon, 27 Oct 2008 23:36:07 +0000 (23:36 +0000)
question/type/multichoice/questiontype.php

index 669db3b4e24f57a99d51b8f62843686780b746fc..f8d3c7af3a259ec83288d27f16f0417b9d3f41d3 100644 (file)
@@ -438,8 +438,6 @@ class question_multichoice_qtype extends default_questiontype {
                 fwrite ($bf,full_tag("CORRECTFEEDBACK",$level+1,false,$multichoice->correctfeedback));
                 fwrite ($bf,full_tag("PARTIALLYCORRECTFEEDBACK",$level+1,false,$multichoice->partiallycorrectfeedback));
                 fwrite ($bf,full_tag("INCORRECTFEEDBACK",$level+1,false,$multichoice->incorrectfeedback));
-                fwrite ($bf,full_tag("INCORRECTFEEDBACK",$level+1,false,$multichoice->incorrectfeedback));
-                fwrite ($bf,full_tag("INCORRECTFEEDBACK",$level+1,false,$multichoice->incorrectfeedback));
                 fwrite ($bf,full_tag("ANSWERNUMBERING",$level+1,false,$multichoice->answernumbering));
                 $status = fwrite ($bf,end_tag("MULTICHOICE",$level,true));
             }