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.13 -r1.1.2.14 --- openacs-4/packages/xowf/lib/inclass-exam-answer.wf 19 Apr 2020 15:30:45 -0000 1.1.2.13 +++ openacs-4/packages/xowf/lib/inclass-exam-answer.wf 19 Apr 2020 19:34:08 -0000 1.1.2.14 @@ -297,8 +297,8 @@ :proc plain_template {obj} { ::xo::cc set_parameter MenuBar 0 ::xo::cc set_parameter template_file view-plain-master - - if {[$obj property proctor 0]} { + set parent_obj [$obj set parent_obj] + if {[$obj property proctor 0] || [$parent_obj property proctoring 0]} { template::set_css_property -class header -property display -value none template::set_css_property -class footer -property display -value none template::set_css_property -class community_title -property display -value none