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 -r1.284.2.196 -r1.284.2.197 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Feb 2022 12:14:38 -0000 1.284.2.196 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Feb 2022 15:19:42 -0000 1.284.2.197 @@ -5275,6 +5275,14 @@ {shuffle:boolean true} } + reorder_box instproc initialize {} { + # + # The reorder_box must always be treated as a :multiple field + # + set :multiple 1 + next + } + reorder_box instproc answer_is_correct {} { # # This method returns 0 (undecided), -1 (incorrect) or 1 (correct)