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)

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

Testcases:
create_test_items
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: