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.63 -r1.1.2.64 --- openacs-4/packages/xowf/lib/inclass-exam.wf 3 Apr 2021 17:25:23 -0000 1.1.2.63 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 6 Apr 2021 17:42:24 -0000 1.1.2.64 @@ -53,7 +53,7 @@ # - "delete" (for lecturers), # - "qrcode" (for lecturers) # -# Gustaf Neumann, Feb 2012-2020 +# Gustaf Neumann, Feb 2012-2021 ######################################################################## set :autoname 1 ;# to avoid editable name field set :policy ::xowf::test_item::test-item-policy-publish @@ -62,9 +62,9 @@ Action select -next_state created -label #xowf.online-exam-select# \ -title #xowf.online-exam-title-select# -Action publish -next_state published -label #xowf.online-exam-publish# \ +Action publish -next_state published -state_safe true -label #xowf.online-exam-publish# \ -title #xowf.online-exam-title-publish# -Action unpublish -next_state done -label #xowf.online-exam-unpublish# +Action unpublish -next_state done -state_safe true -label #xowf.online-exam-unpublish# Action republish -next_state published -label #xowf.online-exam-republish# \ -title #xowf.online-exam-title-republish# Action restart -next_state initial -label #xowf.restart# \