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.49 -r1.1.2.50 --- openacs-4/packages/xowf/lib/inclass-exam-answer.wf 19 Nov 2021 08:42:36 -0000 1.1.2.49 +++ openacs-4/packages/xowf/lib/inclass-exam-answer.wf 19 Nov 2021 09:35:36 -0000 1.1.2.50 @@ -113,12 +113,14 @@ -state_safe true \ -next_state working \ -label #xowf.previous_question# \ + -title #xowf.previous_question_title# \ -proc activate {obj} {if {[next]} {:set_page $obj -1}} Action create nextQuestion \ -state_safe true \ -next_state working \ -label #xowf.next_question# \ + -title #xowf.next_question_title# \ -proc activate {obj} {if {[next]} {:set_page $obj 1}} Action create review \ @@ -172,6 +174,7 @@ # Action start_again \ # -label #xowf.first_question# \ +# -title #xowf.first_question_title# \ # -next_state working -proc activate {obj} { # $obj set_property position 0 # }