Skip to main content
Skip table of contents

QuestionType

QuestionType defines the basic behavior of the question

Value set

Value

Description

TEXT

Questions with TEXT type have no answer options. The user-provided text answer can be validated on frontend with the provided regex that is part of the question

SINGLE_SELECT

Question type with predefined answer set. Select an answer from the list in options.values or skip if the question is skippable. (The most frequent question type)

INFO

Questions with the INFO type are disclaimers rather than actual questions. Although these questions can only be skipped, they need to be answered as if they were skipped in order to proceed to the next question

EXTENDING

In the case of some questions the list in options.values is extending with relevant new options. This question type is called EXTENDING. To advance in the check flow, a skip request must be sent (including only the questionId) to continue the check. If there were answers selected beforehand, this confirms the selected options, or otherwise skips the question

FUNCTION

This type of question appears the flow when a dedicated function (orverview or report) must be used. The GET question endpoint will return a FUNCTION question as long as the related function is not confirmed or the check is not finished

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.