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.48 -r1.1.2.49 --- openacs-4/packages/xowf/lib/inclass-exam.wf 13 Oct 2020 15:16:26 -0000 1.1.2.48 +++ openacs-4/packages/xowf/lib/inclass-exam.wf 21 Oct 2020 11:27:18 -0000 1.1.2.49 @@ -191,6 +191,7 @@ set published_periods [xowf::test_item::answer_manager state_periods $revision_sets -state published] set review_periods [xowf::test_item::answer_manager state_periods $revision_sets -state submission_review] set total_minutes [xowf::test_item::question_manager total_minutes -max_items $max_items $combined_form_info] + set total_points [xowf::test_item::question_manager total_points -max_items $max_items $combined_form_info] set max_items_msg "" if {$max_items ne ""} { @@ -221,7 +222,7 @@

[expr {$max_items_msg ne "" ? "$max_items_msg" : ""}] $nrQuestions [expr {$nrQuestions == 1 ? "#xowf.question#" : "#xowf.questions#"}], - $total_minutes #xowf.Minutes#
+ $total_minutes #xowf.Minutes#, $total_points #xowf.Points#
[expr {$autograde ? "#xowf.exam_review_possible#" : "#xowf.exam_review_not_possible#"}]
[expr {$randomizationOk ? "#xowf.randomization_for_exam_ok#" : "#xowf.randomization_for_exam_not_ok#"}]
[expr {$allow_paste ? "#xowf.Cut_and_paste_allowed#" : "#xowf.Cut_and_paste_not_allowed#"}]