Create questionnaire
Start collecting information from your applicants for effective verification.
Questionnaires consist of sections. Each section may contain one or more questions (items in API) and allows you to group them into different areas of application, depending on your scenario.
To create a questionnaire:
- In the Dashboard, go to the Questionnaires page and click Create a questionnaire.
- In Questionnaire settings, provide a questionnaire name which would be shown at the top-middle when applicants pass the questionnaire and enter an optional description.
- Check out the generated questionnaire ID and edit it if needed. The ID is used when working with API.
- Select the Allow team members to edit questionnaires checkbox to allow your team members to change questionnaires.
- Navigate to Questionnaire content to set up sections.
Note
To change questionnaires, your Dashboard account must be granted the Change applicant’s personal data permission.
Set up questionnaire section
In Questionnaire content, you can group your questions into independent sections; each section per set of questions. You can add as many sections as you need, depending on your scenario.
To adjust a question section:
- Provide a section title that you want to be shown to your applicants. For example, you may want to group your questions into several sections in case you want to collect answers from different areas. This means that you can create several sections, each of them having different titles.
- In the Description field, enter an optional section description.
- In the ID field, review the automatically assigned identification number. You can use this number when specifying conditions or working via API.
- Via the switch button, identify if there will be a condition that defines the way how the data in each section should be displayed and processed. Such a condition might be based on answers to certain questions or whether the questions is answered at all. You can combine conditions by using logical operators, such as
AND (&&)
andOR (||)
. To refer to questions, use theSection id
andItem id
variables in the formatsectionid.itemid
. - Go to the Question form to customize question details and add more questions to the section.
- To add another section, scroll down to the end of the page and click Add new section.
Add question
Specify question details. You can add as many questions as you need, depending on your scenario.
To specify questions:
- Provide a question title and enter an optional question description.
- In the ID field, review the automatically assigned identification number. You can use this number when specifying conditions or working via API.
- Select the Required checkbox if you want to mark the question as required. This way, your applicants will not be able to skip the question.
- From the Type of Question drop-down list, select a question type.
- Identify the text that will be shown in the placeholder.
- Adjust Advanced settings if you want to extend the default settings.
- Click Add option if you want to define custom values and configure risk scoring. Available only if Type of Question is Checkboxes, Multiple choice, or Dropdown.
Question types
Question types define the way the data should be collected. For example, if you want to receive some textual information from your applicants, you can select Short answer. If you want to give your applicants the ability to select from different options, you can opt for Checkboxes, Multiple choice, or Dropdown.
Available question types include:
Type |
Parameter |
Description |
---|---|---|
Short answer |
|
Simple text field. |
Paragraph |
|
Expandable text area. |
Checkboxes |
|
Array of options. Creates check boxes. |
Multiple choice |
|
Array of options. Creates radio buttons. |
Dropdown |
|
Array of options. Creates a drop-down list. |
Phone number |
|
Phone number field. |
Country |
|
Drop-down list with available countries. |
|
Drop-down list with available countries where several of them can be selected. Mind that |
|
File upload |
|
Allows uploading a file as an attachment. |
|
Allows uploading several files as an attachment. |
|
Date |
|
Date field in format |
Date and time |
|
Calendar control that allows you to select date and time. |
Consent / Agreement |
|
Single checkbox. |
Settings
Advanced settings let you set auxiliary parameters, such as logical conditions and formats.
These settings are available when Type of Question is set to Short answer, Paragraph, or Multiple file upload.
Option |
Description |
---|---|
Condition |
A logical condition that defines the way how the data in each section should be displayed and processed. Such a condition is based on the answers to certain question or whether the question is answered at
all. You can combine conditions by using logical operators, such as |
Format |
Depending on which option is selected (Short answer, Paragraph, or Multiple file upload) and while answering the questions, applicants must adhere to the format that you define here. For example, you can force your applicants to provide only numeric answers or answers that fall within the specified range using the Minimum value and Maximum value. These are the possible format options for managing answers:
|
Options
Options let you configure risk scoring.
Available options include:
Option | Description |
---|---|
Value | Sets the value that you will get via the API after the applicant selects it. |
Title | Text description of the field shown to the user. |
Risk score | Upon completion of the questionnaire, the system simply sums up the number of points according to the applicant's answers. The way the received points are interpreted is decided independently, depending on your scenario. The risk score feature does not affect verification results. |
Add section separators
Divide long questionnaires by adding the section separators between the sections. All the changes you make will be displayed on the preview screens. Use the navigation arrows to switch between the screens and view the changes.
To add a separator:
- Click Add section separator.
- Place the separator as needed using the drag-and-drop moving.
Add conditions for questions
Use the advanced questionnaire settings to configure conditions and display additional questions based on the previous answers.
For example, add a clarifying question if an applicant selects the first option:
- Create and set up a questionnaire.
- Add a main question and set up the answer options.
- Create a question below and enable the Use question display condition toggle.
- Configure a condition in the following format—enter
sectionID.itemID = 1
, where the itemID is the id of the main question. Use the&&
(AND) or||
(OR) operators to make more complex conditions.
Updated 2 days ago