xowf::test_item::Answer_manager method render_submissions=edit_history (protected)
<instance of xowf::test_item::Answer_manager> render_submissions=edit_history \ [ -examWf examWf ] [ -submissions submissions ]
Defined in packages/xowf/tcl/test-item-procs.tcl
- Switches:
- -examWf (optional, object)
- -submissions (optional, object)
- Testcases:
- No testcase defined.
Source code: set combined_form_info [:QM combined_question_form $examWf] set nameToQuestionObj [:FL name_to_question_obj_dict [dict get $combined_form_info question_objs]] # # Sort items by username # $submissions orderby online-exam-userName return [subst { <h2>Quick Submission Analysis</h2> <table class='table table-condensed'> <tr><th></th><th>Name</th><th>Revisions</th></tr> [join [lmap submission [$submissions children] { :render_submission=edit_history -submission $submission -examWf $examWf -nameToQuestionObj $nameToQuestionObj}]] </table> }]XQL Not present: Generic, PostgreSQL, Oracle