Skip to content

Commit

Permalink
qtype multichoice: MDL-17029 - followup - revert my overzealous copyi…
Browse files Browse the repository at this point in the history
…ng and pasting. Thanks to Myles Carrick for noticing my mistake.
  • Loading branch information
tjhunt committed Oct 27, 2008
1 parent beaa43d commit da012eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions question/type/multichoice/questiontype.php
Expand Up @@ -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));
}
Expand Down

0 comments on commit da012eb

Please sign in to comment.