Index: openacs-4/packages/assessment/www/asm-admin/results-export.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/results-export.tcl,v diff -u -N -r1.14.2.1 -r1.14.2.2 --- openacs-4/packages/assessment/www/asm-admin/results-export.tcl 10 Sep 2015 08:28:07 -0000 1.14.2.1 +++ openacs-4/packages/assessment/www/asm-admin/results-export.tcl 27 Apr 2017 11:30:45 -0000 1.14.2.2 @@ -114,7 +114,7 @@ db_foreach mc_items {} { if {$text_value eq ""} { if {[exists_and_not_null csv_${section_id}_${as_item_id}($session_id)]} { - # append list of choices seperated with comma + # append list of choices separated with comma append csv_${section_id}_${as_item_id}($session_id) ",[as::assessment::quote_export -text $title]" } else { # just set the choice value