Index: openacs-4/packages/assessment/lib/item-show-mc.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/item-show-mc.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/lib/item-show-mc.tcl 7 Jan 2005 16:10:44 -0000 1.3 +++ openacs-4/packages/assessment/lib/item-show-mc.tcl 9 Feb 2005 10:42:50 -0000 1.4 @@ -22,17 +22,17 @@ incr count set options "" if {$count < $total} { - append options " \\\"[_" + append options " \\\"[_" } if {$count > 1} { - append options " \\\"[_" + append options " \\\"[_" } - append options " \\\"[_" + append options " \\\"[_" if {$correct_answer_p == "t"} { - append ad_form_code "\{infotxt.$choice_id:text(inform) \{label \"[_ assessment.Choice] $count\"\} \{value \" $title$options\"\}\}\n" + append ad_form_code "\{infotxt.$choice_id:text(inform) \{label \"[_ assessment.Choice] $count\"\} \{value \" $title$options\"\}\}\n" } else { - append ad_form_code "\{infotxt.$choice_id:text(inform) \{label \"[_ assessment.Choice] $count\"\} \{value \" $title$options\"\}\}\n" + append ad_form_code "\{infotxt.$choice_id:text(inform) \{label \"[_ assessment.Choice] $count\"\} \{value \" $title$options\"\}\}\n" } if {![empty_string_p $content_rev_id]} {