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 -N -r1.7.2.157 -r1.7.2.158 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 26 Aug 2021 12:49:27 -0000 1.7.2.157 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 27 Aug 2021 18:22:43 -0000 1.7.2.158 @@ -1084,6 +1084,7 @@ set number 0 set numbers [lmap formObj $formObjs {incr number}] set question_infos [::xowf::test_item::question_manager question_info \ + -question_number_label "#xowf.subquestion#" \ -with_minutes \ -numbers $numbers \ -no_position \ @@ -1123,7 +1124,7 @@ append form \ "
\n" \ - "
$intro_text
\n" \ + "
\n" \ "
$intro_text
\n" \ "
$aggregatedForm
\n" \ "
" \ @@ -4247,6 +4248,7 @@ {-obj:object} {-user_answers:object,0..1 ""} {-no_position:switch false} + {-question_number_label #xowf.question#} form_objs } { # @@ -4288,7 +4290,7 @@ } set title "" if {$number ne ""} { - append title "#xowf.question# $number:" + append title "$question_number_label $number:" } if {$with_title} { append title " $form_title"