Index: openacs-4/packages/survey/www/admin/question-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/question-add-2.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/survey/www/admin/question-add-2.tcl 27 Oct 2014 16:41:57 -0000 1.6 +++ openacs-4/packages/survey/www/admin/question-add-2.tcl 14 Jun 2015 00:49:36 -0000 1.7 @@ -4,7 +4,7 @@ Based on the presentation type selected in previous form, gives the user various options on how to lay out the question. - @param section_id integer determining survey we're dealing with + @param section_id integer determining survey we're dealing with @param after optional integer determining placement of question @param question_text text comprising this question @param presentation_type string denoting widget used to provide answer @@ -22,8 +22,8 @@ question_text:html,notnull presentation_type {after:integer ""} - {required_p t} - {active_p t} + {required_p:boolean t} + {active_p:boolean t} {n_responses ""} }