Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-exam.wf,v diff -u -N -r1.1.2.84 -r1.1.2.85 --- openacs-4/packages/xowf/lib/inclass-exam.wf 3 Dec 2021 12:17:46 -0000 1.1.2.84 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 20 Dec 2021 17:55:18 -0000 1.1.2.85 @@ -516,6 +516,19 @@ } ######################################################################## + # web-callable method "exam-results" + # + # export results as CSV table + # + :proc www-exam-results {} { + set manual_gradings [:property manual_gradings] + set results [:property __results] + xowf::test_item::answer_manager results_export -reply -manual_gradings $manual_gradings $results + ad_script_abort + } + + + ######################################################################## # web-callable method "print-answers" # # Print the answers in a somewhat printer friendly way.