Cy Think Survey

Cy Think Survey

Surveys, Polls, Questionaires, Quizzes & cetera

Survey Home
Cy Think Home
Feedback
Contact
Search Content
Pictures
Stories
Tips
Classifieds
Essays
Help Index
Cobb County GIS
Stan
Practice Tests
Student Files
YourTest
CTC
Strayer
Strayer CIS105
Programming Concepts
Altura
Bible
1 and 1
Admin

Administrator's Guide to Query Parameters  

Several levels of configuration settings are merged and applied when a page is published. Settings are specified at the site, ring or page level. A global default settings level is defined in the program code.

The site settings apply to the entire site. Ring settings apply to an entire "ring". Page settings apply to an individual page or portion of a page.

If an override is not specified, the setting from the global default level will apply. The site defaults, found in sysparms.txt, override the global defaults.

Any ring settings found in configrN.txt override the site settings. (N is the ring number.) Any page settings found at the top of an individual page override the ring settings.

Query Parms

Parameter Name Default / Reset Specification Override Specification
The q_group parameter indicates if the set of parameters apply to a question group.
q_group #q_group:no #q_group:yes
The q_survey_number parameter contains the survey number.
q_survey_number #q_survey_number: #q_survey_number:Your survey number
The q_page_number parameter contains the survey page number.
q_page_number #q_page_number:1 #q_page_number:Your survey page number
The q1_query parameter contains the first question on the query form.
q1_query #q1_query: #q1_query:Your query
The q1_name parameter contains an optional name for the first question on the query form.
q1_name #q1_name: #q1_name:Your query name
The q1_q_type parameter contains the query type of the first question on the query form. The query type determines the HTML tag type to be used.
q1_q_type #q1_q_type:text #q1_q_type:Your query type
The q1_a_type parameter contains the answer type of the first question on the query form. The answer type determines the JavaScript validation to be done.
q1_a_type #q1_a_type: #q1_a_type:Your answer type
The q1_options parameter contains the answers for multiple choice questions, etc. for the first question on the query form. The question type determines the use of this parameter.
q1_options #q1_options: #q1_options:Your options
The q2_query parameter contains the second question on the query form.
q2_query #q2_query: #q2_query:Your query
The q2_name parameter contains an optional name for the second question on the query form.
q2_name #q2_name: #q2_name:Your query name
The q2_q_type parameter contains the query type of the second question on the query form. The query type determines the HTML tag type to be used.
q2_q_type #q2_q_type:text #q2_q_type:Your query type
The q2_a_type parameter contains the answer type of the second question on the query form. The answer type determines the JavaScript validation to be done.
q2_a_type #q2_a_type: #q2_a_type:Your answer type
The q2_options parameter contains the answers for multiple choice questions, etc. for the second question on the query form. The question type determines the use of this parameter.
q2_options #q2_options: #q2_options:Your options
The q3_query parameter contains the third question on the query form.
q3_query #q3_query: #q3_query:Your query
The q3_name parameter contains an optional name for the third question on the query form.
q3_name #q3_name: #q3_name:Your query name
The q3_q_type parameter contains the query type of the third question on the query form. The query type determines the HTML tag type to be used.
q3_q_type #q3_q_type:text #q3_q_type:Your query type
The q3_a_type parameter contains the answer type of the third question on the query form. The answer type determines the JavaScript validation to be done.
q3_a_type #q3_a_type: #q3_a_type:Your answer type
The q3_options parameter contains the answers for multiple choice questions, etc. for the third question on the query form. The question type determines the use of this parameter.
q3_options #q3_options: #q3_options:Your options
The q4_query parameter contains the fourth question on the query form.
q4_query #q4_query: #q4_query:Your query
The q4_name parameter contains an optional name for the fourth question on the query form.
q4_name #q4_name: #q4_name:Your query name
The q4_q_type parameter contains the query type of the fourth question on the query form. The query type determines the HTML tag type to be used.
q4_q_type #q4_q_type:text #q4_q_type:Your query type
The q4_a_type parameter contains the answer type of the fourth question on the query form. The answer type determines the JavaScript validation to be done.
q4_a_type #q4_a_type: #q4_a_type:Your answer type
The q4_options parameter contains the answers for multiple choice questions, etc. for the fourth question on the query form. The question type determines the use of this parameter.
q4_options #q4_options: #q4_options:Your options
The q5_query parameter contains the fifth question on the query form.
q5_query #q5_query: #q5_query:Your query
The q5_name parameter contains an optional name for the fifth question on the query form.
q5_name #q5_name: #q5_name:Your query name
The q5_q_type parameter contains the query type of the fifth question on the query form. The query type determines the HTML tag type to be used.
q5_q_type #q5_q_type:text #q5_q_type:Your query type
The q5_a_type parameter contains the answer type of the fifth question on the query form. The answer type determines the JavaScript validation to be done.
q5_a_type #q5_a_type: #q5_a_type:Your answer type
The q5_options parameter contains the answers for multiple choice questions, etc. for the fifth question on the query form. The question type determines the use of this parameter.
q5_options #q5_options: #q5_options:Your options

If not specified, the default value will apply.

Copyright © 2008 Cy Think, Inc.