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.7.2.4 -r1.7.2.5
--- openacs-4/packages/assessment/lib/item-show-mc.tcl 11 Mar 2006 19:54:10 -0000 1.7.2.4
+++ openacs-4/packages/assessment/lib/item-show-mc.tcl 8 May 2006 16:55:03 -0000 1.7.2.5
@@ -32,9 +32,9 @@
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]} {