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.80 -r1.1.2.81 --- openacs-4/packages/xowf/lib/inclass-exam.wf 4 Oct 2021 08:05:57 -0000 1.1.2.80 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 4 Oct 2021 08:34:40 -0000 1.1.2.81 @@ -385,6 +385,7 @@ # Check, if randomization is OK. If not, remove the "publish" # button from the workflow. # + set combined_form_info [::xowf::test_item::question_manager combined_question_form [self]] set randomizationOk [dict get $combined_form_info randomization_for_exam] ${container}::${:state} actions \ [expr {$randomizationOk ? {publish restart} : {restart}}]