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.108 -r1.7.2.109 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 9 Feb 2021 05:23:04 -0000 1.7.2.108 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 9 Feb 2021 05:25:47 -0000 1.7.2.109 @@ -3019,7 +3019,7 @@ foreach a [dict get $dict answer] { set op "" regexp {^(\S+)\s} $a . op - if {$op ni {eq lt le gt ge AND}} { + if {$op ni {eq lt le gt ge btwn AND}} { ns_log notice "question_info: not suited for autoGrade: '$a'" set autoGrade 0 break @@ -3028,7 +3028,7 @@ foreach c [lrange $a 1 end] { set op "" regexp {^(\S+)\s} $c . op - if {$op ni {eq lt le gt ge}} { + if {$op ni {eq lt le gt ge btwn}} { ns_log notice "question_info: not suited for autoGrade: AND clause '$c'" set autoGrade 0 break