Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.263 -r1.7.2.264 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 12 Jan 2023 13:35:58 -0000 1.7.2.263 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 13 Jan 2023 10:11:16 -0000 1.7.2.264 @@ -6484,6 +6484,7 @@ {-no_position:switch false} {-question_number_label #xowf.question#} {-positions:int,0..n ""} + {-with_question_count_in_title:boolean false} form_objs } { # @@ -6509,7 +6510,7 @@ } set question_count_label "" - if {!$no_position} { + if {$with_question_count_in_title} { set question_count_label " / [:question_count $obj]" } @@ -7522,6 +7523,7 @@ -with_title=$with_title \ -titleless_form=$titleless_form \ -with_minutes=$with_minutes \ + -with_question_count_in_title true \ {*}$extra_flags \ -obj $obj \ $form_objs]