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

 <instance of xowf::test_item::Question_manager[i]> question_info \
    [ -numbers numbers ] [ -with_title ] [ -with_minutes ] \
    [ -with_points ] [ -titleless_form ] [ -obj obj ] \
    [ -user_answers user_answers ] [ -no_position ] \
    [ -question_number_label question_number_label ] \
    [ -positions positions ] [ -with_question_count_in_title on|off ] \
    form_objs

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

Returns a dict containing "form", "title_infos", "form_constraints" "disabled_form_constraints" "randomization_for_exam" "autograde" and "question_objs". This information is obtained from the provided "form_objs".

Switches:
-numbers (optional)
-with_title (optional, defaults to "false")
-with_minutes (optional, defaults to "false")
-with_points (optional, defaults to "false")
-titleless_form (optional, defaults to "false")
-obj (optional, object)
-user_answers (optional, object, accept empty)
-no_position (optional, defaults to "false")
-question_number_label (optional, defaults to "#xowf.question#")
-positions (optional, integer)
-with_question_count_in_title (optional, boolean, defaults to "false")
Parameters:
form_objs (required)
Returns:
dict containing "title_infos", "form_constraints", "disabled_form_constraints", "randomization_for_exam", "autograde", "question_forms", "question_objs"

Testcases:
No testcase defined.
[ show source ]
Show another procedure: