Index: openacs-4/packages/xowf/lib/online-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam.wf,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/xowf/lib/online-exam.wf 24 Dec 2017 13:06:24 -0000 1.5 +++ openacs-4/packages/xowf/lib/online-exam.wf 6 Jun 2018 12:42:44 -0000 1.6 @@ -209,7 +209,7 @@ ######################################################################## # print-answers: print the answers in a somewhat printer friendly way # - :proc print-answers {} { + :proc www-print-answers {} { set HTML "" set ctx [::xowf::Context require [self]] set wf [[$ctx wf_container] get_answer_wf [self]] @@ -247,6 +247,10 @@ } } + :proc -deprecated print-answers {} { + :www-print-answers + } + ######################################################################## # answer: answer the exam; this is a convenience routine to shorten # the published URL; make sure, that no-one trys to start the answer