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.140 -r1.284.2.141 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 24 Jan 2021 19:54:56 -0000 1.284.2.140 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2021 09:07:01 -0000 1.284.2.141 @@ -741,7 +741,7 @@ FormField instproc answer_check=btwn {} { set d [:process_correct_when_modifier] dict with d { - return [expr {$value >= [lindex $words 0] && $value >= [lindex $words 1]}] + return [expr {$value >= [lindex $words 0] && $value <= [lindex $words 1]}] } } FormField instproc answer_check=in {} {