Index: openacs-4/packages/assessment/lib/item-show-fu.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/item-show-fu.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/assessment/lib/item-show-fu.tcl 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/assessment/lib/item-show-fu.tcl 17 Aug 2022 17:23:16 -0000 1.3.2.1 @@ -1,6 +1,11 @@ -# Display short answer type data. -# author Timo Hentschel (timo@timohentschel.de) +ad_include_contract { + Display short answer type data. + @author Timo Hentschel (timo@timohentschel.de) +} { + as_item_id:object_type(acs_object) +} + db_1row item_type_data {} set boolean_options [list [list "[_ assessment.yes]" t] [list "[_ assessment.no]" f]]