xowf::test_item::Answer_manager method answers_panel (public)
<instance of xowf::test_item::Answer_manager> answers_panel \ [ -polling ] [ -heading heading ] \ [ -submission_msg submission_msg ] [ -manager_obj manager_obj ] \ [ -target_state target_state ] [ -wf wf ] \ [ -current_question current_question ] [ -extra_text extra_text ]
Defined in packages/xowf/tcl/test-item-procs.tcl
Produce HTML code for an answers panel, containing the number of participants of an e-assessment and the number of participants, who have already answered.
- Switches:
- -polling (optional, defaults to
"false"
)- when specified, provide live updates of the numbers via AJAX calls
- -heading (optional, defaults to
"#xowf.submitted_answers#"
)- -submission_msg (optional, defaults to
"#xowf.participants_answered_question#"
)- -manager_obj (optional, object)
- -target_state (optional)
- -wf (optional, object)
- -current_question (optional)
- -extra_text (optional)
- optional extra text for the panel, has to be provided with valid HTML markup.
- Testcases:
- No testcase defined.