Class ::xowiki::formfield::test_item (public)
::xotcl::Class ::xowiki::formfield::test_item\ [ -feedback_level feedback_level ] [ -grading grading ] \ [ -nr_choices nr_choices ] [ -question_type question_type ]
Defined in /var/www/openacs.org/packages/xowf/tcl/test-item-procs.tcl
Wrapper for composite test items, containing specification for minutes, grading scheme, feedback levels, handling different types of questions ("interactions" in the terminology of QTI). When such a question is saved, an HTML form is generated, which is used as a question.
- Switches:
- -feedback_level (optional)
- "full", "single", or "none"
- -grading (optional)
- one of "exact", "none", or one of the partial grading schemes
- -nr_choices (optional)
- number of choices
- -question_type (optional)
- "mc", "sc", "ot", or "st"
- Testcases:
- No testcase defined.