Index: openacs-4/packages/xowf/lib/online-exam-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam-answer.wf,v diff -u -r1.2.2.19 -r1.2.2.20 --- openacs-4/packages/xowf/lib/online-exam-answer.wf 30 Jan 2020 18:12:31 -0000 1.2.2.19 +++ openacs-4/packages/xowf/lib/online-exam-answer.wf 1 Feb 2020 15:09:48 -0000 1.2.2.20 @@ -240,6 +240,10 @@ "IP: [$obj property ip]" #ns_log notice "SETTING $obj title [join $title { · }]" $obj title [join $title " · "] + + #:msg set_title-set_parameter-MenuBar-[$obj state] + ::xo::cc set_parameter MenuBar 0 + ::xo::cc set_parameter template_file view-plain-master } # @@ -342,10 +346,6 @@ } else { lappend actions logout } - if {${:state} in {"working" "done"}} { - ::xo::cc set_parameter MenuBar 0 - ::xo::cc set_parameter template_file view-plain-master - } ${container}::${:state} actions $actions } }