From da012eb63ae4b34d037d80c6370f4543fc47898e Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 27 Oct 2008 23:36:07 +0000 Subject: [PATCH] qtype multichoice: MDL-17029 - followup - revert my overzealous copying and pasting. Thanks to Myles Carrick for noticing my mistake. --- question/type/multichoice/questiontype.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/question/type/multichoice/questiontype.php b/question/type/multichoice/questiontype.php index 669db3b4e24f5..f8d3c7af3a259 100644 --- a/question/type/multichoice/questiontype.php +++ b/question/type/multichoice/questiontype.php @@ -438,8 +438,6 @@ function backup($bf,$preferences,$question,$level=6) { 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)); }