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.21 -r1.1.2.22 --- openacs-4/packages/xowf/lib/inclass-exam.wf 19 Apr 2020 19:30:18 -0000 1.1.2.21 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 20 Apr 2020 09:46:06 -0000 1.1.2.22 @@ -50,7 +50,7 @@ set :autoname 1 ;# to avoid editable name field set :policy ::xowf::test_item::test-item-policy-publish set :debug 0 -set :live_updates 0 +set :live_updates 1 Action select -next_state created -label #xowf.online-exam-select# \ -title #xowf.online-exam-title-select# @@ -157,7 +157,8 @@ set proctoring [$obj property proctoring] if {$proctoring eq ""} { set proctoring 0 - } else { + } + if {$proctoring} { append text "

Exam with Proctoring.

" } set nrQuestions [llength [dict get $combined_form_info title_infos]]