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 -N -r1.1.2.8 -r1.1.2.9 --- openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 10 Jul 2023 08:53:32 -0000 1.1.2.8 +++ openacs-4/packages/xowf/lib/inclass-quiz-answer.wf 29 Nov 2023 15:28:04 -0000 1.1.2.9 @@ -30,10 +30,10 @@ # via a workflow definition ($obj is a workflow definition) set parent_id [$obj parent_id] # - # Use requestor instead of user_id to allow also participants, which + # Use requester instead of user_id to allow also participants, which # are not authroized. # - set name [ns_md5 $parent_id-[::xo::cc requestor]] + set name [ns_md5 $parent_id-[::xo::cc requester]] set parent_obj [::xo::db::CrClass get_instance_from_db -item_id $parent_id] :payload [list title [$parent_obj title] name $name] } @@ -145,7 +145,7 @@ if {${:live_updates} && $quiz_available} { # - # auto referesh: when in $parent_obj 'state' or 'position' changes, + # auto refresh: when in $parent_obj 'state' or 'position' changes, # do automatically a reload of the current page. # set payload [$parent_obj state]-[$parent_obj property position]