Index: openacs-4/packages/xowf/lib/inclass-exam-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-exam-answer.wf,v diff -u -r1.1.2.67 -r1.1.2.68 --- openacs-4/packages/xowf/lib/inclass-exam-answer.wf 10 Jan 2024 10:28:03 -0000 1.1.2.67 +++ openacs-4/packages/xowf/lib/inclass-exam-answer.wf 16 Jan 2024 15:57:34 -0000 1.1.2.68 @@ -313,17 +313,15 @@ set obj [$ctx object] #ns_log notice "==================================== done_form_loader called" + set container [$ctx wf_container] + # # Current question and time information are not relevant for a # submitted exam. We clear them from the title. # - :set_title $obj \ + $container set_title $obj \ -prevent_multiple_tabs false - # - # - # - set container [$ctx wf_container] if {[$obj exists __feedback_mode] && [$obj set __feedback_mode] > 0} { set form_objs [expr {[$obj exists __form_objs] ? [$obj set __form_objs] : ""}] set result [$container summary_form $ctx $form_name $form_objs]