xowf::test_item::Question_manager method max_items (protected)

 <instance of xowf::test_item::Question_manager[i]> max_items max \
    list

Defined in packages/xowf/tcl/test-item-procs.tcl

Parameters:
max
list

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
if {$max ne "" && $max < [llength $list]} {
  return [lrange $list 0 $max-1]
}
return $list
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: