xowf::test_item::Question_manager method max_items (protected)
<instance of xowf::test_item::Question_manager> max_items max \ list
Defined in packages/xowf/tcl/test-item-procs.tcl
- Parameters:
- max (required, integer, accept empty)
- list (required)
- Testcases:
- No testcase defined.
Source code: if {$max ne "" && $max < [llength $list]} { return [lrange $list 0 $max-1] } return $listXQL Not present: Generic, PostgreSQL, Oracle