Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.284.2.89 -r1.284.2.90 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 7 Mar 2020 19:15:50 -0000 1.284.2.89 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Mar 2020 14:32:20 -0000 1.284.2.90 @@ -3366,7 +3366,7 @@ # Multiple choice: Accept every subselection as valid for the # time being. # - } else { + } elseif {[info exists :answer_value]} { # # Single choice: make sure that the correct element is # included in subselection. @@ -3402,7 +3402,7 @@ # Use the random indices for reordering the :options and # :answers. # - if {[info exists :answer_value] && ${:show_max} ne ""} { + if {[info exists :show_max] && ${:show_max} ne ""} { set shuffled [:valid_subselection $shuffled] #ns_log notice "SHUFFLE ${:name} <$shuffled> answer_value ${:answer_value} MAX <${:show_max}>" }