Activity Select
A question of type activity_select allows the user to select an activity.
This question looks similar to the Grid question, but the user can select an activity from a list.
{
"id": 0,
"key": "containernumber_select",
"label": "Kies activiteit",
"description": null,
"required": true,
"type": "activity_select",
"answers": [
{
"id": 0,
"label": "@activitycode_load",
"nextQuestionId": 1,
"options": {
"icon": "@icon_load"
},
"value": "20"
},
{
"id": 1,
"label": "@activitycode_unload",
"nextQuestionId": 3,
"options": {
"icon": "@icon_unload"
},
"value": "21"
},
{
"id": 2,
"label": "@activitycode_break",
"nextQuestionId": 2,
"options": {
"icon": "@icon_break"
},
"value": "23"
}
]
}
Answer Options
This chapter describes the option possibilities for an answer.
Name | Type | Description | Required | Default |
|---|---|---|---|---|
icon | string | The icon resource to be used for the activity Note: This can be different per client. Contact support if you do not have this | true |
Examples
Activity select example
{
"id": 0,
"key": "containernumber_select",
"label": "Kies activiteit",
"description": null,
"required": true,
"type": "activity_select",
"answers": [
{
"id": 0,
"label": "@activitycode_load",
"nextQuestionId": 1,
"options": {
"icon": "@icon_load"
},
"value": "20"
},
{
"id": 1,
"label": "@activitycode_unload",
"nextQuestionId": 3,
"options": {
"icon": "@icon_unload"
},
"value": "21"
},
{
"id": 2,
"label": "@activitycode_break",
"nextQuestionId": 2,
"options": {
"icon": "@icon_break"
},
"value": "23"
}
]
}s
Last modified: 04 June 2025
