xowf::test_item::Answer_manager method render_answers (public)

 <instance of xowf::test_item::Answer_manager[i]> render_answers \
    [ -as_student on|off ] \
    [ -filter_submission_id filter_submission_id ] \
    [ -creation_user creation_user ] [ -revision_id revision_id ] \
    [ -filter_form_ids filter_form_ids ] [ -export on|off ] \
    [ -orderby orderby ] [ -grading grading ] \
    [ -with_grading_table on|off ] examWf

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

Return the answers in HTML format in a somewhat printer friendly way, e.g. as the exam protocol.

Switches:
-as_student (optional, boolean, defaults to "false")
-filter_submission_id (optional, integer, accept empty)
-creation_user (optional, integer, accept empty)
-revision_id (optional, integer, accept empty)
-filter_form_ids (optional, integer)
-export (optional, boolean, defaults to "false")
-orderby (optional, defaults to "online-exam-userName")
-grading (optional)
-with_grading_table (optional, boolean, defaults to "false")
Parameters:
examWf (required, object)
Returns:
dict containing "do_stream" and "HTML" ns_log notice "RENDER ANSWERS 0"

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