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 -r1.7.2.144 -r1.7.2.145 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 22 Jun 2021 10:03:37 -0000 1.7.2.144 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 24 Jun 2021 13:32:56 -0000 1.7.2.145 @@ -2605,7 +2605,7 @@ # right now). # if {$grading eq ""} { - set grading [expr {$totalPoints < 40 ? "wi1_noround" : "wi1"}] + set grading [expr {$totalPoints < 40 ? "wi1_noround" : "wi1p"}] } set grading_scheme ::xowf::test_item::grading::$grading