Index: openacs-4/packages/xowf/lib/inclass-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-exam.wf,v diff -u -r1.1.2.108 -r1.1.2.109 --- openacs-4/packages/xowf/lib/inclass-exam.wf 4 Oct 2023 13:22:21 -0000 1.1.2.108 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 28 Aug 2024 13:54:31 -0000 1.1.2.109 @@ -970,6 +970,14 @@ } dict set achieved_points details $newDetails dict set achieved_points achievedPoints "" + + # + # Ensure grading scheme is loaded before used + # + ::xowf::test_item::grading::load_grading_schemes \ + -package_id [:package_id] \ + -parent_id [:parent_id] + set gradingInfo [::xowf::test_item::grading::$grading_scheme print -achieved_points $achieved_points] #