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

 <instance of xowf::test_item::grading::Grading[i]> print \
    -achieved_points achieved_points 

Defined in packages/xowf/tcl/grading-procs.tcl

Return a dict containing the members "panel" and "csv" depending on the type of rounding options

Switches:
-achieved_points (required)

Testcases:
No testcase defined.
Source code:
set achieved_points  [:grading_dict $achieved_points]
set grade            [:grade -achieved_points $achieved_points]
dict with achieved_points {
  return [list panel [_ xowf.panel_[namespace tail [:info class]]] csv [subst ${:csv}]]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: