From ad6ae2c4e5387dd1a0b9782d206b985f4e66b5ad Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 30 May 2006 06:27:59 +0000 Subject: [PATCH] fixed typo - randomsmatch notice bug 5652 --- 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 e5edafdb6b9..e817d05d1d1 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)); }