Index: openacs-4/packages/survey/www/admin/survey-create-choice.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/survey-create-choice.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/survey/www/admin/survey-create-choice.tcl 16 Sep 2002 00:00:25 -0000 1.1
+++ openacs-4/packages/survey/www/admin/survey-create-choice.tcl 12 Mar 2003 01:05:52 -0000 1.2
@@ -16,26 +16,19 @@
set package_id [ad_conn package_id]
ad_require_permission $package_id survey_create_survey
-set whole_page "[ad_header "Choose Survey Type"]
+set whole_page "[ad_header "[_ survey.Choose_Survey_Type]"]
-
Choose a Survey Type
+[_ survey.Choose_a_Survey_Type]
-[ad_context_bar "Choose Type"]
+[ad_context_bar "[_ survey.Choose_Type]"]
-- Scored Survey
-
- This is a multiple choice survey where each answer can be scored on one
-or more variables. This survey also allows you to execute arbitrary
-code (e.g. for redirects) conditional on the user's score at the end
-of the survey.
-- General Survey
-
- This survey allows you to specify the type of response
-required. Use this survey if you want to allow users to enter their
-own answers rather than choose from a list. You should also use this
-survey if you wish to mix question types, e.g. have multiple choice
-and free text answer questions in the same survey.
+- [_ survey.Scored_Survey]
+
- [_ survey.lt_This_is_a_multiple_ch]
+- [_ survey.General_Survey]
+
- [_ survey.lt_This_survey_allows_yo]
[ad_footer]