xowf::test_item::grading::Grading method grading_dict (public)
<instance of xowf::test_item::grading::Grading> grading_dict \ achieved_points
Defined in packages/xowf/tcl/grading-procs.tcl
Important dict members of "achieved_points": - achievedPoints: points that the student has achieved in her exam - achievablePoints: points that the student could have achieved so far - totalPoints: points that the student can achieve when finishing the exam achieved_points: {achievedPoints 4.0 achievablePoints 4 totalPoints 4} percentage_mapping: {50.0 60.0 70.0 80.0} While "achievedPoints" and "achievablePoints" are calculated by iterating over the submitted values, "totalPoints" contains the sum of points of all questions of the exam, no matter if these were answered or not.
- Parameters:
- achieved_points (required)
- Testcases:
- No testcase defined.