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.219 -r1.7.2.220 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 28 Feb 2022 18:17:42 -0000 1.7.2.219 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 2 Mar 2022 19:33:40 -0000 1.7.2.220 @@ -385,7 +385,7 @@ } } else { set pointsSpec { - {minutes number,form_item_wrapper_CSSclass=form-inline,min=1,default=2,label=#xowf.Minutes#} + {minutes number,form_item_wrapper_CSSclass=form-inline,min=0,default=2,step=0.1,label=#xowf.Minutes#} {points number,form_item_wrapper_CSSclass=form-inline,min=0.0,step=0.1,label=#xowf.Points#} } }