diff --git a/question/type/multichoice/questiontype.php b/question/type/multichoice/questiontype.php index 669db3b4e24..f8d3c7af3a2 100644 --- a/question/type/multichoice/questiontype.php +++ b/question/type/multichoice/questiontype.php @@ -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)); }