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 -N -r1.1.2.66 -r1.1.2.67 --- openacs-4/packages/xowf/lib/inclass-exam-answer.wf 11 Mar 2023 10:46:33 -0000 1.1.2.66 +++ openacs-4/packages/xowf/lib/inclass-exam-answer.wf 10 Jan 2024 10:28:03 -0000 1.1.2.67 @@ -314,8 +314,15 @@ #ns_log notice "==================================== done_form_loader called" # + # Current question and time information are not relevant for a + # submitted exam. We clear them from the title. # + :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] : ""}]