[
{
"qualification_code": 211,
"recency": 30,
"desc": "Gender",
"category": [],
"tags": "",
"type": 1,
"class": 1,
"create_survey_question_order": 1000,
"randomize_answer_options": false,
"is_hidden": false,
"is_active": true,
"localizations": [
{
"locale": "en_GB",
"text": "I'm a %%211%%",
"placeholder": "Male/Female",
"answers": [
{
"answer_id": "111",
"local_text": "Male",
"eng_text": "Male",
"condition_code": 111
},
{
"answer_id": "112",
"local_text": "Female",
"eng_text": "Female",
"condition_code": 112
},
{
"answer_id": "113",
"local_text": "Prefer not to say",
"eng_text": "Prefer not to say",
"condition_code": 113
}
],
"format": {
"min": null,
"max": null,
"regex": ""
}
}
]
},
{
"qualification_code": 213,
"recency": 30,
"desc": "Income",
"category": [],
"tags": "",
"type": 5,
"class": 1,
"create_survey_question_order": 3000,
"randomize_answer_options": false,
"is_hidden": false,
"is_active": true,
"localizations": [
{
"locale": "en_GB",
"text": "My household earns approximately £%%213%% per year",
"placeholder": "123456",
"answers": [],
"format": {
"min": 0,
"max": 999999,
"regex": "/^([0-9]{1,6})$/i"
}
}
]
},
{
"qualification_code": 212,
"recency": 30,
"desc": "Age",
"category": [],
"tags": "",
"type": 5,
"class": 1,
"create_survey_question_order": 2000,
"randomize_answer_options": false,
"is_hidden": false,
"is_active": true,
"localizations": [
{
"locale": "en_GB",
"text": "I was born in %%234%% %%235%%",
"placeholder": "",
"answers": [],
"format": {
"min": 13,
"max": 99,
"regex": "/^(1[3-9]|([2-9][0-9]))$/i"
}
}
]
}
]