|
Custom Scripting Syntax
|
|
|
Getting started with custom scripting on your survey.
|
|
|
General custom scoring syntax reference.
|
Branching
|
|
|
Program advance skip logic based on a response to a previously answered question. The question can be placed at any location within the survey.
|
|
|
Program advance skip logic based on responses to one or more questions previously answered by the respondent.
|
|
|
Program skip logic based on a response to a open ended text question.
|
|
|
Program skip logic to branch to different locations of the survey based on answers selected for a multiple select type question.
|
|
|
Program skip logic based on responses to a Matrix Question.
|
Piping
|
|
|
Pipe text over multiple pages.
|
Randomization
|
|
|
Program advanced randomization logic such as:
- Randomly select 1 question from a list of N questions
- Randomly select m questions from a list of N questions where m can be any positive integer less than N.
|
Scoring
|
|
|
Use built in macros to compute average score and render bar graphs.
|
|
|
Program a quiz and display a total score to the respondent based on correctly answered questions.
|
|