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

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

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

Return the nth question object of an assessment (based on position).

Parameters:
obj (required, object)
position (required, integer)

Testcases:
No testcase defined.
Source code:
:assert_assessment $obj
set questions [:question_names $obj]
set result [:load_question_objs $obj [lindex $questions $position]]
return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: