|
Composing Constant Sum Questions
|
|
| 1. Header 1
|
| 2. Header 2
|
| 3. Question
|
| 4. Footer
|
| Rename | Lets you rename the current question.
|
|
|
| Advanced... | This button accesses advanced settings for this question.
|
|
|
| Preview | Lets you preview how the Internet browser displays the current question.
|
|
|
| OK | Saves changes to the current question and returns to the Write Questionnaire dialog.
|
|
|
| Cancel | Returns to the Write Questionnaire dialog without saving changes to the current question.
|
| 1. From the Response Options tab, select an existing list of items, or add a new list of items by clicking the Add... button.
|
|
|
| 2. If adding new items, type the list item in the space provided.
|
|
|
| 3. Click OK when finished, and the list item is added.
|
| Total
|
| Type a value such as "100" into this field. This is the amount that the numeric entry items should sum to. (You can provide a permissible range around the total, such as plus or minus 5, by clicking the Advanced... button on this dialog.) You can also specify [%Value(questionname)%], where questionname is a name of a previous numeric question in your survey. In that case, the value the respondent typed earlier in the questionnaire is used as the required sum.
|
| Allow Decimals
|
| Specify if respondents are allowed to use decimals.
|
| Number of Columns
|
| Lets you arrange the response options across multiple columns.
|
| Require Response to Question
|
| Specifies whether respondents are required to answer the question.
|
| Require Response to each individual input box
|
| Use this field to specify whether respondents must supply a value for every response option of the multi-part constant sum question.
|
| Include a "Total" at the bottom
|
| If you want a running total to be displayed within the question, check this box. Also specify a label to be placed next to that field. The totals field appears as a greyed-out text box that updates as respondents enter values in the other fields in the constant-sum question. The totals value is not stored in the data file. JavaScript must be enabled to display totals.
|
| (In the Error Messages tab under Global Settings..., if respondents do not fill out the question properly, you can display messages to the user regarding the current sum and the required total. ErrTotal( ) returns the required total, and ErrCurSum( ) returns the current sum.)
|
|
Constant Sum Questions:
|
Syntax:
QuestionName_Response# Examples: Q1_4 [% Q1_4 %] Description: For constant-sum questions, each response option can contain a numeric value. You refer to each response option within a constant-sum question using underscore "_" notation. For example, [% Q1_4 %] returns the numeric value typed into the fourth response option in Q1. | |
|
|