Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/inclass-exam.wf,v diff -u -N -r1.1.2.97 -r1.1.2.98 --- openacs-4/packages/xowf/lib/inclass-exam.wf 13 Jul 2022 07:35:42 -0000 1.1.2.97 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 13 Aug 2022 13:54:16 -0000 1.1.2.98 @@ -271,26 +271,26 @@ # set link_disabled [expr {[llength $answers] == 0 ? "link-disabled" : ""}] set md [subst { - listing {obj $wf m list label #xowf.online-exam-exam_instances# glyph list} - participants {obj $obj m print-participants label #xowf.Participants# glyph user} - protocol {obj $obj m print-answers label #xowf.online-exam-protocol# glyph list-alt} - results {obj $obj m print-answer-table label #xowf.online-exam-results-table# glyph th-list} + listing {obj $wf m list label #xowf.online-exam-exam_instances# icon list} + participants {obj $obj m print-participants label #xowf.Participants# icon user} + protocol {obj $obj m print-answers label #xowf.online-exam-protocol# icon list-alt} + results {obj $obj m print-answer-table label #xowf.online-exam-results-table# icon th-list} }] if {![acs_user::site_wide_admin_p -user_id [::xo::cc user_id]]} { dict unset md listing } - dict unset md results + dict unset md results ;# deactivate results for now #ns_log notice ALL=$text - set menu "" + set menu "\n" } - set extraAction "" switch $state { "created" {