xowf::test_item::Question_manager method more_ahead (public)

 <instance of xowf::test_item::Question_manager[i]> more_ahead \
    [ -position position ] obj

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

Return true, when this is for the current user not the last question.

Switches:
-position
(optional)
Parameters:
obj

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_test_items create_test_items (test xowf) xowf::test_item::Question_manager instproc more_ahead xowf::test_item::Question_manager instproc more_ahead test_create_test_items->xowf::test_item::Question_manager instproc more_ahead

Testcases:
create_test_items
Source code:
if {$position eq ""} {
  set position [$obj property position]
}
set questions [dict get [$obj instance_attributes] question]
return [expr {$position + 1 < [:question_count $obj]}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: