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.23 -r1.7.2.24 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 4 Feb 2020 19:58:59 -0000 1.7.2.23 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 11 Feb 2020 21:26:04 -0000 1.7.2.24 @@ -61,7 +61,7 @@ question. @param feedback_level "full", "single", or "none" - @param grading one of "exact", "partial", or "none" + @param grading one of "exact", "none", or one of the partial grading schemes @param nr_choices number of choices @param question_type "mc", "sc", "ot", or "st" } @@ -149,6 +149,13 @@ set auto_correct ${:auto_correct} set can_shuffle true } + ul { # + set interaction_class upload_interaction + set options "" + set auto_correct false + set can_shuffle false + } + default {error "unknown question type: ${:question_type}"} } :log test_item-auto_correct=$auto_correct