Class ::xowf::test_item::grading::GradingRoundNone (public)
::nx::Class ::xowf::test_item::grading::GradingRoundNone
Defined in packages/xowf/tcl/grading-procs.tcl
Implements a grading with no special rounding.
- Testcases:
- No testcase defined.
Source code: :property {csv {$achievedPoints\t$percentage%\t$grade}} :public method grade {-achieved_points:required} { # # Return a numeric grade for an exam submission based with no # special rounding (2 digits). On invalid data, return 0. # if {[dict exists $achieved_points achievedPoints]} { set achieved_points [:grading_dict $achieved_points] dict with achieved_points { return [:calc_grade -percentage $percentage] } } }XQL Not present: Generic, PostgreSQL, Oracle