Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-exam.wf,v diff -u -N -r1.1.2.11 -r1.1.2.12 --- openacs-4/packages/xowf/lib/inclass-exam.wf 1 Apr 2020 15:03:43 -0000 1.1.2.11 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 1 Apr 2020 17:05:20 -0000 1.1.2.12 @@ -474,7 +474,7 @@ } else { set wf [xowf::test_item::answer_manager get_answer_wf [self]] set proctoring [:property proctoring] - if {$proctoring ne "" & $proctoring} { + if {$proctoring ne "" && $proctoring} { set cLink [export_vars -base [:pretty_link] { {m proctor} {link "[$wf pretty_link -query m=create-or-use&p.proctor=1]"} }] @@ -507,6 +507,7 @@ ::xo::cc set_parameter MenuBar 0 return [:www-view [subst { + [real-proctering-code]

You are being proctored!

}]]