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 -r1.1.2.18 -r1.1.2.19 --- openacs-4/packages/xowf/lib/inclass-exam.wf 18 Apr 2020 16:58:34 -0000 1.1.2.18 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 18 Apr 2020 17:32:26 -0000 1.1.2.19 @@ -140,10 +140,19 @@ set full_fc [dict get $combined_form_info disabled_form_constraints] #:log fullQuestionForm=$fullQuestionForm - set text "

$title

" + set text "

$title

" set menu "" set proctoring [$obj property proctoring] - if {$proctoring eq ""} {set proctoring 0} + if {$proctoring eq ""} { + set proctoring 0 + } else { + append text "

Exam with Proctoring.

" + } + set nrQuestions [llength [dict get $combined_form_info title_infos]] + append text [subst { +

$nrQuestions [expr {$nrQuestions == 1? "#xowf.question#" : "#xowf.questions#"}], + [::xowf::test_item::question_manager total_minutes $combined_form_info] #xowf.Minutes#

+ }] set wf [xowf::test_item::answer_manager get_answer_wf $obj] if {$wf eq ""} {