xowf::test_item::Question_manager method combined_question_form (public)
<instance of xowf::test_item::Question_manager> combined_question_form \ [ -with_numbers ] [ -with_title ] [ -with_minutes ] \ [ -with_points ] [ -user_specific ] [ -shuffle_id shuffle_id ] \ [ -user_answers user_answers ] [ -form_objs form_objs ] obj
Defined in packages/xowf/tcl/test-item-procs.tcl
For the provided assessment, return a combined question_form as a single (combined) form, containing the content of all question forms. The result is a dict, containing also title information etc. depending on the provided parameters.
- Switches:
- -with_numbers (optional, defaults to
"false"
)- -with_title (optional, defaults to
"false"
)- -with_minutes (optional, defaults to
"false"
)- -with_points (optional, defaults to
"false"
)- -user_specific (optional, defaults to
"false"
)- -shuffle_id (optional, integer, defaults to
"-1"
)- used only for selecting form_objs
- -user_answers (optional, object, accept empty)
- instance of the answer-wf. Needed for user-specific percent substitutions.
- -form_objs (optional, object, accept empty)
- Parameters:
- obj (required, object)
- is the exam
- Testcases:
- No testcase defined.