Info
A question of type info can be used to display information to the user.
{
"id": 0,
"key": "info",
"type": "info",
"label": "Info question",
"description": "Description of the info question",
"answers": [
{
"id": 0,
"label": "This is the info text",
"nextQuestionId": 1
}
]
}
Answer
The label of the first answer is used as the text that is displayed to the user.
Name | Type | Description | Required |
|---|---|---|---|
id | int | The id of the question. | true |
nextQuestionId | int | The id of the next question to be shown after this question. | true |
label | string | The text that is displayed to the user. | true |
Answer Options
This chapter describes the option possibilities for an answer.
There are currently no answer options for this question.
Examples
Last modified: 05 June 2025
