Index: openacs-4/contrib/packages/survey/www/admin/question-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/question-add-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/contrib/packages/survey/www/admin/question-add-2.tcl 16 Mar 2005 12:26:31 -0000 1.4 +++ openacs-4/contrib/packages/survey/www/admin/question-add-2.tcl 18 Mar 2005 02:28:02 -0000 1.5 @@ -57,8 +57,7 @@ {required_p:text(hidden) {value $required_p}} {active_p:text(hidden) {value $active_p}} {type:text(hidden) {value $type}} - {pretty_id:text {label "Variable name"} - {help_text "This will be the name of the variable when creating reports. No spaces or special characers."} + {pretty_id:text(hidden) {value $question_id} } } @@ -143,6 +142,8 @@ set response_fields "" switch -- $presentation_type { + "radio_text" - + "select_text" - "radio" - "select" { @@ -156,14 +157,13 @@ } } + "checkbox_text" - "checkbox" { ad_form -extend -name create-question-2 -form { {valid_responses:text(textarea) {label "[_ survey.lt_Valid_Resposnes_enter_1]"} {html {rows 10 cols 50}}} {abstract_data_type:text(hidden) {value "choice"}} } } - - "date" {