Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-exam.wf,v diff -u -r1.1.2.58 -r1.1.2.59 --- openacs-4/packages/xowf/lib/inclass-exam.wf 5 Mar 2021 08:51:35 -0000 1.1.2.58 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 22 Mar 2021 13:42:57 -0000 1.1.2.59 @@ -400,9 +400,15 @@ set done_actions republish set combined_form_info [::xowf::test_item::question_manager combined_question_form [self]] - if {[dict get $combined_form_info autograde]} { - lappend done_actions open_submission_review - } + # + # We could allow open_submission_review only when autograde is + # possible, but apparently, it makes as well sense for other + # open text answers + # + lappend done_actions open_submission_review + #if {[dict get $combined_form_info autograde]} { + # lappend done_actions open_submission_review + #} set swa_done_actions [concat $done_actions restart] ${container}::done actions $done_actions