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.6.2.28 -r1.6.2.29 --- openacs-4/packages/xowf/lib/online-exam.wf 9 Jan 2022 20:46:52 -0000 1.6.2.28 +++ openacs-4/packages/xowf/lib/online-exam.wf 31 Jan 2022 15:25:59 -0000 1.6.2.29 @@ -325,7 +325,7 @@ ? [dict get ${:instance_attributes} signature] : 0 }] set examTitle ${:title} - set filter_id [[$wf package_id] query_parameter id:integer ""] + set filter_submission_id [[$wf package_id] query_parameter id:integer ""] foreach i [$items children] { $i set online-exam-userName [acs_user::get_element -user_id [$i creation_user] -element username] @@ -340,7 +340,7 @@ ns_log notice "online-exam: submission of $userName is not finished (state [$i state])" continue } - if {$filter_id ne "" && [$i item_id] ne $filter_id} { + if {$filter_submission_id ne "" && [$i item_id] ne $filter_submission_id} { continue }