Index: openacs-4/packages/assessment/tcl/as-item-type-oq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-type-oq-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/tcl/as-item-type-oq-procs.tcl 11 Dec 2004 11:23:00 -0000 1.6 +++ openacs-4/packages/assessment/tcl/as-item-type-oq-procs.tcl 22 Dec 2004 20:52:17 -0000 1.7 @@ -83,6 +83,11 @@ ad_proc -public as::item_type_oq::render { -type_id:required + -section_id:required + -as_item_id:required + -default_provided:boolean + {-default_value ""} + {-session_id ""} } { @author Timo Hentschel (timo@timohentschel.de) @creation-date 2004-12-10 @@ -101,6 +106,7 @@ -subject_id:required {-staff_id ""} {-response ""} + {-max_points 0} } { @author Timo Hentschel (timo@timohentschel.de) @creation-date 2004-12-11