From: skodak Date: Tue, 30 May 2006 06:29:07 +0000 (+0000) Subject: fixed typo - randomsmatch notice bug 5652; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8af190b38857cc3ecf517b6fb18435f63fdde7ce;p=moodle.git fixed typo - randomsmatch notice bug 5652; merged from MOODLE_16_STABLE --- diff --git a/question/type/multichoice/questiontype.php b/question/type/multichoice/questiontype.php index e5edafdb6b..e817d05d1d 100644 --- a/question/type/multichoice/questiontype.php +++ b/question/type/multichoice/questiontype.php @@ -391,7 +391,7 @@ class question_multichoice_qtype extends default_questiontype { fwrite ($bf,full_tag("LAYOUT",$level+1,false,$multichoice->layout)); fwrite ($bf,full_tag("ANSWERS",$level+1,false,$multichoice->answers)); fwrite ($bf,full_tag("SINGLE",$level+1,false,$multichoice->single)); - fwrite ($bf,full_tag("SHUFFLEANSWERS",$level+1,false,$randomsamatch->shuffleanswers)); + fwrite ($bf,full_tag("SHUFFLEANSWERS",$level+1,false,$multichoice->shuffleanswers)); $status = fwrite ($bf,end_tag("MULTICHOICE",$level,true)); }