Index: openacs-4/packages/xowf/lib/online-exam-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam-answer.wf,v diff -u -r1.2.2.16 -r1.2.2.17 --- openacs-4/packages/xowf/lib/online-exam-answer.wf 26 Jan 2020 18:01:57 -0000 1.2.2.16 +++ openacs-4/packages/xowf/lib/online-exam-answer.wf 26 Jan 2020 20:10:02 -0000 1.2.2.17 @@ -302,11 +302,17 @@ $ctx forward working_form_loader $container %proc $ctx $ctx forward summary_form $container %proc $ctx } -set :policy ::xowf::test_item::test-item-policy1 + set :policy ::xowf::test_item::test-item-policy1 if {${:state} in {working done}} { set parent_obj [::xo::db::CrClass get_instance_from_db -item_id [:parent_id]] set question_names [::xowf::test_item::question_manager question_names $parent_obj] + + # + # Use the current_position in the sense of the nth question of the + # user, which is not necessarily the nth question in the list of + # questions due to shuffling. + # set current_position [:property position] set actions {}