Index: openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl,v diff -u -N -r1.25.2.2 -r1.25.2.3 --- openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl 18 Aug 2014 20:27:50 -0000 1.25.2.2 +++ openacs-4/packages/assessment/tcl/as-item-type-mc-procs.tcl 8 Sep 2014 07:27:44 -0000 1.25.2.3 @@ -499,7 +499,7 @@ @param correct_choices List in array get format of choice number/t. Elements appear in this list if choice number is one of the correct choices @param assessment_id Assessment to attach question to @param section_id Section the question is in - @oaram as_item_id Item object this multiple choice belongs to + @param as_item_id Item object this multiple choice belongs to @param title Title of question/choice set for question library @param after Add this question after the queston number in the section @@ -753,4 +753,4 @@ set display_type [string range $display_type [string length $display_type]-2 end] return [string map {rb radio cb checkbox sb selet} $display_type] -} \ No newline at end of file +}