Index: openacs-4/packages/assessment/lib/results-edit-oq.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/results-edit-oq.tcl,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/assessment/lib/results-edit-oq.tcl 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/assessment/lib/results-edit-oq.tcl 17 Aug 2022 17:28:12 -0000 1.4.2.1 @@ -1,6 +1,11 @@ -# Display open question type data. -# author Timo Hentschel (timo@timohentschel.de) +ad_include_contract { + Display open question type data. + @author Timo Hentschel (timo@timohentschel.de) +} { + item_data_id:object_type(as_item_data) +} + db_1row item_type_data {} set keywords [string tolower [ns_quotehtml [join $keywords "\n"]]] set answer_text [ad_text_to_html -no_links -- $answer_text]