GoTo

A GOTO statement can be used in several ways. Most often it is used to send respondents to a certain section of the questionnaire. For example, you may want to send the male respondents to a question in the middle of the survey. You can use a GOTO statement to skip a single question or to skip a group of questions.

GOTO statements do not require !IF conditions. However, if you want to send certain respondents to a different section of the questionnaire, it it best to add an !IF condition so that all of the respondents don’t wind up skipping out to that question.

You can also use GOTO statements as placeholders where you aren’t necessarily sending someone to a section of the questionnaire, rather storing a placeholder for different parts of the survey.

  1. Click the Add Questions tab
  2. Select where to insert your GOTO from the drop down menu on the bottom left corner of the screen
  3. Click the “Go” button
  4. Select Go To from the Type drop down menu
  5. Enter a Label up to 30 alpha-numeric characters beginning with a letter
    1. Labels are required and must be unique
  6. Select the question you want the respondent to skip to or reset to by choosing it from the Select question to GOTO drop down menu (Optional)
    1. If you do not choose a question label to go to,  a GOTO will be created as a placeholder without sending the respondent to an actual question
  7. If you want to manually add logic to your GOTO statement, type it in under the box labeled Type GOTO logic syntax here
    1. This is optional since GOTO statements do not require IF conditions
    2. You can also add an IF condition with the Logic Editor
    3. For more information on adding logic, refer to Add Logic
  8. Click the “Enter Question Details” button to save your GOTO
  9. The screen will expand displaying the GOTO syntax in the Sample Syntax View

goto