Radio Button
One selection only allowed (Radio Buttons)
Radio buttons are usually organised in a distinct group. When a radio button is selected for any question type it is the only submission allowed. This could look something like this:
{
"traversalId": "55babc25-b76b-4f7c-86d3-b4c970ae4ab1",
"algoId": 4550,
"nodes": [
{
"nodeId": 532,
"assetId": 0,
"errors": [],
"displayText": null,
"title": null,
"explanation": null,
"data": null,
"questions": [
{
"nodeId": 532,
"questionId": 70,
"displayText": "What is your sex at birth?",
"title": null,
"answers": [
{
"nodeId": 532,
"questionId": 70,
"answerId": 88,
"controlType": "Radio",
"controlValue": null,
"controlChecked": false,
"displayText": "Male",
"explanation": "",
"data": {}
},
{
"nodeId": 532,
"questionId": 70,
"answerId": 89,
"controlType": "Radio",
"controlValue": null,
"controlChecked": false,
"displayText": "Female",
"explanation": "",
"data": {}
}
],
"explanation": "This refers to your sex at birth. Many problems relate specifically to genetically male and female organs.",
"data": {}
}
],
"isTable": false
}
],
"assessmentType": 0,
"algoName": "Age & Gender",
"errors": [],
"previousDisabled": true,
"nextDisabled": false,
"language": "DEFAULT"
}