Help: Survey Question Edit Template
For more help, visit the WebGUI Community Wiki.
- id
- The ID of this section/question/answer.
- displayed_id
- The displayed ID of this section/question/answer.
- text
- The text of this section/question/answer.
- variable
- A variable name to identify a section/question, so that it can be entered as a goto variable name
in another section.
- randomizeAnswers
- A boolean indicating whether this question's answers should be randomized.
- questionType
- A loop containing the possible question types.
- selected
- A boolean indicating whether this is the selected question type.
- textInButton
- A boolean indicating whether the buttons for answers to multiple choice questions should display the answer's text inside or above.
- required
- A boolean indicating whether this question is required.
- allowComment
- A boolean indicating whether adding a comment about this question is allowed.
- verticalDisplay
- A boolean indicating whether the answers to this question should be displayed vertically.
- commentCols
- The number of columns for the comment textarea.
- commentRows
- The number of rows for the comment textarea.
- maxAnswers
- The maximum number of answers that can be given to this question.
- value
- The value of this question/answer.
Admin Console