Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.212 -r1.7.2.213 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 1 Feb 2022 13:33:52 -0000 1.7.2.212 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 9 Feb 2022 15:53:10 -0000 1.7.2.213 @@ -4286,9 +4286,9 @@ # # Provide a notification dialog only before the student has - # submitted her exam. + # submitted her exam and the exam is published. # - if {[$p state] ne "done"} { + if {[$p state] ne "done" && [$wf state] eq "published"} { set dialog_info [::xowiki::includelet::personal-notification-messages \ modal_message_dialog -to_user_id [$p creation_user]] append dialogs [dict get $dialog_info dialog] \n