Index: openacs-4/packages/xowf/lib/inclass-quiz-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-quiz-answer.wf,v diff -u -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 30 May 2023 10:02:37 -0000 1.1.2.7 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 10 Jul 2023 08:53:32 -0000 1.1.2.8 @@ -30,10 +30,10 @@ # via a workflow definition ($obj is a workflow definition) set parent_id [$obj parent_id] # - # Use requester instead of user_id to allow also participants, which + # Use requestor instead of user_id to allow also participants, which # are not authroized. # - set name [ns_md5 $parent_id-[::xo::cc requester]] + set name [ns_md5 $parent_id-[::xo::cc requestor]] set parent_obj [::xo::db::CrClass get_instance_from_db -item_id $parent_id] :payload [list title [$parent_obj title] name $name] }