Class ::xowiki::formfield::test_item
::xowiki::formfield::test_item
 create ... \
           [ -grading (default "exact") ] \
           [ -nr_choices (default "5") ] \
           [ -question_type (default "mc") ]
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.
- Documented Parameters:
 
- feedback_level
 - "full", "single", or "none"
 
- grading
 - one of "exact", "none", or one of the partial grading schemes
 
- nr_choices
 - number of choices
 
- question_type
 - "mc", "sc", "ot", or "st"
 
Defined in /var/www/openacs.org/packages/xowf/tcl/test-item-procs.tclClass Relations
- class: ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
 
- superclass: ::xowiki::formfield::TestItemField
![[i]](/resources/acs-subsite/ZoomIn16.gif)
 
::xotcl::Class create ::xowiki::formfield::test_item \
     -superclass ::xowiki::formfield::TestItemField