xowf::test_item::grading::Grading method grading_dict (public)

 <instance of xowf::test_item::grading::Grading[i]> 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

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_test_items create_test_items (test xowf) xowf::test_item::grading::Grading instproc grading_dict xowf::test_item::grading::Grading instproc grading_dict test_create_test_items->xowf::test_item::grading::Grading instproc grading_dict xo::show_stack xo::show_stack xowf::test_item::grading::Grading instproc grading_dict->xo::show_stack

Testcases:
create_test_items
[ show source ]
Show another procedure: