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.38 -r1.284.2.39 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Oct 2019 08:30:41 -0000 1.284.2.38 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Oct 2019 16:28:43 -0000 1.284.2.39 @@ -651,9 +651,6 @@ FormField instproc answer_is_correct {} { #:log "${:name} ([:info class]): value=[:value], answer=[expr {[info exists :answer]?${:answer}:{NONE}}]" - if {[string match *mc* ${:name}]} { - #:log [:serialize] - } if {[info exists :correct_when]} { set op [lindex ${:correct_when} 0] if {[:procsearch answer_check=$op] ne ""} { @@ -663,7 +660,9 @@ } { return 1 } - } else { + } elseif { $op eq ""} { + return 0 + } else { error "invalid operator '$op'" } } elseif {![info exists :answer]} {