Apply

Datasource Question

The Datasource question is a text response question that connects to an external list. When a participant enters a response into this question, SurveyMonkey Apply can recognize whether the answer corresponds with the list of options in the data source list.

NOTE: If using a Datasource Question in your form you will not be able to create an Advanced Branching Rule based off of the responses given.

  1. Within your form, click on the Questions tab in the top left corner
  2. Under Advanced Questions, double-click or click and drag the Datasource question to add it to your form.
  3. Optional: Add an Identifier to your question
  4. Enter the Question Title
  5. Optional: Add a Description
  6. Set the +Options 
    i. Decide if the Question will be Required or Optional
  7. Add the Datasource URL
  8. Set the +Display, with this question, the only display option is the Width of the question

Attached to the end of this article is a JSON file format that can be used to create your file.

TIP! If you are using a JSON file and don't have an accessible link for the file, upload it to the Files section first to retrieve an internal URL of the file. 

The available datasource question options settings.
OptionsDescription
OptionalEnabling this will make the question Optional.
When a user enters the form, if the question is Optional they will be able to proceed and complete the form without providing a response to this question.
Datasource URLEnter the URL for your data source in this field. The URL should return a JSON encoded dictionary (keys will be choice values, values will be choice labels).
In order for the Datasource question to work correctly, the "Keys" to each of the choices will need to be unique.
The available datasource question display settings.
DisplayDescription
WidthYou can adjust the width based on a percentage of the size of the page. By default, the value is 100% to make it fit the page size.