Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-exam.wf,v diff -u -r1.1.2.27 -r1.1.2.28 --- openacs-4/packages/xowf/lib/inclass-exam.wf 28 Apr 2020 16:34:08 -0000 1.1.2.27 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 28 Apr 2020 19:47:20 -0000 1.1.2.28 @@ -354,6 +354,8 @@ # :proc www-print-answer-table {} { set HTML "" + set withAnswerColumns [${:package_id} query_parameter with_answers:boolean 0] + set wf [xowf::test_item::answer_manager get_answer_wf [self]] if {$wf ne ""} { #set form_info [::xowf::test_item::question_manager combined_question_form -with_numbers [self]] @@ -368,6 +370,7 @@ -package_id ${:package_id} \ -items $items2 \ -state * \ + -with_answers $withAnswerColumns \ [self]] $items2 destroy }