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.60 -r1.1.2.61 --- openacs-4/packages/xowf/lib/inclass-exam.wf 26 Mar 2021 10:55:01 -0000 1.1.2.60 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 31 Mar 2021 15:21:14 -0000 1.1.2.61 @@ -853,6 +853,23 @@ } ######################################################################## + # web-callable method "proctoring-display" + # + :proc www-proctoring-display {} { + # + # Display the proctoring files collected for this exam using the + # UI by the proctoring-support package. + # + # By this is also possible to delete the proctoring files, either + # for the whole exam or for the single participant. + # + + ${:package_id} return_page -adp /packages/proctoring-support/lib/proctoring-display -variables { + {object_id ${:item_id}} + } + } + + ######################################################################## # web-callable method "answer" # :proc www-answer {} {