xowf::test_item::Question_manager method aggregated_form (public)
<instance of xowf::test_item::Question_manager> aggregated_form \ [ -titleless_form ] [ -with_feedback ] [ -with_correction_notes ] \ [ -with_grading_box with_grading_box ] question_infos
Defined in packages/xowf/tcl/test-item-procs.tcl
Compute an aggregated form (containing potentially multiple questions) based on the chunks available in question_infos.
- Switches:
- -titleless_form (optional, defaults to
"false"
)- -with_feedback (optional, defaults to
"false"
)- -with_correction_notes (optional, defaults to
"false"
)- -with_grading_box (optional)
- might be: "hidden" (but included), "true", "" (omitted)
- Parameters:
- question_infos (required)
- Returns:
- HTML form content
- Testcases:
- No testcase defined.