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.15 -r1.2.2.16 --- openacs-4/packages/xowf/lib/online-exam-answer.wf 26 Jan 2020 17:53:57 -0000 1.2.2.15 +++ openacs-4/packages/xowf/lib/online-exam-answer.wf 26 Jan 2020 18:01:57 -0000 1.2.2.16 @@ -316,7 +316,7 @@ set count 0 foreach question $question_names { incr count - ${container}::Action ${container}::$count \ + ${container}::Action create ${container}::$count \ -label "$count" \ -next_state working \ -extra_css_class [expr {$current_position == $count - 1 ? "current" : ""}] \