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.2 -r1.7.2.3 --- openacs-4/packages/assessment/lib/item-show-mc.tcl 4 Jul 2005 15:02:23 -0000 1.7.2.2 +++ openacs-4/packages/assessment/lib/item-show-mc.tcl 10 Mar 2006 11:29:36 -0000 1.7.2.3 @@ -22,6 +22,7 @@ foreach one_choice $choices { util_unlist $one_choice choice_id title correct_answer_p feedback_text selected_p percent_score sort_order fixed_position answer_value content_rev_id content_filename content_name incr count + regsub -all \\$ $title {\\$ } title set options "" if {$count < $total} { append options " <a href=\\\"item-edit-mc-choices-swap?assessment_id=$assessment_id§ion_id=$section_id&as_item_id=$as_item_id&mc_id=$as_item_type_id&sort_order=$sort_order&direction=down\\\"><img src=\\\"/resources/assessment/down.gif\\\" border=0 alt=\\\"[_ assessment.Move_Down]\\\"></a>"