Index: openacs-4/packages/xowf/lib/inclass-exam-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-exam-answer.wf,v diff -u -r1.1.2.30 -r1.1.2.31 --- openacs-4/packages/xowf/lib/inclass-exam-answer.wf 5 Mar 2021 12:32:37 -0000 1.1.2.30 +++ openacs-4/packages/xowf/lib/inclass-exam-answer.wf 16 Mar 2021 22:09:22 -0000 1.1.2.31 @@ -224,9 +224,12 @@ # background to be able to refer to links relative to the from, when # it was created. # - $form_obj set_property form [$obj substitute_markup \ - -context_obj $form_obj \ - [$form_obj property form]] + set d [::xowf::test_item::question_manager item_substitute_markup \ + -obj $obj \ + -position $position \ + -form_obj $form_obj] + $form_obj set_property form [dict get $d form] + # # Update IP address each time the form is loaded. # @@ -366,6 +369,7 @@ -with_points \ -user_specific \ -shuffle_id $shuffle_id \ + -user_answers $obj \ $parent_obj] #ns_log notice "SUMMARY FORM shuffle_id $shuffle_id $form_info"