From 8af190b38857cc3ecf517b6fb18435f63fdde7ce Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 30 May 2006 06:29:07 +0000 Subject: [PATCH] fixed typo - randomsmatch notice bug 5652; merged from MOODLE_16_STABLE --- question/type/multichoice/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.5