{ "info": { "_postman_id": "77c23f03-f7f8-4877-868d-fd23b1463fad", "name": "Reference Data API", "description": "The following API calls will allow Partner to request information that can be used in the Partner’s data mapping. Use the links listed below to access information on each request.\r\n\r\nFor long-term mapping, Toluna suggests that Partners only rely on the Production Repsonses for these calls and they will provide a larger and more accurate inventory.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Questions and Answers", "request": { "method": "POST", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": " {\r\n \"CultureIDs\": [5], \r\n \"CategoryIDs\": [],\r\n \"LastUpdateDate\": \"2000-11-10\",\r\n \"IncludeComputed\" : \"true\",\r\n \"IncludeRoutables\": \"true\",\r\n \"IncludeDemographics\": \"true\"\r\n}" }, "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/QuestionsAndAnswersData", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "QuestionsAndAnswersData " ] }, "description": "Returns a list of all platform questions and their details. Due to the large inventory of questions, Toluna recommends that this tool be used periodically and with a maximum of 5 cultures per call. This will ensure the response is delivered in a timely and easily-absorbable manner." }, "response": [ { "name": "Questions and Answers - CultureID=5", "originalRequest": { "method": "POST", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": " {\r\n \"CultureIDs\": [5], \r\n \"CategoryIDs\": [],\r\n \"LastUpdateDate\": \"2000-11-10\",\r\n \"IncludeComputed\" : \"true\",\r\n \"IncludeRoutables\": \"true\",\r\n \"IncludeDemographics\": \"true\"\r\n}" }, "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/QuestionsAndAnswersData", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "QuestionsAndAnswersData " ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Cache-Control", "value": "no-cache" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Encoding", "value": "gzip" }, { "key": "Expires", "value": "-1" }, { "key": "Vary", "value": "Accept-Encoding" }, { "key": "Server", "value": "Toluna Web Services" }, { "key": "TOLUNA_WEBAPI_RESPONSE_DETAIL", "value": "{\"ProcessingMilliseconds\":4813.77,\"ResponseCount\":0,\"ProcessingMachine\":\"WILTEFPAMTRN2\",\"ApplicationBuildDate\":\"0001-01-01T00:00:00\",\"BuildCommitSHA\":null,\"BuildNumber\":\"15.5.898.0\",\"EnvironmentName\":\"Training\",\"MethodName\":\"/IPUtilityService/ReferenceData/QuestionsAndAnswersData\",\"ApplicationVersion\":\"15.5.898.0\"}" }, { "key": "Date", "value": "Fri, 03 Apr 2020 18:32:12 GMT" }, { "key": "Content-Length", "value": "15530" }, { "key": "X-Banner", "value": "Toluna logs all actions on its web resources" } ], "cookie": [], "body": "[\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Employment status\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012395,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"What is your current employment status?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3056608,\n \"Translation\": \"Not employed, but looking for work\",\n \"AnswerInternalName\": \"Not employed, but looking for work\"\n },\n {\n \"AnswerID\": 3056610,\n \"Translation\": \"Homemaker\",\n \"AnswerInternalName\": \"Homemaker\"\n },\n {\n \"AnswerID\": 3056607,\n \"Translation\": \"Self-employed/Independent professional/Contractor\",\n \"AnswerInternalName\": \"Self-employed/Independent professional/Contractor\"\n },\n {\n \"AnswerID\": 3056605,\n \"Translation\": \"Employed full time\",\n \"AnswerInternalName\": \"Employed full time\"\n },\n {\n \"AnswerID\": 3056612,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3056611,\n \"Translation\": \"Retired\",\n \"AnswerInternalName\": \"Retired\"\n },\n {\n \"AnswerID\": 3056606,\n \"Translation\": \"Employed part time\",\n \"AnswerInternalName\": \"Employed part time\"\n },\n {\n \"AnswerID\": 3056609,\n \"Translation\": \"Student\",\n \"AnswerInternalName\": \"Student\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Number of people in Household\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001108,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Number of people in your household including you:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2002344,\n \"Translation\": \"8\",\n \"AnswerInternalName\": \"8\"\n },\n {\n \"AnswerID\": 2002336,\n \"Translation\": \"1\",\n \"AnswerInternalName\": \"1\"\n },\n {\n \"AnswerID\": 2002343,\n \"Translation\": \"7\",\n \"AnswerInternalName\": \"7\"\n },\n {\n \"AnswerID\": 2002341,\n \"Translation\": \"5\",\n \"AnswerInternalName\": \"5\"\n },\n {\n \"AnswerID\": 2002340,\n \"Translation\": \"4\",\n \"AnswerInternalName\": \"4\"\n },\n {\n \"AnswerID\": 2002338,\n \"Translation\": \"2\",\n \"AnswerInternalName\": \"2\"\n },\n {\n \"AnswerID\": 2002342,\n \"Translation\": \"6\",\n \"AnswerInternalName\": \"6\"\n },\n {\n \"AnswerID\": 2002345,\n \"Translation\": \"9\",\n \"AnswerInternalName\": \"9\"\n },\n {\n \"AnswerID\": 2002337,\n \"Translation\": \"10 +\",\n \"AnswerInternalName\": \"10 or more\"\n },\n {\n \"AnswerID\": 2002339,\n \"Translation\": \"3\",\n \"AnswerInternalName\": \"3\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Online Games Console and Frequency - Xbox 360\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1010876,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Xbox 360\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3014489,\n \"Translation\": \"Mainly play off-line games\",\n \"AnswerInternalName\": \"Mainly play off-line games\"\n },\n {\n \"AnswerID\": 3015475,\n \"Translation\": \"Play online games only\",\n \"AnswerInternalName\": \"Play online games only\"\n },\n {\n \"AnswerID\": 3500202,\n \"Translation\": \"Do not play\",\n \"AnswerInternalName\": \"Do not play\"\n },\n {\n \"AnswerID\": 3014488,\n \"Translation\": \"Play off-line games only\",\n \"AnswerInternalName\": \"Play off-line games only\"\n },\n {\n \"AnswerID\": 3015474,\n \"Translation\": \"Mainly play online games\",\n \"AnswerInternalName\": \"Mainly play online games\"\n },\n {\n \"AnswerID\": 3015473,\n \"Translation\": \"Play off-line games and online games about the same amount\",\n \"AnswerInternalName\": \"Play off-line games and online games about the same amount\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Advertising/Marketing\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050444,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Advertising/Marketing\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504392,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504390,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504391,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Video streaming service\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 20002028,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which, if any, of the following video streaming service do you use?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 40000542,\n \"Translation\": \"iTunes\",\n \"AnswerInternalName\": \"iTunes\"\n },\n {\n \"AnswerID\": 40000545,\n \"Translation\": \"DisneyLife\",\n \"AnswerInternalName\": \"DisneyLife\"\n },\n {\n \"AnswerID\": 40000538,\n \"Translation\": \"Google Play\",\n \"AnswerInternalName\": \"Google Play\"\n },\n {\n \"AnswerID\": 40000548,\n \"Translation\": \"MUBI\",\n \"AnswerInternalName\": \"MUBI\"\n },\n {\n \"AnswerID\": 40000540,\n \"Translation\": \"TalkTalk TV store\",\n \"AnswerInternalName\": \"TalkTalk TV store\"\n },\n {\n \"AnswerID\": 40000543,\n \"Translation\": \"Amazon Prime\",\n \"AnswerInternalName\": \"Amazon Prime\"\n },\n {\n \"AnswerID\": 40000546,\n \"Translation\": \"Sky Go\",\n \"AnswerInternalName\": \"Sky Go\"\n },\n {\n \"AnswerID\": 40000539,\n \"Translation\": \"Wuaki tv\",\n \"AnswerInternalName\": \"Wuaki tv\"\n },\n {\n \"AnswerID\": 40000541,\n \"Translation\": \"Netflix\",\n \"AnswerInternalName\": \"Netflix\"\n },\n {\n \"AnswerID\": 40000544,\n \"Translation\": \"I do not use any streaming services\",\n \"AnswerInternalName\": \"I do not use any streaming services\"\n },\n {\n \"AnswerID\": 40000547,\n \"Translation\": \"Now TV\",\n \"AnswerInternalName\": \"Now TV\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Games played names in past 6M\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012522,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which of the following games have you played in the last 6 months?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3095713,\n \"Translation\": \"Kingdoms of Camelot (any version)\",\n \"AnswerInternalName\": \"Kingdoms of Camelot\"\n },\n {\n \"AnswerID\": 3095731,\n \"Translation\": \"Wii Fit U\",\n \"AnswerInternalName\": \"Wii Fit U\"\n },\n {\n \"AnswerID\": 3095717,\n \"Translation\": \"Minecraft (any version)\",\n \"AnswerInternalName\": \"Minecraft\"\n },\n {\n \"AnswerID\": 3095734,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3095714,\n \"Translation\": \"League of Legends\",\n \"AnswerInternalName\": \"League of Legends\"\n },\n {\n \"AnswerID\": 3095711,\n \"Translation\": \"Halo 4\",\n \"AnswerInternalName\": \"Halo 4\"\n },\n {\n \"AnswerID\": 3095710,\n \"Translation\": \"Grand Theft Auto (any version)\",\n \"AnswerInternalName\": \"Grand Theft Auto\"\n },\n {\n \"AnswerID\": 3095715,\n \"Translation\": \"Lord of the Rings Online\",\n \"AnswerInternalName\": \"Lord of the Rings Online\"\n },\n {\n \"AnswerID\": 3095712,\n \"Translation\": \"Just Dance (any version)\",\n \"AnswerInternalName\": \"Just Dance\"\n },\n {\n \"AnswerID\": 3095735,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n },\n {\n \"AnswerID\": 3095732,\n \"Translation\": \"World of Tanks\",\n \"AnswerInternalName\": \"World of Tanks\"\n },\n {\n \"AnswerID\": 3095719,\n \"Translation\": \"New Super Mario Bros U\",\n \"AnswerInternalName\": \"New Super Mario Bros U\"\n },\n {\n \"AnswerID\": 3095705,\n \"Translation\": \"Dungeons & Dragons Online\",\n \"AnswerInternalName\": \"Dungeons & Dragons Online\"\n },\n {\n \"AnswerID\": 3095699,\n \"Translation\": \"Borderlands 2\",\n \"AnswerInternalName\": \"Borderlands 2\"\n },\n {\n \"AnswerID\": 3095707,\n \"Translation\": \"FarmVille 2\",\n \"AnswerInternalName\": \"FarmVille 2\"\n },\n {\n \"AnswerID\": 3095702,\n \"Translation\": \"DC Universe Online\",\n \"AnswerInternalName\": \"DC Universe Online\"\n },\n {\n \"AnswerID\": 3095694,\n \"Translation\": \"Angry Birds (any version)\",\n \"AnswerInternalName\": \"Angry Birds\"\n },\n {\n \"AnswerID\": 3095695,\n \"Translation\": \"Assassin's Creed III\",\n \"AnswerInternalName\": \"Assassin's Creed III\"\n },\n {\n \"AnswerID\": 3095700,\n \"Translation\": \"Call of Duty: Black Ops 2\",\n \"AnswerInternalName\": \"Call of Duty: Black Ops 2\"\n },\n {\n \"AnswerID\": 3095703,\n \"Translation\": \"DMC: Devil May Cry\",\n \"AnswerInternalName\": \"DMC: Devil May Cry\"\n },\n {\n \"AnswerID\": 3095701,\n \"Translation\": \"Clash of Clans\",\n \"AnswerInternalName\": \"Clash of Clans\"\n },\n {\n \"AnswerID\": 3095696,\n \"Translation\": \"Batman: Arkham City\",\n \"AnswerInternalName\": \"Batman: Arkham City\"\n },\n {\n \"AnswerID\": 3095698,\n \"Translation\": \"Bejeweled Blitz (any version)\",\n \"AnswerInternalName\": \"Bejeweled Blitz\"\n },\n {\n \"AnswerID\": 3095708,\n \"Translation\": \"FIFA 13\",\n \"AnswerInternalName\": \"FIFA 13\"\n },\n {\n \"AnswerID\": 3095706,\n \"Translation\": \"Far Cry 3\",\n \"AnswerInternalName\": \"Far Cry 3\"\n },\n {\n \"AnswerID\": 3095704,\n \"Translation\": \"DotA 2\",\n \"AnswerInternalName\": \"DotA 2\"\n },\n {\n \"AnswerID\": 3095709,\n \"Translation\": \"Fruit Ninja\",\n \"AnswerInternalName\": \"Fruit Ninja\"\n },\n {\n \"AnswerID\": 3095697,\n \"Translation\": \"Battlefield 3\",\n \"AnswerInternalName\": \"Battlefield 3\"\n },\n {\n \"AnswerID\": 3095727,\n \"Translation\": \"Star Wars: The Old Republic\",\n \"AnswerInternalName\": \"Star Wars: The Old Republic\"\n },\n {\n \"AnswerID\": 3095730,\n \"Translation\": \"The Walking Dead (any version)\",\n \"AnswerInternalName\": \"The Walking Dead\"\n },\n {\n \"AnswerID\": 3095733,\n \"Translation\": \"World of Warcraft\",\n \"AnswerInternalName\": \"World of Warcraft\"\n },\n {\n \"AnswerID\": 3095725,\n \"Translation\": \"Skyrim (Elder Scrolls V)\",\n \"AnswerInternalName\": \"Skyrim (Elder Scrolls V)\"\n },\n {\n \"AnswerID\": 3095722,\n \"Translation\": \"Rift\",\n \"AnswerInternalName\": \"Rift\"\n },\n {\n \"AnswerID\": 3095716,\n \"Translation\": \"Madden NFL 13\",\n \"AnswerInternalName\": \"Madden NFL 13\"\n },\n {\n \"AnswerID\": 3095720,\n \"Translation\": \"Nintendo Land\",\n \"AnswerInternalName\": \"Nintendo Land\"\n },\n {\n \"AnswerID\": 3095723,\n \"Translation\": \"RuneScape\",\n \"AnswerInternalName\": \"RuneScape\"\n },\n {\n \"AnswerID\": 3095721,\n \"Translation\": \"Planetside 2\",\n \"AnswerInternalName\": \"Planetside 2\"\n },\n {\n \"AnswerID\": 3095728,\n \"Translation\": \"Temple Run (any version)\",\n \"AnswerInternalName\": \"Temple Run\"\n },\n {\n \"AnswerID\": 3095726,\n \"Translation\": \"Starcraft II\",\n \"AnswerInternalName\": \"Starcraft II\"\n },\n {\n \"AnswerID\": 3095718,\n \"Translation\": \"Need for Speed: Most Wanted (2012 version)\",\n \"AnswerInternalName\": \"Need for Speed: Most Wanted (2012 version)\"\n },\n {\n \"AnswerID\": 3095724,\n \"Translation\": \"Skylanders (any version)\",\n \"AnswerInternalName\": \"Skylanders\"\n },\n {\n \"AnswerID\": 3095729,\n \"Translation\": \"Texas HoldEm Poker (Facebook)\",\n \"AnswerInternalName\": \"Texas HoldEm Poker (Facebook)\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Car maintenance decision maker\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012289,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Are you the one responsible for the car maintenance in your household?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055771,\n \"Translation\": \"No\",\n \"AnswerInternalName\": \"No\"\n },\n {\n \"AnswerID\": 3055770,\n \"Translation\": \"Yes\",\n \"AnswerInternalName\": \"Yes\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Child1 Gender\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001145,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Sex\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2002797,\n \"Translation\": \"Boy\",\n \"AnswerInternalName\": \"Male\"\n },\n {\n \"AnswerID\": 2002798,\n \"Translation\": \"Girl\",\n \"AnswerInternalName\": \"Female\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Finance\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050448,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Finance (Banking services, accounts, insurance…)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504403,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504402,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504404,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Software/Application development\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050455,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Software/Application development\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504424,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504423,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504425,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Travel and transport arrangements \",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050457,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Travel and transport arrangements\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504429,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504430,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504431,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Work Position\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005145,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Employment:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796314,\n \"Translation\": \"Semi-skilled or unskilled manual worker\",\n \"AnswerInternalName\": \"Semi-skilled or unskilled manual worker\"\n },\n {\n \"AnswerID\": 2801632,\n \"Translation\": \"Employee, public sector companies\",\n \"AnswerInternalName\": \"Employee, public sector companies\"\n },\n {\n \"AnswerID\": 2796312,\n \"Translation\": \"Supervisor; clerical; junior managerial, administrative or professional\",\n \"AnswerInternalName\": \"Supervisor; clerical; junior managerial, administrative or professional\"\n },\n {\n \"AnswerID\": 2796310,\n \"Translation\": \"High managerial, administrative or professional\",\n \"AnswerInternalName\": \"High managerial, administrative or professional\"\n },\n {\n \"AnswerID\": 3502718,\n \"Translation\": \"Intermediate professional liberal profession\",\n \"AnswerInternalName\": \"Intermediate Professional Liberal Profession\"\n },\n {\n \"AnswerID\": 2796317,\n \"Translation\": \"Student\",\n \"AnswerInternalName\": \"Student\"\n },\n {\n \"AnswerID\": 2796315,\n \"Translation\": \"Housewife / Homemaker\",\n \"AnswerInternalName\": \"Housewife / Homemaker\"\n },\n {\n \"AnswerID\": 2801631,\n \"Translation\": \"Intermediate profession: Public sector ( health, teaching…) companies\",\n \"AnswerInternalName\": \"Intermediate profession:  Public sector ( health, teaching…) companies\"\n },\n {\n \"AnswerID\": 2796318,\n \"Translation\": \"Unemployed\",\n \"AnswerInternalName\": \"Unemployed\"\n },\n {\n \"AnswerID\": 2796316,\n \"Translation\": \"Retired\",\n \"AnswerInternalName\": \"Retired\"\n },\n {\n \"AnswerID\": 2796313,\n \"Translation\": \"Skilled manual worker\",\n \"AnswerInternalName\": \"Skilled manual worker\"\n },\n {\n \"AnswerID\": 2796311,\n \"Translation\": \"Intermediate managerial, administrative or professional\",\n \"AnswerInternalName\": \"Intermediate managerial, administrative or professional\"\n },\n {\n \"AnswerID\": 2801629,\n \"Translation\": \"Craftman, shop owner, managing director\",\n \"AnswerInternalName\": \"Craftman, shop owner, managing director\"\n },\n {\n \"AnswerID\": 2801628,\n \"Translation\": \"Farmer ( farm owner)\",\n \"AnswerInternalName\": \"Farmer ( farm owner)\"\n },\n {\n \"AnswerID\": 2801630,\n \"Translation\": \"Intellectual profession, Executive, Freelance\",\n \"AnswerInternalName\": \"Intellectual profession, Executive, Freelance\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Gender\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001007,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Gender\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2000247,\n \"Translation\": \"Male\",\n \"AnswerInternalName\": \"Male\"\n },\n {\n \"AnswerID\": 2000246,\n \"Translation\": \"Female\",\n \"AnswerInternalName\": \"Female\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Auto 1 - Car owner\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1011271,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Who is the owner of the main car of your household?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3035774,\n \"Translation\": \"Yourself\",\n \"AnswerInternalName\": \"You\"\n },\n {\n \"AnswerID\": 3035776,\n \"Translation\": \"It is a company car\",\n \"AnswerInternalName\": \"It is a company car\"\n },\n {\n \"AnswerID\": 3035775,\n \"Translation\": \"Someone else in your household\",\n \"AnswerInternalName\": \"Someone else in your household\"\n },\n {\n \"AnswerID\": 3035777,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Employee benefits/Mutual insurance\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050447,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Employee benefits/Mutual insurance\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504401,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504399,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504400,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Computer hardware\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050445,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Computer hardware (Computers, copiers, printers…)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504394,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504393,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504395,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Online Games Console and Frequency - PlayStation 3\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1011074,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"PlayStation 3\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3500201,\n \"Translation\": \"Do not play\",\n \"AnswerInternalName\": \"Do not play\"\n },\n {\n \"AnswerID\": 3015479,\n \"Translation\": \"Mainly play online games\",\n \"AnswerInternalName\": \"Mainly play online games\"\n },\n {\n \"AnswerID\": 3015477,\n \"Translation\": \"Mainly play off-line games\",\n \"AnswerInternalName\": \"Mainly play off-line games\"\n },\n {\n \"AnswerID\": 3015480,\n \"Translation\": \"Play online games only\",\n \"AnswerInternalName\": \"Play online games only\"\n },\n {\n \"AnswerID\": 3015476,\n \"Translation\": \"Play off-line games only\",\n \"AnswerInternalName\": \"Play off-line games only\"\n },\n {\n \"AnswerID\": 3015478,\n \"Translation\": \"Play off-line games and online games about the same amount\",\n \"AnswerInternalName\": \"Play off-line games and online games about the same amount\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - General office services\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050449,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"General office services (Furniture, supplies, cleaning, security…)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504406,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504405,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504407,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Shipping/Mail services\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050454,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Shipping/Mail services\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504421,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504422,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504420,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Annual Household Income\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001107,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Household Yearly Income (Gross):\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796392,\n \"Translation\": \"£100,000 - £149,999\",\n \"AnswerInternalName\": \"£100,000 - £149,999\"\n },\n {\n \"AnswerID\": 2796390,\n \"Translation\": \"£80,000 - £89,999\",\n \"AnswerInternalName\": \"£80,000 - £89,999\"\n },\n {\n \"AnswerID\": 2796391,\n \"Translation\": \"£90,000 - £99,999\",\n \"AnswerInternalName\": \"£90,000 - £99,999\"\n },\n {\n \"AnswerID\": 2796388,\n \"Translation\": \"£60,000 - £69,999\",\n \"AnswerInternalName\": \"£60,000 - £69,999\"\n },\n {\n \"AnswerID\": 2796389,\n \"Translation\": \"£70,000 - £79,999\",\n \"AnswerInternalName\": \"£70,000 - £79,999\"\n },\n {\n \"AnswerID\": 2796394,\n \"Translation\": \"£200,000 or more\",\n \"AnswerInternalName\": \"£200,000 or more\"\n },\n {\n \"AnswerID\": 2796393,\n \"Translation\": \"£150,000 - £199,999\",\n \"AnswerInternalName\": \"£150,000 - £199,999\"\n },\n {\n \"AnswerID\": 2796381,\n \"Translation\": \"Less than £10000\",\n \"AnswerInternalName\": \"Less than £10000\"\n },\n {\n \"AnswerID\": 2796382,\n \"Translation\": \"£10,000 - £14,999\",\n \"AnswerInternalName\": \"£10,000 - £14,999\"\n },\n {\n \"AnswerID\": 2796383,\n \"Translation\": \"£15,000 - £19,999\",\n \"AnswerInternalName\": \"£15,000 - £19,999\"\n },\n {\n \"AnswerID\": 2796384,\n \"Translation\": \"£20,000 - £29,999\",\n \"AnswerInternalName\": \"£20,000 - £29,999\"\n },\n {\n \"AnswerID\": 2796387,\n \"Translation\": \"£50,000 - £59,999\",\n \"AnswerInternalName\": \"£50,000 - £59,999\"\n },\n {\n \"AnswerID\": 2796386,\n \"Translation\": \"£40,000 - £49,999\",\n \"AnswerInternalName\": \"£40,000 - £49,999\"\n },\n {\n \"AnswerID\": 2002335,\n \"Translation\": \"Don't know / don't want to answer\",\n \"AnswerInternalName\": \"Prefer not to say\"\n },\n {\n \"AnswerID\": 2796385,\n \"Translation\": \"£30,000 - £39,999\",\n \"AnswerInternalName\": \"£30,000 - £39,999\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Online Games Console and Frequency - Wii\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1010875,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Wii\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3500203,\n \"Translation\": \"Do not play\",\n \"AnswerInternalName\": \"Do not play\"\n },\n {\n \"AnswerID\": 3014484,\n \"Translation\": \"Mainly play off-line games\",\n \"AnswerInternalName\": \"Mainly play off-line games\"\n },\n {\n \"AnswerID\": 3014486,\n \"Translation\": \"Mainly play online games\",\n \"AnswerInternalName\": \"Mainly play online games\"\n },\n {\n \"AnswerID\": 3014483,\n \"Translation\": \"Play off-line games only\",\n \"AnswerInternalName\": \"Play off-line games only\"\n },\n {\n \"AnswerID\": 3014485,\n \"Translation\": \"Play off-line games and online games about the same amount\",\n \"AnswerInternalName\": \"Play off-line games and online games about the same amount\"\n },\n {\n \"AnswerID\": 3014487,\n \"Translation\": \"Play online games only\",\n \"AnswerInternalName\": \"Play online games only\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Motor pool\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050453,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Motor pool\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504419,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504418,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n },\n {\n \"AnswerID\": 3504417,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Logistics/Strategic planning \",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050451,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Logistics/Strategic planning\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504411,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504413,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504412,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Telecommunications/Mobiles\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050456,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Telecommunications/Mobiles\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504428,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504426,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504427,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Type of firm\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012397,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Do you work for:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3056627,\n \"Translation\": \"A company or organisation half public/Half private\",\n \"AnswerInternalName\": \"A company or organisation half public/Half private\"\n },\n {\n \"AnswerID\": 3056625,\n \"Translation\": \"Public administration/Sector\",\n \"AnswerInternalName\": \"Public administration/Sector\"\n },\n {\n \"AnswerID\": 3056626,\n \"Translation\": \"A private company or organisation\",\n \"AnswerInternalName\": \"A private company or organisation\"\n },\n {\n \"AnswerID\": 3056628,\n \"Translation\": \"A not-for-profit organisation\",\n \"AnswerInternalName\": \"A not-for-profit organisation\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Game systems you own\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012197,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which of the following game systems do you own?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504907,\n \"Translation\": \"Sony PlayStation Move\",\n \"AnswerInternalName\": \"Sony PlayStation Move\"\n },\n {\n \"AnswerID\": 20000629,\n \"Translation\": \"Microsoft Xbox One\",\n \"AnswerInternalName\": \"Microsoft Xbox One\"\n },\n {\n \"AnswerID\": 3054989,\n \"Translation\": \"Sony PSP Go\",\n \"AnswerInternalName\": \"Sony PSP Go\"\n },\n {\n \"AnswerID\": 3504678,\n \"Translation\": \"Sony PS Vita\",\n \"AnswerInternalName\": \"Sony PS Vita\"\n },\n {\n \"AnswerID\": 3054990,\n \"Translation\": \"Sony PSP Slim & Lite\",\n \"AnswerInternalName\": \"PSP Slim & Lite\"\n },\n {\n \"AnswerID\": 3054992,\n \"Translation\": \"I do not own a game system\",\n \"AnswerInternalName\": \"I do not own a game system\"\n },\n {\n \"AnswerID\": 14800252,\n \"Translation\": \"Sony PlayStation 4\",\n \"AnswerInternalName\": \"Sony Play Station 4\"\n },\n {\n \"AnswerID\": 3504886,\n \"Translation\": \"Nintendo Wii U\",\n \"AnswerInternalName\": \"Nintendo Wii U\"\n },\n {\n \"AnswerID\": 3054991,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3054988,\n \"Translation\": \"Sony PSP\",\n \"AnswerInternalName\": \"Sony PSP\"\n },\n {\n \"AnswerID\": 3054981,\n \"Translation\": \"Microsoft Xbox 360\",\n \"AnswerInternalName\": \"Microsoft Xbox 360\"\n },\n {\n \"AnswerID\": 3054983,\n \"Translation\": \"Nintendo DS\",\n \"AnswerInternalName\": \"Nintendo DS\"\n },\n {\n \"AnswerID\": 3054986,\n \"Translation\": \"Sony PlayStation 2\",\n \"AnswerInternalName\": \"Sony PlayStation 2\"\n },\n {\n \"AnswerID\": 3054979,\n \"Translation\": \"PC\",\n \"AnswerInternalName\": \"PC\"\n },\n {\n \"AnswerID\": 3054987,\n \"Translation\": \"Sony PlayStation 3\",\n \"AnswerInternalName\": \"Sony PlayStation 3\"\n },\n {\n \"AnswerID\": 3054978,\n \"Translation\": \"Apple Mac\",\n \"AnswerInternalName\": \"Apple Mac\"\n },\n {\n \"AnswerID\": 3054980,\n \"Translation\": \"Microsoft Kinect\",\n \"AnswerInternalName\": \"Microsoft Kinect\"\n },\n {\n \"AnswerID\": 3054985,\n \"Translation\": \"Nintendo Wii\",\n \"AnswerInternalName\": \"Nintendo Wii\"\n },\n {\n \"AnswerID\": 3054982,\n \"Translation\": \"Nintendo 3DS\",\n \"AnswerInternalName\": \"Nintendo 3DS\"\n },\n {\n \"AnswerID\": 3054984,\n \"Translation\": \"Nintendo DS lite\",\n \"AnswerInternalName\": \"Nintendo DS lite\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Cars in HH amount\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012266,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"How many cars are there in your household?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055683,\n \"Translation\": \"3\",\n \"AnswerInternalName\": \"3\"\n },\n {\n \"AnswerID\": 3055681,\n \"Translation\": \"1\",\n \"AnswerInternalName\": \"1\"\n },\n {\n \"AnswerID\": 3055684,\n \"Translation\": \"5\",\n \"AnswerInternalName\": \"5\"\n },\n {\n \"AnswerID\": 3055649,\n \"Translation\": \"4\",\n \"AnswerInternalName\": \"4\"\n },\n {\n \"AnswerID\": 3055682,\n \"Translation\": \"2\",\n \"AnswerInternalName\": \"2\"\n },\n {\n \"AnswerID\": 3055680,\n \"Translation\": \"0\",\n \"AnswerInternalName\": \"0\"\n },\n {\n \"AnswerID\": 3055685,\n \"Translation\": \"6 or more\",\n \"AnswerInternalName\": \"6 or more\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Children under 18\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001109,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Number of children under 18 in your household:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2002353,\n \"Translation\": \"5\",\n \"AnswerInternalName\": \"5\"\n },\n {\n \"AnswerID\": 2788232,\n \"Translation\": \"10 +\",\n \"AnswerInternalName\": \"10\"\n },\n {\n \"AnswerID\": 2002350,\n \"Translation\": \"2\",\n \"AnswerInternalName\": \"2\"\n },\n {\n \"AnswerID\": 2002351,\n \"Translation\": \"3\",\n \"AnswerInternalName\": \"3\"\n },\n {\n \"AnswerID\": 2002349,\n \"Translation\": \"1\",\n \"AnswerInternalName\": \"1\"\n },\n {\n \"AnswerID\": 2002352,\n \"Translation\": \"4\",\n \"AnswerInternalName\": \"4\"\n },\n {\n \"AnswerID\": 2002346,\n \"Translation\": \"0\",\n \"AnswerInternalName\": \"0\"\n },\n {\n \"AnswerID\": 2002355,\n \"Translation\": \"7\",\n \"AnswerInternalName\": \"7\"\n },\n {\n \"AnswerID\": 2002356,\n \"Translation\": \"8\",\n \"AnswerInternalName\": \"8\"\n },\n {\n \"AnswerID\": 2002347,\n \"Translation\": \"9\",\n \"AnswerInternalName\": \"9\"\n },\n {\n \"AnswerID\": 2002354,\n \"Translation\": \"6\",\n \"AnswerInternalName\": \"6\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Expecting a baby in HH\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001155,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Is anybody in your household pregnant?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2002828,\n \"Translation\": \"No\",\n \"AnswerInternalName\": \"No\"\n },\n {\n \"AnswerID\": 2002826,\n \"Translation\": \"Yes\",\n \"AnswerInternalName\": \"Yes\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Mobile phone smartphone PERSONAL\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012304,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Is your PERSONAL mobile phone a Smartphone (internet and email access)?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055880,\n \"Translation\": \"I don’t know\",\n \"AnswerInternalName\": \"I don’t know\"\n },\n {\n \"AnswerID\": 3055879,\n \"Translation\": \"No\",\n \"AnswerInternalName\": \"No\"\n },\n {\n \"AnswerID\": 3055878,\n \"Translation\": \"Yes\",\n \"AnswerInternalName\": \"Yes\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"ResidentialStatusID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001112,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Do you rent or own your home?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796224,\n \"Translation\": \"Neither own nor rent\",\n \"AnswerInternalName\": \"Neither own nor rent\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"noa routable 02022020\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 20002837,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"noa routable 02022020\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 50006546,\n \"Translation\": \"123\",\n \"AnswerInternalName\": \"1\"\n },\n {\n \"AnswerID\": 50006547,\n \"Translation\": \"321cxg\",\n \"AnswerInternalName\": \"2\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Main car you drive or seconhand\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012276,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Did you purchase the main car you drive new or secondhand?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055716,\n \"Translation\": \"Secondhand\",\n \"AnswerInternalName\": \"Secondhand\"\n },\n {\n \"AnswerID\": 3055715,\n \"Translation\": \"New\",\n \"AnswerInternalName\": \"New\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Personal care products store types\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012231,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"In which type of stores do you purchase your personal care products?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055312,\n \"Translation\": \"Pharmacy\",\n \"AnswerInternalName\": \"Pharmacy\"\n },\n {\n \"AnswerID\": 3055310,\n \"Translation\": \"Drugstore\",\n \"AnswerInternalName\": \"Drugstore\"\n },\n {\n \"AnswerID\": 3055308,\n \"Translation\": \"Department store\",\n \"AnswerInternalName\": \"Department store\"\n },\n {\n \"AnswerID\": 3055307,\n \"Translation\": \"Beauty store\",\n \"AnswerInternalName\": \"Beauty store\"\n },\n {\n \"AnswerID\": 3055313,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3055311,\n \"Translation\": \"Grocery store\",\n \"AnswerInternalName\": \"Grocery store\"\n },\n {\n \"AnswerID\": 3055309,\n \"Translation\": \"Discount store\",\n \"AnswerInternalName\": \"Discount store\"\n },\n {\n \"AnswerID\": 3055314,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Computer network\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050446,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Computer network (Servers, networks, security…)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504396,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504398,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504397,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Language\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001002,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Language\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2000240,\n \"Translation\": \"English\",\n \"AnswerInternalName\": \"English\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Financial assets own\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012211,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which of the following financial assets do you own?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055104,\n \"Translation\": \"Pension schemes invested in stocks\",\n \"AnswerInternalName\": \"Pension schemes invested in stocks\"\n },\n {\n \"AnswerID\": 3055105,\n \"Translation\": \"Pension schemes with guaranteed rate\",\n \"AnswerInternalName\": \"Pension schemes with guaranteed rate\"\n },\n {\n \"AnswerID\": 3055100,\n \"Translation\": \"Company profit sharing\",\n \"AnswerInternalName\": \"Company profit sharing\"\n },\n {\n \"AnswerID\": 3055102,\n \"Translation\": \"Life Insurance\",\n \"AnswerInternalName\": \"Life Insurance\"\n },\n {\n \"AnswerID\": 3055099,\n \"Translation\": \"I do not own financial assets\",\n \"AnswerInternalName\": \"I do not own financial assets\"\n },\n {\n \"AnswerID\": 3055101,\n \"Translation\": \"Health insurance\",\n \"AnswerInternalName\": \"Health insurance\"\n },\n {\n \"AnswerID\": 3055103,\n \"Translation\": \"Life insurance invested in stocks\",\n \"AnswerInternalName\": \"Life insurance invested in stocks\"\n },\n {\n \"AnswerID\": 20000528,\n \"Translation\": \"Auto insurance\",\n \"AnswerInternalName\": \"Auto insurance\"\n },\n {\n \"AnswerID\": 3055108,\n \"Translation\": \"Other savings accounts/Products (pension schemes excluded)\",\n \"AnswerInternalName\": \"Other savings accounts/Products (pension schemes excluded)\"\n },\n {\n \"AnswerID\": 3055109,\n \"Translation\": \"I don’t know or prefer not to answer\",\n \"AnswerInternalName\": \"I don’t know or prefer not to answer\"\n },\n {\n \"AnswerID\": 3055107,\n \"Translation\": \"Stocks\",\n \"AnswerInternalName\": \"Stocks\"\n },\n {\n \"AnswerID\": 20000501,\n \"Translation\": \"Home/Building or Contents insurance\",\n \"AnswerInternalName\": \"Home/Building or Contents insurance\"\n },\n {\n \"AnswerID\": 3055106,\n \"Translation\": \"Real Estate (investment property)\",\n \"AnswerInternalName\": \"Real Estate (investment property)\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Alcohol types drank past6M\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012236,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"(18+ question) Have you drunk any of the following types of alcohol in the past 6 months?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055366,\n \"Translation\": \"Vodka\",\n \"AnswerInternalName\": \"Vodka\"\n },\n {\n \"AnswerID\": 3055367,\n \"Translation\": \"Rum\",\n \"AnswerInternalName\": \"Rum\"\n },\n {\n \"AnswerID\": 3055365,\n \"Translation\": \"Gin\",\n \"AnswerInternalName\": \"Gin\"\n },\n {\n \"AnswerID\": 3055369,\n \"Translation\": \"Tequila\",\n \"AnswerInternalName\": \"Tequila\"\n },\n {\n \"AnswerID\": 3055368,\n \"Translation\": \"Whiskey\",\n \"AnswerInternalName\": \"Whiskey\"\n },\n {\n \"AnswerID\": 3055370,\n \"Translation\": \"Brandy\",\n \"AnswerInternalName\": \"Brandy\"\n },\n {\n \"AnswerID\": 3055371,\n \"Translation\": \"Champagne\",\n \"AnswerInternalName\": \"Champagne\"\n },\n {\n \"AnswerID\": 3055378,\n \"Translation\": \"Cider\",\n \"AnswerInternalName\": \"Cider\"\n },\n {\n \"AnswerID\": 3055379,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3055373,\n \"Translation\": \"White wine\",\n \"AnswerInternalName\": \"White wine\"\n },\n {\n \"AnswerID\": 3055374,\n \"Translation\": \"Rose wine\",\n \"AnswerInternalName\": \"Rose wine\"\n },\n {\n \"AnswerID\": 3055376,\n \"Translation\": \"Vermouth\",\n \"AnswerInternalName\": \"Vermouth\"\n },\n {\n \"AnswerID\": 3055380,\n \"Translation\": \"I have not drunk alcohol\",\n \"AnswerInternalName\": \"I have not drank alcohol\"\n },\n {\n \"AnswerID\": 3055375,\n \"Translation\": \"Sparkling wine\",\n \"AnswerInternalName\": \"Sparkling wine\"\n },\n {\n \"AnswerID\": 3055377,\n \"Translation\": \"Beer\",\n \"AnswerInternalName\": \"Beer\"\n },\n {\n \"AnswerID\": 3055372,\n \"Translation\": \"Red wine\",\n \"AnswerInternalName\": \"Red wine\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Main car you drive - Own or lease\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012274,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Do you own or lease the main car you drive?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055692,\n \"Translation\": \"Lease\",\n \"AnswerInternalName\": \"Lease\"\n },\n {\n \"AnswerID\": 3055691,\n \"Translation\": \"Own\",\n \"AnswerInternalName\": \"Own\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Manufacturing/Production\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050452,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Manufacturing/Production\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504414,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504416,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504415,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Main car you drive - Fuel\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012277,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"What is the type of fuel used by the main car you drive?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055722,\n \"Translation\": \"GAS (LPG / GNC)\",\n \"AnswerInternalName\": \"GAS (LPG / GNC)\"\n },\n {\n \"AnswerID\": 3055720,\n \"Translation\": \"Hybrid\",\n \"AnswerInternalName\": \"Hybrid\"\n },\n {\n \"AnswerID\": 3055719,\n \"Translation\": \"Bio Fuel\",\n \"AnswerInternalName\": \"Bio Fuel\"\n },\n {\n \"AnswerID\": 3055723,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3055721,\n \"Translation\": \"Electric\",\n \"AnswerInternalName\": \"Electric\"\n },\n {\n \"AnswerID\": 3055718,\n \"Translation\": \"Diesel\",\n \"AnswerInternalName\": \"Diesel\"\n },\n {\n \"AnswerID\": 3055717,\n \"Translation\": \"Gasoline\",\n \"AnswerInternalName\": \"Gasoline\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Decision making authority - Human resources\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050450,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Human resources\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3504410,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 3504408,\n \"Translation\": \"Decision maker\",\n \"AnswerInternalName\": \"Decision maker\"\n },\n {\n \"AnswerID\": 3504409,\n \"Translation\": \"Influencer\",\n \"AnswerInternalName\": \"Influencer\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Education\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001101,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Education level:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3502738,\n \"Translation\": \"No qualification\",\n \"AnswerInternalName\": \"No qualification\"\n },\n {\n \"AnswerID\": 3050773,\n \"Translation\": \"Irish Leaving Certificate\",\n \"AnswerInternalName\": \"Irish Leaving Certificate\"\n },\n {\n \"AnswerID\": 3050770,\n \"Translation\": \"Bachelor's degree or similar\",\n \"AnswerInternalName\": \"Bachelor's degree or similar\"\n },\n {\n \"AnswerID\": 3050774,\n \"Translation\": \"Irish Junior Certificate\",\n \"AnswerInternalName\": \"Irish Junior Certificate\"\n },\n {\n \"AnswerID\": 3050771,\n \"Translation\": \"A-S levels\",\n \"AnswerInternalName\": \"A-S levels\"\n },\n {\n \"AnswerID\": 3050775,\n \"Translation\": \"NVQ Levels 3 or 4 or similar\",\n \"AnswerInternalName\": \"NVQ Levels 3 or 4 or similar\"\n },\n {\n \"AnswerID\": 3050772,\n \"Translation\": \"Scottish Highers\",\n \"AnswerInternalName\": \"Scottish Highers\"\n },\n {\n \"AnswerID\": 2796304,\n \"Translation\": \"Vocational Training\",\n \"AnswerInternalName\": \"Vocational Training\"\n },\n {\n \"AnswerID\": 2796307,\n \"Translation\": \"Other college education aged 18-21\",\n \"AnswerInternalName\": \"Other college education aged 18-21\"\n },\n {\n \"AnswerID\": 2796305,\n \"Translation\": \"To age 18 - A Level\",\n \"AnswerInternalName\": \"To age 18 - A Level\"\n },\n {\n \"AnswerID\": 2796302,\n \"Translation\": \"To age 16 - CSE/O Level/GCSE\",\n \"AnswerInternalName\": \"To age 16 - CSE/O Level/GCSE\"\n },\n {\n \"AnswerID\": 2796309,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 2796303,\n \"Translation\": \"Apprenticeship\",\n \"AnswerInternalName\": \"Apprenticeship\"\n },\n {\n \"AnswerID\": 2796306,\n \"Translation\": \"Degree/HND\",\n \"AnswerInternalName\": \"Degree/HND\"\n },\n {\n \"AnswerID\": 2002275,\n \"Translation\": \"Postgraduate/Phd\",\n \"AnswerInternalName\": \"Postgraduate\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": \"\"\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Main supermarket\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012216,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"What is the main supermarket you usually shop at?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055190,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3068232,\n \"Translation\": \"Co-op\",\n \"AnswerInternalName\": \"Co-op\"\n },\n {\n \"AnswerID\": 3068233,\n \"Translation\": \"Marks & Spencer\",\n \"AnswerInternalName\": \"Marks & Spencer\"\n },\n {\n \"AnswerID\": 3068230,\n \"Translation\": \"ALDI\",\n \"AnswerInternalName\": \"ALDI\"\n },\n {\n \"AnswerID\": 3068145,\n \"Translation\": \"Iceland\",\n \"AnswerInternalName\": \"Iceland\"\n },\n {\n \"AnswerID\": 3068146,\n \"Translation\": \"Lidl\",\n \"AnswerInternalName\": \"Lidl\"\n },\n {\n \"AnswerID\": 3068231,\n \"Translation\": \"Asda\",\n \"AnswerInternalName\": \"Asda\"\n },\n {\n \"AnswerID\": 3068238,\n \"Translation\": \"Tesco\",\n \"AnswerInternalName\": \"Tesco\"\n },\n {\n \"AnswerID\": 3068235,\n \"Translation\": \"Ocado\",\n \"AnswerInternalName\": \"Ocado\"\n },\n {\n \"AnswerID\": 3068237,\n \"Translation\": \"Spar\",\n \"AnswerInternalName\": \"Spar\"\n },\n {\n \"AnswerID\": 3068239,\n \"Translation\": \"Waitrose\",\n \"AnswerInternalName\": \"Waitrose\"\n },\n {\n \"AnswerID\": 3068234,\n \"Translation\": \"Morrison's\",\n \"AnswerInternalName\": \"Morissons\"\n },\n {\n \"AnswerID\": 3068236,\n \"Translation\": \"Sainsbury's\",\n \"AnswerInternalName\": \"Sainsburry's\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Employment position\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012405,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which job title best describes your position in the company?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3056687,\n \"Translation\": \"Clerical worker\",\n \"AnswerInternalName\": \"Clerical worker\"\n },\n {\n \"AnswerID\": 3056685,\n \"Translation\": \"Intermediate managerial (Director)\",\n \"AnswerInternalName\": \"Intermediate managerial (Director)\"\n },\n {\n \"AnswerID\": 3056689,\n \"Translation\": \"Semi-skilled manual or service worker\",\n \"AnswerInternalName\": \"Semi-skilled manual or service worker\"\n },\n {\n \"AnswerID\": 3056684,\n \"Translation\": \"Upper level managerial (C-Level Management - President, Owner, Chairman)\",\n \"AnswerInternalName\": \"Upper level managerial (C-Level Management - President, Owner, Chairman)\"\n },\n {\n \"AnswerID\": 3056690,\n \"Translation\": \"Manual or service worker\",\n \"AnswerInternalName\": \"Manual or service worker\"\n },\n {\n \"AnswerID\": 3056691,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3056686,\n \"Translation\": \"Junior managerial\",\n \"AnswerInternalName\": \"Junior managerial\"\n },\n {\n \"AnswerID\": 3056688,\n \"Translation\": \"Skilled manual worker\",\n \"AnswerInternalName\": \"Skilled manual worker\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Grocerie shop types\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012219,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Where do you usually buy your groceries?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055167,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3055160,\n \"Translation\": \"Medium –size supermarkets\",\n \"AnswerInternalName\": \"Medium –size supermarkets\"\n },\n {\n \"AnswerID\": 3055162,\n \"Translation\": \"Corner shops\",\n \"AnswerInternalName\": \"Corner shops\"\n },\n {\n \"AnswerID\": 3055161,\n \"Translation\": \"Small supermarkets\",\n \"AnswerInternalName\": \"Small supermarkets\"\n },\n {\n \"AnswerID\": 3055163,\n \"Translation\": \"Hard Discount\",\n \"AnswerInternalName\": \"Hard Discount\"\n },\n {\n \"AnswerID\": 3055164,\n \"Translation\": \"Markets\",\n \"AnswerInternalName\": \"Markets\"\n },\n {\n \"AnswerID\": 3055166,\n \"Translation\": \"Internet\",\n \"AnswerInternalName\": \"Internet\"\n },\n {\n \"AnswerID\": 3055165,\n \"Translation\": \"Organic stores\",\n \"AnswerInternalName\": \"Organic stores\"\n },\n {\n \"AnswerID\": 3055168,\n \"Translation\": \"I do not buy groceries\",\n \"AnswerInternalName\": \"I do not buy groceries\"\n },\n {\n \"AnswerID\": 3055159,\n \"Translation\": \"Large supermarkets\",\n \"AnswerInternalName\": \"Large supermarkets\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Autotest\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 15010030,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"-\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 20010902,\n \"Translation\": \"-\",\n \"AnswerInternalName\": \"Autoans1_0\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Mobile phone smartphone BUSINESS\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012312,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Is your BUSINESS mobile phone a Smartphone (internet and email access)?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055940,\n \"Translation\": \"No\",\n \"AnswerInternalName\": \"No\"\n },\n {\n \"AnswerID\": 3055941,\n \"Translation\": \"I don’t know\",\n \"AnswerInternalName\": \"I don’t know\"\n },\n {\n \"AnswerID\": 3055939,\n \"Translation\": \"Yes\",\n \"AnswerInternalName\": \"Yes\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Estimated HH income\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1050437,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Would you estimate that your total household income is above or below the national average?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3502952,\n \"Translation\": \"Very much above (more than triple)\",\n \"AnswerInternalName\": \"Very much above (more than triple)\"\n },\n {\n \"AnswerID\": 3502947,\n \"Translation\": \"Below (less than 50%)\",\n \"AnswerInternalName\": \"Below (less than 50%)\"\n },\n {\n \"AnswerID\": 3502949,\n \"Translation\": \"About average\",\n \"AnswerInternalName\": \"About average\"\n },\n {\n \"AnswerID\": 3502951,\n \"Translation\": \"Above (more than double)\",\n \"AnswerInternalName\": \"Above (more than double)\"\n },\n {\n \"AnswerID\": 3502953,\n \"Translation\": \"Decline to answer\",\n \"AnswerInternalName\": \"Decline to answer\"\n },\n {\n \"AnswerID\": 3502948,\n \"Translation\": \"Somewhat below\",\n \"AnswerInternalName\": \"Somewhat below \"\n },\n {\n \"AnswerID\": 3502950,\n \"Translation\": \"Somewhat above\",\n \"AnswerInternalName\": \"Somewhat above\"\n },\n {\n \"AnswerID\": 3502946,\n \"Translation\": \"Very much below (less than 33% of the average)\",\n \"AnswerInternalName\": \"Very much below (less than 33% of the average)\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Monthly net income - You\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005146,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"What is your individual monthly net income? (after tax)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796380,\n \"Translation\": \"Don't know/ Don't want to answer\",\n \"AnswerInternalName\": \"Don't know/ Don't want to answer\"\n },\n {\n \"AnswerID\": 2796376,\n \"Translation\": \"£2700-£2999\",\n \"AnswerInternalName\": \"£2700-£2999\"\n },\n {\n \"AnswerID\": 2796375,\n \"Translation\": \"£2400-£2699\",\n \"AnswerInternalName\": \"£2400-£2699\"\n },\n {\n \"AnswerID\": 2796378,\n \"Translation\": \"£3300-£3599\",\n \"AnswerInternalName\": \"£3300-£3599\"\n },\n {\n \"AnswerID\": 2796372,\n \"Translation\": \"£1500-£1799\",\n \"AnswerInternalName\": \"£1500-£1799\"\n },\n {\n \"AnswerID\": 2796370,\n \"Translation\": \"£900-£1199\",\n \"AnswerInternalName\": \"£900-£1199\"\n },\n {\n \"AnswerID\": 2796369,\n \"Translation\": \"£600-£899\",\n \"AnswerInternalName\": \"£600-£899\"\n },\n {\n \"AnswerID\": 2796377,\n \"Translation\": \"£3000-£3299\",\n \"AnswerInternalName\": \"£3000-£3299\"\n },\n {\n \"AnswerID\": 2796374,\n \"Translation\": \"£2100-£2399\",\n \"AnswerInternalName\": \"£2100-£2399\"\n },\n {\n \"AnswerID\": 2796368,\n \"Translation\": \"£300-£599\",\n \"AnswerInternalName\": \"£300-£599\"\n },\n {\n \"AnswerID\": 2796367,\n \"Translation\": \"Up to £299\",\n \"AnswerInternalName\": \"Up to £299\"\n },\n {\n \"AnswerID\": 2796373,\n \"Translation\": \"£1800-£2099\",\n \"AnswerInternalName\": \"£1800-£2099\"\n },\n {\n \"AnswerID\": 2796371,\n \"Translation\": \"£1200-£1499\",\n \"AnswerInternalName\": \"£1200-£1499\"\n },\n {\n \"AnswerID\": 2796379,\n \"Translation\": \"Over £3600\",\n \"AnswerInternalName\": \"Over £3600\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": \"\"\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Main salary-earner in HH\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005144,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"svfsvb\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796300,\n \"Translation\": \"Yes\",\n \"AnswerInternalName\": \"Yes\"\n },\n {\n \"AnswerID\": 2796301,\n \"Translation\": \"No\",\n \"AnswerInternalName\": \"No\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Personal care products used once perW\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012230,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which of these products do you use at least once a week?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055296,\n \"Translation\": \"Body cream/milk\",\n \"AnswerInternalName\": \"Body cream/milk\"\n },\n {\n \"AnswerID\": 3055299,\n \"Translation\": \"Facial cleaning products\",\n \"AnswerInternalName\": \"Facial cleaning products\"\n },\n {\n \"AnswerID\": 3055293,\n \"Translation\": \"Anti-cellulite products\",\n \"AnswerInternalName\": \"Anti-cellulite products\"\n },\n {\n \"AnswerID\": 3055292,\n \"Translation\": \"Anti-age care products\",\n \"AnswerInternalName\": \"Anti-age care products\"\n },\n {\n \"AnswerID\": 3055304,\n \"Translation\": \"Scrubbing\",\n \"AnswerInternalName\": \"Scrubbing\"\n },\n {\n \"AnswerID\": 3055294,\n \"Translation\": \"Anti-dandruff products\",\n \"AnswerInternalName\": \"Anti-dandruff products\"\n },\n {\n \"AnswerID\": 3055295,\n \"Translation\": \"Anti-hair loss products\",\n \"AnswerInternalName\": \"Anti-hair loss products\"\n },\n {\n \"AnswerID\": 3055297,\n \"Translation\": \"Care products for men\",\n \"AnswerInternalName\": \"Care products for men\"\n },\n {\n \"AnswerID\": 3055298,\n \"Translation\": \"Deodorant\",\n \"AnswerInternalName\": \"Deodorant\"\n },\n {\n \"AnswerID\": 3055305,\n \"Translation\": \"Shampoo\",\n \"AnswerInternalName\": \"Shampoo\"\n },\n {\n \"AnswerID\": 3055306,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n },\n {\n \"AnswerID\": 3055302,\n \"Translation\": \"Lip stick\",\n \"AnswerInternalName\": \"Lip stick\"\n },\n {\n \"AnswerID\": 3055300,\n \"Translation\": \"Foot care products\",\n \"AnswerInternalName\": \"Foot care products\"\n },\n {\n \"AnswerID\": 3055303,\n \"Translation\": \"Make-up remover\",\n \"AnswerInternalName\": \"Make-up remover\"\n },\n {\n \"AnswerID\": 3055301,\n \"Translation\": \"Hand care products\",\n \"AnswerInternalName\": \"Hand care products\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Mobile phone own purpose\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012300,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Do you have a mobile phone?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055837,\n \"Translation\": \"No, I do not have a mobile phone\",\n \"AnswerInternalName\": \"No, I do not have a mobile phone\"\n },\n {\n \"AnswerID\": 3055835,\n \"Translation\": \"Yes, a personal mobile phone\",\n \"AnswerInternalName\": \"Yes, a personal mobile phone\"\n },\n {\n \"AnswerID\": 3055836,\n \"Translation\": \"Yes, a business mobile phone\",\n \"AnswerInternalName\": \"Yes, a business mobile phone\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Team sports played\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1011487,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"What kind of team sports do you play?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3040490,\n \"Translation\": \"Netball\",\n \"AnswerInternalName\": \"Netball\"\n },\n {\n \"AnswerID\": 3037581,\n \"Translation\": \"American football\",\n \"AnswerInternalName\": \"Football\"\n },\n {\n \"AnswerID\": 3037586,\n \"Translation\": \"Rugby\",\n \"AnswerInternalName\": \"Rugby\"\n },\n {\n \"AnswerID\": 3040489,\n \"Translation\": \"Handball\",\n \"AnswerInternalName\": \"Handball\"\n },\n {\n \"AnswerID\": 3037578,\n \"Translation\": \"Basketball\",\n \"AnswerInternalName\": \"Basketball\"\n },\n {\n \"AnswerID\": 3037589,\n \"Translation\": \"Volleyball\",\n \"AnswerInternalName\": \"Volleyball\"\n },\n {\n \"AnswerID\": 3037591,\n \"Translation\": \"Other(s)\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3037582,\n \"Translation\": \"Hockey\",\n \"AnswerInternalName\": \"Hockey\"\n },\n {\n \"AnswerID\": 3037580,\n \"Translation\": \"Cricket\",\n \"AnswerInternalName\": \"Cricket\"\n },\n {\n \"AnswerID\": 3037587,\n \"Translation\": \"Football / soccer\",\n \"AnswerInternalName\": \"Soccer\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Other supermarkets\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012220,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Which of these other supermarkets do you shop at?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055320,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n },\n {\n \"AnswerID\": 3055319,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3068428,\n \"Translation\": \"Co-op\",\n \"AnswerInternalName\": \"Co-op\"\n },\n {\n \"AnswerID\": 3068432,\n \"Translation\": \"Morrison's\",\n \"AnswerInternalName\": \"Morissons\"\n },\n {\n \"AnswerID\": 3068430,\n \"Translation\": \"Lidl\",\n \"AnswerInternalName\": \"Lidl\"\n },\n {\n \"AnswerID\": 3068427,\n \"Translation\": \"Asda\",\n \"AnswerInternalName\": \"Asda\"\n },\n {\n \"AnswerID\": 3068437,\n \"Translation\": \"Waitrose\",\n \"AnswerInternalName\": \"Waitrose\"\n },\n {\n \"AnswerID\": 3068429,\n \"Translation\": \"Iceland\",\n \"AnswerInternalName\": \"Iceland\"\n },\n {\n \"AnswerID\": 3068434,\n \"Translation\": \"Sainsbury's\",\n \"AnswerInternalName\": \"Sainsburry's\"\n },\n {\n \"AnswerID\": 3068433,\n \"Translation\": \"Ocado\",\n \"AnswerInternalName\": \"Ocado\"\n },\n {\n \"AnswerID\": 3068431,\n \"Translation\": \"Marks & Spencer\",\n \"AnswerInternalName\": \"Marks & Spencer\"\n },\n {\n \"AnswerID\": 3068436,\n \"Translation\": \"Tesco\",\n \"AnswerInternalName\": \"Tesco\"\n },\n {\n \"AnswerID\": 3068426,\n \"Translation\": \"ALDI\",\n \"AnswerInternalName\": \"ALDI\"\n },\n {\n \"AnswerID\": 3068435,\n \"Translation\": \"Spar\",\n \"AnswerInternalName\": \"Spar\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Alcohol brands drank past6M\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012237,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"(18+ question) Which of the following brands of alcohol have you drunk in the past 6 months?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3068605,\n \"Translation\": \"Dewars\",\n \"AnswerInternalName\": \"Dewars\"\n },\n {\n \"AnswerID\": 3055386,\n \"Translation\": \"Bombay Sapphire\",\n \"AnswerInternalName\": \"Bombay Sapphire\"\n },\n {\n \"AnswerID\": 3068607,\n \"Translation\": \"Martini Bianco\",\n \"AnswerInternalName\": \"Martini Bianco\"\n },\n {\n \"AnswerID\": 3055399,\n \"Translation\": \"Magners\",\n \"AnswerInternalName\": \"Magners\"\n },\n {\n \"AnswerID\": 3055387,\n \"Translation\": \"Brugal\",\n \"AnswerInternalName\": \"Brugal\"\n },\n {\n \"AnswerID\": 3055390,\n \"Translation\": \"Famous Grouse\",\n \"AnswerInternalName\": \"Famous Grouse\"\n },\n {\n \"AnswerID\": 3055393,\n \"Translation\": \"Grey Goose\",\n \"AnswerInternalName\": \"Grey Goose\"\n },\n {\n \"AnswerID\": 3055391,\n \"Translation\": \"Finlandia Vodka\",\n \"AnswerInternalName\": \"Finlandia Vodka\"\n },\n {\n \"AnswerID\": 3055382,\n \"Translation\": \"Bacardi\",\n \"AnswerInternalName\": \"Bacardi\"\n },\n {\n \"AnswerID\": 3055408,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n },\n {\n \"AnswerID\": 3068606,\n \"Translation\": \"Grants\",\n \"AnswerInternalName\": \"Grants\"\n },\n {\n \"AnswerID\": 3068610,\n \"Translation\": \"WKD\",\n \"AnswerInternalName\": \"WKD\"\n },\n {\n \"AnswerID\": 3055396,\n \"Translation\": \"Jameson\",\n \"AnswerInternalName\": \"Jameson\"\n },\n {\n \"AnswerID\": 3055383,\n \"Translation\": \"Baileys\",\n \"AnswerInternalName\": \"Baileys\"\n },\n {\n \"AnswerID\": 3055392,\n \"Translation\": \"Gordons\",\n \"AnswerInternalName\": \"Gordons\"\n },\n {\n \"AnswerID\": 3055381,\n \"Translation\": \"Absolut\",\n \"AnswerInternalName\": \"Absolut\"\n },\n {\n \"AnswerID\": 3055398,\n \"Translation\": \"Johnny Walker\",\n \"AnswerInternalName\": \"Johnny Walker\"\n },\n {\n \"AnswerID\": 3055389,\n \"Translation\": \"Chivas\",\n \"AnswerInternalName\": \"Chivas\"\n },\n {\n \"AnswerID\": 3055401,\n \"Translation\": \"Martini Dry\",\n \"AnswerInternalName\": \"Martini Dry\"\n },\n {\n \"AnswerID\": 3055395,\n \"Translation\": \"Jack Daniels\",\n \"AnswerInternalName\": \"Jack Daniels\"\n },\n {\n \"AnswerID\": 3055384,\n \"Translation\": \"Ballantines\",\n \"AnswerInternalName\": \"Ballantines\"\n },\n {\n \"AnswerID\": 3055405,\n \"Translation\": \"Southern Comfort\",\n \"AnswerInternalName\": \"Southern Comfort\"\n },\n {\n \"AnswerID\": 3055407,\n \"Translation\": \"Other\",\n \"AnswerInternalName\": \"Other\"\n },\n {\n \"AnswerID\": 3055385,\n \"Translation\": \"Bols\",\n \"AnswerInternalName\": \"Bols\"\n },\n {\n \"AnswerID\": 3068609,\n \"Translation\": \"Martini Rosso\",\n \"AnswerInternalName\": \"Martini Rosso\"\n },\n {\n \"AnswerID\": 3055404,\n \"Translation\": \"Soho\",\n \"AnswerInternalName\": \"Soho\"\n },\n {\n \"AnswerID\": 3055397,\n \"Translation\": \"Jim Beam\",\n \"AnswerInternalName\": \"Jim Beam\"\n },\n {\n \"AnswerID\": 3055406,\n \"Translation\": \"Tia Maria\",\n \"AnswerInternalName\": \"Tia Maria\"\n },\n {\n \"AnswerID\": 3055388,\n \"Translation\": \"Bulmers\",\n \"AnswerInternalName\": \"Bulmers\"\n },\n {\n \"AnswerID\": 3068608,\n \"Translation\": \"Martini Rosato\",\n \"AnswerInternalName\": \"Martini Rosato\"\n },\n {\n \"AnswerID\": 3055403,\n \"Translation\": \"Smirnoff\",\n \"AnswerInternalName\": \"Smirnoff\"\n },\n {\n \"AnswerID\": 3055402,\n \"Translation\": \"Ricard\",\n \"AnswerInternalName\": \"Ricard\"\n },\n {\n \"AnswerID\": 3055394,\n \"Translation\": \"Havana Club\",\n \"AnswerInternalName\": \"Havana Club\"\n },\n {\n \"AnswerID\": 3055400,\n \"Translation\": \"Malibu\",\n \"AnswerInternalName\": \"Malibu\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Country\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001001,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Country\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2000077,\n \"Translation\": \"United Kingdom\",\n \"AnswerInternalName\": \"United Kingdom\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"PostalCodeVal\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001042,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Postcode\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2224509,\n \"Translation\": \"Postcode\",\n \"AnswerInternalName\": \"PostalCodeVal\"\n }\n ],\n \"AnswerType\": \"OpenEnded\",\n \"AnswerValidationRegularExpression\": \"^([Gg][Ii][Rr]\\\\s{0,1}0[Aa][Aa]|[A-PR-UWYZa-pr-uwyz]([0-9]{1,2}|([A-HK-Ya-hk-y][0-9]|[A-HK-Ya-hk-y][0-9]([0-9]|[ABEHMNPRV-Yabehmnprv-y]))|[0-9][A-HJKS-UWa-hjks-uw])\\\\s[0-9][ABD-HJLNP-UW-Zabd-hjlnp-uw-z]{2})$\"\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": null,\n \"TranslatedQuestion\": {\n \"QuestionID\": 1002007,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"How many pets do you have?\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": [\n {\n \"IsRoutable\": true,\n \"InternalName\": \"NumDogsID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001113,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Dog(s)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 20011288,\n \"Translation\": \"Eleven or more\",\n \"AnswerInternalName\": \"Eleven or more\"\n },\n {\n \"AnswerID\": 2002368,\n \"Translation\": \"One\",\n \"AnswerInternalName\": \"One\"\n },\n {\n \"AnswerID\": 2002367,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 20011287,\n \"Translation\": \"Between two and ten\",\n \"AnswerInternalName\": \"Between two and ten\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": \"\"\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"NumCatsID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1001114,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Cat(s)\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 20011290,\n \"Translation\": \"Eleven or more\",\n \"AnswerInternalName\": \"Eleven or more\"\n },\n {\n \"AnswerID\": 2002370,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n },\n {\n \"AnswerID\": 20011289,\n \"Translation\": \"Between two and ten\",\n \"AnswerInternalName\": \"Between two and ten\"\n },\n {\n \"AnswerID\": 2002371,\n \"Translation\": \"One\",\n \"AnswerInternalName\": \"One\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": \"\"\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Other pets in HH - Count\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1002012,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Other\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 20011291,\n \"Translation\": \"Between two and ten\",\n \"AnswerInternalName\": \"Between two and ten\"\n },\n {\n \"AnswerID\": 2225939,\n \"Translation\": \"One\",\n \"AnswerInternalName\": \"One\"\n },\n {\n \"AnswerID\": 20011292,\n \"Translation\": \"Eleven or more\",\n \"AnswerInternalName\": \"Eleven or more\"\n },\n {\n \"AnswerID\": 2225938,\n \"Translation\": \"None\",\n \"AnswerInternalName\": \"None\"\n }\n ],\n \"AnswerType\": \"SingleSelect\",\n \"AnswerValidationRegularExpression\": \"\"\n }\n ],\n \"TranslatedAnswers\": null,\n \"AnswerType\": null,\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": true,\n \"InternalName\": \"Interests\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012227,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Are you interested in:\",\n \"HelpTextTranslation\": \"\",\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3055274,\n \"Translation\": \"Reading Books\",\n \"AnswerInternalName\": \"Reading Books\"\n },\n {\n \"AnswerID\": 3055266,\n \"Translation\": \"Casino Gambling (Offline)\",\n \"AnswerInternalName\": \"Casino Gambling (Offline)\"\n },\n {\n \"AnswerID\": 3055275,\n \"Translation\": \"Workshop/Do-it-yourself\",\n \"AnswerInternalName\": \"Workshop/Do-it-yourself\"\n },\n {\n \"AnswerID\": 3055270,\n \"Translation\": \"Home Improvement/Repair\",\n \"AnswerInternalName\": \"Home Improvement/Repair\"\n },\n {\n \"AnswerID\": 3504833,\n \"Translation\": \"Other Gambling (Offline)\",\n \"AnswerInternalName\": \"Other Gambling (Offline)\"\n },\n {\n \"AnswerID\": 3055267,\n \"Translation\": \"Fashion\",\n \"AnswerInternalName\": \"Fashion\"\n },\n {\n \"AnswerID\": 3055268,\n \"Translation\": \"Food & Cooking\",\n \"AnswerInternalName\": \"Food & Cooking\"\n },\n {\n \"AnswerID\": 3055272,\n \"Translation\": \"Music\",\n \"AnswerInternalName\": \"Music\"\n },\n {\n \"AnswerID\": 3055276,\n \"Translation\": \"None of the above\",\n \"AnswerInternalName\": \"None of the above\"\n },\n {\n \"AnswerID\": 3055273,\n \"Translation\": \"Photography\",\n \"AnswerInternalName\": \"Photography\"\n },\n {\n \"AnswerID\": 3055271,\n \"Translation\": \"Movies\",\n \"AnswerInternalName\": \"Movies\"\n },\n {\n \"AnswerID\": 3055269,\n \"Translation\": \"Gardening & Landscaping\",\n \"AnswerInternalName\": \"Gardening & Landscaping\"\n },\n {\n \"AnswerID\": 3504835,\n \"Translation\": \"Other Gambling (Offline)\",\n \"AnswerInternalName\": \"Other Gambling (Offline)\"\n }\n ],\n \"AnswerType\": \"MultiSelect\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Second car in HH - Segmentation\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012467,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Second car in HH - Segmentation\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3090940,\n \"Translation\": \"S: sport coupés\",\n \"AnswerInternalName\": \"S: sport coupés\"\n },\n {\n \"AnswerID\": 3090941,\n \"Translation\": \"V: commercial\",\n \"AnswerInternalName\": \"V: commercial\"\n },\n {\n \"AnswerID\": 3090942,\n \"Translation\": \"Z: unspecified\",\n \"AnswerInternalName\": \"Z: unspecified\"\n },\n {\n \"AnswerID\": 3090943,\n \"Translation\": \"A: mini cars\",\n \"AnswerInternalName\": \"A: mini cars\"\n },\n {\n \"AnswerID\": 3090944,\n \"Translation\": \"B: small cars\",\n \"AnswerInternalName\": \"B: small cars\"\n },\n {\n \"AnswerID\": 3090945,\n \"Translation\": \"C: medium cars\",\n \"AnswerInternalName\": \"C: medium cars\"\n },\n {\n \"AnswerID\": 3090946,\n \"Translation\": \"D: large cars\",\n \"AnswerInternalName\": \"D: large cars\"\n },\n {\n \"AnswerID\": 3090947,\n \"Translation\": \"E: executive cars\",\n \"AnswerInternalName\": \"E: executive cars\"\n },\n {\n \"AnswerID\": 3090948,\n \"Translation\": \"F: luxury cars\",\n \"AnswerInternalName\": \"F: luxury cars\"\n },\n {\n \"AnswerID\": 3090949,\n \"Translation\": \"J: sport utility cars (including off-road vehicles)\",\n \"AnswerInternalName\": \"J: sport utility cars (including off-road vehicles)\"\n },\n {\n \"AnswerID\": 3090950,\n \"Translation\": \"M: multi purpose cars\",\n \"AnswerInternalName\": \"M: multi purpose cars\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Main car you drive - Segmentation\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1012468,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Main car you drive - Segmentation\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3090951,\n \"Translation\": \"A: mini cars\",\n \"AnswerInternalName\": \"A: mini cars\"\n },\n {\n \"AnswerID\": 3090952,\n \"Translation\": \"B: small cars\",\n \"AnswerInternalName\": \"B: small cars\"\n },\n {\n \"AnswerID\": 3090953,\n \"Translation\": \"C: medium cars\",\n \"AnswerInternalName\": \"C: medium cars\"\n },\n {\n \"AnswerID\": 3090954,\n \"Translation\": \"D: large cars\",\n \"AnswerInternalName\": \"D: large cars\"\n },\n {\n \"AnswerID\": 3090955,\n \"Translation\": \"E: executive cars\",\n \"AnswerInternalName\": \"E: executive cars\"\n },\n {\n \"AnswerID\": 3090956,\n \"Translation\": \"F: luxury cars\",\n \"AnswerInternalName\": \"F: luxury cars\"\n },\n {\n \"AnswerID\": 3090957,\n \"Translation\": \"J: sport utility cars (including off-road vehicles)\",\n \"AnswerInternalName\": \"J: sport utility cars (including off-road vehicles)\"\n },\n {\n \"AnswerID\": 3090958,\n \"Translation\": \"M: multi purpose cars\",\n \"AnswerInternalName\": \"M: multi purpose cars\"\n },\n {\n \"AnswerID\": 3090959,\n \"Translation\": \"S: sport coupés\",\n \"AnswerInternalName\": \"S: sport coupés\"\n },\n {\n \"AnswerID\": 3090960,\n \"Translation\": \"V: commercial\",\n \"AnswerInternalName\": \"V: commercial\"\n },\n {\n \"AnswerID\": 3090961,\n \"Translation\": \"Z: unspecified\",\n \"AnswerInternalName\": \"Z: unspecified\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"RegionOneID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005023,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Geographic Region 2\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 3500238,\n \"Translation\": \"South Central\",\n \"AnswerInternalName\": \"South Central\"\n },\n {\n \"AnswerID\": 2796600,\n \"Translation\": \"Midlands – East Midlands\",\n \"AnswerInternalName\": \"Midlands – East Midlands\"\n },\n {\n \"AnswerID\": 2796601,\n \"Translation\": \"Midlands – West Midlands\",\n \"AnswerInternalName\": \"Midlands – West Midlands\"\n },\n {\n \"AnswerID\": 2796602,\n \"Translation\": \"Wales\",\n \"AnswerInternalName\": \"Wales\"\n },\n {\n \"AnswerID\": 2796603,\n \"Translation\": \"North East\",\n \"AnswerInternalName\": \"North East\"\n },\n {\n \"AnswerID\": 2796604,\n \"Translation\": \"North West\",\n \"AnswerInternalName\": \"North West\"\n },\n {\n \"AnswerID\": 2796605,\n \"Translation\": \"Northern Ireland\",\n \"AnswerInternalName\": \"Northern Ireland\"\n },\n {\n \"AnswerID\": 2796606,\n \"Translation\": \"Yorkshire & Humber\",\n \"AnswerInternalName\": \"Yorkshire & Humber\"\n },\n {\n \"AnswerID\": 2796607,\n \"Translation\": \"Scottland Central\",\n \"AnswerInternalName\": \"Scottland Central\"\n },\n {\n \"AnswerID\": 2796611,\n \"Translation\": \"London – Greater London\",\n \"AnswerInternalName\": \"London – Greater London\"\n },\n {\n \"AnswerID\": 2796612,\n \"Translation\": \"London – Inner London\",\n \"AnswerInternalName\": \"London – Inner London\"\n },\n {\n \"AnswerID\": 2796613,\n \"Translation\": \"South East\",\n \"AnswerInternalName\": \"South East\"\n },\n {\n \"AnswerID\": 2796614,\n \"Translation\": \"South West\",\n \"AnswerInternalName\": \"South West\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"GeoRegionThreeID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005093,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Geographic Region 3\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2802000,\n \"Translation\": \"England\",\n \"AnswerInternalName\": \"England\"\n },\n {\n \"AnswerID\": 2802001,\n \"Translation\": \"Northern Ireland\",\n \"AnswerInternalName\": \"Northern Ireland\"\n },\n {\n \"AnswerID\": 2802002,\n \"Translation\": \"Scotland\",\n \"AnswerInternalName\": \"Scotland\"\n },\n {\n \"AnswerID\": 2802003,\n \"Translation\": \"Wales\",\n \"AnswerInternalName\": \"Wales\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"SEG\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005147,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Social Grade - SEG\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796336,\n \"Translation\": \"A\",\n \"AnswerInternalName\": \"A\"\n },\n {\n \"AnswerID\": 2796337,\n \"Translation\": \"B\",\n \"AnswerInternalName\": \"B\"\n },\n {\n \"AnswerID\": 2796338,\n \"Translation\": \"C1\",\n \"AnswerInternalName\": \"C1\"\n },\n {\n \"AnswerID\": 2796339,\n \"Translation\": \"C2\",\n \"AnswerInternalName\": \"C2\"\n },\n {\n \"AnswerID\": 2796340,\n \"Translation\": \"D\",\n \"AnswerInternalName\": \"D\"\n },\n {\n \"AnswerID\": 2796341,\n \"Translation\": \"E\",\n \"AnswerInternalName\": \"E\"\n },\n {\n \"AnswerID\": 2796353,\n \"Translation\": \"N/A\",\n \"AnswerInternalName\": \"N/A\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"GeoRegionOneID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005022,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Geographic Region 1\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796596,\n \"Translation\": \"South\",\n \"AnswerInternalName\": \"South\"\n },\n {\n \"AnswerID\": 2796597,\n \"Translation\": \"North and Scotland\",\n \"AnswerInternalName\": \"North and Scotland\"\n },\n {\n \"AnswerID\": 2796598,\n \"Translation\": \"Northern Ireland\",\n \"AnswerInternalName\": \"Northern Ireland\"\n },\n {\n \"AnswerID\": 2796599,\n \"Translation\": \"Midlands and Wales\",\n \"AnswerInternalName\": \"Midlands and Wales\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"GeoRegionFourID\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005094,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Geographic Region 4\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2802004,\n \"Translation\": \"Aberdeenshire\",\n \"AnswerInternalName\": \"Aberdeenshire\"\n },\n {\n \"AnswerID\": 2802005,\n \"Translation\": \"Angus\",\n \"AnswerInternalName\": \"Angus\"\n },\n {\n \"AnswerID\": 2802006,\n \"Translation\": \"Angus & Argyllshire\",\n \"AnswerInternalName\": \"Angus & Argyllshire\"\n },\n {\n \"AnswerID\": 2802007,\n \"Translation\": \"Argyllshire\",\n \"AnswerInternalName\": \"Argyllshire\"\n },\n {\n \"AnswerID\": 2802008,\n \"Translation\": \"Ayrshire\",\n \"AnswerInternalName\": \"Ayrshire\"\n },\n {\n \"AnswerID\": 2802009,\n \"Translation\": \"Banffshire\",\n \"AnswerInternalName\": \"Banffshire\"\n },\n {\n \"AnswerID\": 2802010,\n \"Translation\": \"Bath\",\n \"AnswerInternalName\": \"Bath\"\n },\n {\n \"AnswerID\": 2802011,\n \"Translation\": \"Bedfordshire\",\n \"AnswerInternalName\": \"Bedfordshire\"\n },\n {\n \"AnswerID\": 2802012,\n \"Translation\": \"Berkshire\",\n \"AnswerInternalName\": \"Berkshire\"\n },\n {\n \"AnswerID\": 2802013,\n \"Translation\": \"Berwickshire\",\n \"AnswerInternalName\": \"Berwickshire\"\n },\n {\n \"AnswerID\": 2802014,\n \"Translation\": \"Bolton\",\n \"AnswerInternalName\": \"Bolton\"\n },\n {\n \"AnswerID\": 2802015,\n \"Translation\": \"Bournmouth\",\n \"AnswerInternalName\": \"Bournmouth\"\n },\n {\n \"AnswerID\": 2802016,\n \"Translation\": \"Buckinghamshire\",\n \"AnswerInternalName\": \"Buckinghamshire\"\n },\n {\n \"AnswerID\": 2802017,\n \"Translation\": \"Bute\",\n \"AnswerInternalName\": \"Bute\"\n },\n {\n \"AnswerID\": 2802018,\n \"Translation\": \"Caithness\",\n \"AnswerInternalName\": \"Caithness\"\n },\n {\n \"AnswerID\": 2802019,\n \"Translation\": \"Cambridgeshire\",\n \"AnswerInternalName\": \"Cambridgeshire\"\n },\n {\n \"AnswerID\": 2802020,\n \"Translation\": \"Cardiff\",\n \"AnswerInternalName\": \"Cardiff\"\n },\n {\n \"AnswerID\": 2802021,\n \"Translation\": \"Channel Island\",\n \"AnswerInternalName\": \"Channel Island\"\n },\n {\n \"AnswerID\": 2802022,\n \"Translation\": \"Cheshire\",\n \"AnswerInternalName\": \"Cheshire\"\n },\n {\n \"AnswerID\": 2802023,\n \"Translation\": \"Clackmannanshire\",\n \"AnswerInternalName\": \"Clackmannanshire\"\n },\n {\n \"AnswerID\": 2802024,\n \"Translation\": \"Cleveland\",\n \"AnswerInternalName\": \"Cleveland\"\n },\n {\n \"AnswerID\": 2802025,\n \"Translation\": \"Clwyd\",\n \"AnswerInternalName\": \"Clwyd\"\n },\n {\n \"AnswerID\": 2802026,\n \"Translation\": \"Cornwall\",\n \"AnswerInternalName\": \"Cornwall\"\n },\n {\n \"AnswerID\": 2802027,\n \"Translation\": \"County Durham\",\n \"AnswerInternalName\": \"County Durham\"\n },\n {\n \"AnswerID\": 2802028,\n \"Translation\": \"Cumbria\",\n \"AnswerInternalName\": \"Cumbria\"\n },\n {\n \"AnswerID\": 2802029,\n \"Translation\": \"Derbyshire\",\n \"AnswerInternalName\": \"Derbyshire\"\n },\n {\n \"AnswerID\": 2802030,\n \"Translation\": \"Devon\",\n \"AnswerInternalName\": \"Devon\"\n },\n {\n \"AnswerID\": 2802031,\n \"Translation\": \"Dorset\",\n \"AnswerInternalName\": \"Dorset\"\n },\n {\n \"AnswerID\": 2802032,\n \"Translation\": \"Dumfriesshire\",\n \"AnswerInternalName\": \"Dumfriesshire\"\n },\n {\n \"AnswerID\": 2802033,\n \"Translation\": \"Dunbartonshire\",\n \"AnswerInternalName\": \"Dunbartonshire\"\n },\n {\n \"AnswerID\": 2802034,\n \"Translation\": \"Dyfed\",\n \"AnswerInternalName\": \"Dyfed\"\n },\n {\n \"AnswerID\": 2802035,\n \"Translation\": \"East Lothian\",\n \"AnswerInternalName\": \"East Lothian\"\n },\n {\n \"AnswerID\": 2802036,\n \"Translation\": \"Edinburgh\",\n \"AnswerInternalName\": \"Edinburgh\"\n },\n {\n \"AnswerID\": 2802037,\n \"Translation\": \"Essex\",\n \"AnswerInternalName\": \"Essex\"\n },\n {\n \"AnswerID\": 2802038,\n \"Translation\": \"Fife\",\n \"AnswerInternalName\": \"Fife\"\n },\n {\n \"AnswerID\": 2802039,\n \"Translation\": \"Glamorgan\",\n \"AnswerInternalName\": \"Glamorgan\"\n },\n {\n \"AnswerID\": 2802040,\n \"Translation\": \"Glasgow\",\n \"AnswerInternalName\": \"Glasgow\"\n },\n {\n \"AnswerID\": 2802041,\n \"Translation\": \"Glocestershire\",\n \"AnswerInternalName\": \"Glocestershire\"\n },\n {\n \"AnswerID\": 2802042,\n \"Translation\": \"Gloucestershire\",\n \"AnswerInternalName\": \"Gloucestershire\"\n },\n {\n \"AnswerID\": 2802043,\n \"Translation\": \"Gwent\",\n \"AnswerInternalName\": \"Gwent\"\n },\n {\n \"AnswerID\": 2802044,\n \"Translation\": \"Gwynedd\",\n \"AnswerInternalName\": \"Gwynedd\"\n },\n {\n \"AnswerID\": 2802045,\n \"Translation\": \"Hampshire\",\n \"AnswerInternalName\": \"Hampshire\"\n },\n {\n \"AnswerID\": 2802046,\n \"Translation\": \"Hereford & Powys\",\n \"AnswerInternalName\": \"Hereford & Powys\"\n },\n {\n \"AnswerID\": 2802047,\n \"Translation\": \"Herefordshire\",\n \"AnswerInternalName\": \"Herefordshire\"\n },\n {\n \"AnswerID\": 2802048,\n \"Translation\": \"Herefordshire & Powys\",\n \"AnswerInternalName\": \"Herefordshire & Powys\"\n },\n {\n \"AnswerID\": 2802049,\n \"Translation\": \"Hertfordshire\",\n \"AnswerInternalName\": \"Hertfordshire\"\n },\n {\n \"AnswerID\": 2802050,\n \"Translation\": \"Inverness\",\n \"AnswerInternalName\": \"Inverness\"\n },\n {\n \"AnswerID\": 2802051,\n \"Translation\": \"Inverness & Argyllshire\",\n \"AnswerInternalName\": \"Inverness & Argyllshire\"\n },\n {\n \"AnswerID\": 2802052,\n \"Translation\": \"Isle of Arran\",\n \"AnswerInternalName\": \"Isle of Arran\"\n },\n {\n \"AnswerID\": 2802053,\n \"Translation\": \"Isle of Barra\",\n \"AnswerInternalName\": \"Isle of Barra\"\n },\n {\n \"AnswerID\": 2802054,\n \"Translation\": \"Isle of Benbecula\",\n \"AnswerInternalName\": \"Isle of Benbecula\"\n },\n {\n \"AnswerID\": 2802055,\n \"Translation\": \"Isle of Canna\",\n \"AnswerInternalName\": \"Isle of Canna\"\n },\n {\n \"AnswerID\": 2802056,\n \"Translation\": \"Isle of Coll\",\n \"AnswerInternalName\": \"Isle of Coll\"\n },\n {\n \"AnswerID\": 2802057,\n \"Translation\": \"Isle of Colonsay\",\n \"AnswerInternalName\": \"Isle of Colonsay\"\n },\n {\n \"AnswerID\": 2802058,\n \"Translation\": \"Isle of Cumbrae\",\n \"AnswerInternalName\": \"Isle of Cumbrae\"\n },\n {\n \"AnswerID\": 2802059,\n \"Translation\": \"Isle of Eigg\",\n \"AnswerInternalName\": \"Isle of Eigg\"\n },\n {\n \"AnswerID\": 2802060,\n \"Translation\": \"Isle of Gigha\",\n \"AnswerInternalName\": \"Isle of Gigha\"\n },\n {\n \"AnswerID\": 2802061,\n \"Translation\": \"Isle of Harris\",\n \"AnswerInternalName\": \"Isle of Harris\"\n },\n {\n \"AnswerID\": 2802062,\n \"Translation\": \"Isle of Iona\",\n \"AnswerInternalName\": \"Isle of Iona\"\n },\n {\n \"AnswerID\": 2802063,\n \"Translation\": \"Isle of Islay\",\n \"AnswerInternalName\": \"Isle of Islay\"\n },\n {\n \"AnswerID\": 2802064,\n \"Translation\": \"Isle of Jura\",\n \"AnswerInternalName\": \"Isle of Jura\"\n },\n {\n \"AnswerID\": 2802065,\n \"Translation\": \"Isle of Lewis\",\n \"AnswerInternalName\": \"Isle of Lewis\"\n },\n {\n \"AnswerID\": 2802066,\n \"Translation\": \"Isle Of Man\",\n \"AnswerInternalName\": \"Isle Of Man\"\n },\n {\n \"AnswerID\": 2802067,\n \"Translation\": \"Isle of Mull\",\n \"AnswerInternalName\": \"Isle of Mull\"\n },\n {\n \"AnswerID\": 2802068,\n \"Translation\": \"Isle of North Uist\",\n \"AnswerInternalName\": \"Isle of North Uist\"\n },\n {\n \"AnswerID\": 2802069,\n \"Translation\": \"Isle of Rhum\",\n \"AnswerInternalName\": \"Isle of Rhum\"\n },\n {\n \"AnswerID\": 2802070,\n \"Translation\": \"Isle of Scalpay\",\n \"AnswerInternalName\": \"Isle of Scalpay\"\n },\n {\n \"AnswerID\": 2802071,\n \"Translation\": \"Isle of Skye\",\n \"AnswerInternalName\": \"Isle of Skye\"\n },\n {\n \"AnswerID\": 2802072,\n \"Translation\": \"Isle of South Uist\",\n \"AnswerInternalName\": \"Isle of South Uist\"\n },\n {\n \"AnswerID\": 2802073,\n \"Translation\": \"Isle of Tiree\",\n \"AnswerInternalName\": \"Isle of Tiree\"\n },\n {\n \"AnswerID\": 2802074,\n \"Translation\": \"Isle of Wight\",\n \"AnswerInternalName\": \"Isle of Wight\"\n },\n {\n \"AnswerID\": 2802075,\n \"Translation\": \"Isles of Scilly\",\n \"AnswerInternalName\": \"Isles of Scilly\"\n },\n {\n \"AnswerID\": 2802076,\n \"Translation\": \"Kent\",\n \"AnswerInternalName\": \"Kent\"\n },\n {\n \"AnswerID\": 2802077,\n \"Translation\": \"Kirkcudbrightshire\",\n \"AnswerInternalName\": \"Kirkcudbrightshire\"\n },\n {\n \"AnswerID\": 2802078,\n \"Translation\": \"Lanarkshire\",\n \"AnswerInternalName\": \"Lanarkshire\"\n },\n {\n \"AnswerID\": 2802079,\n \"Translation\": \"Lancashire\",\n \"AnswerInternalName\": \"Lancashire\"\n },\n {\n \"AnswerID\": 2802080,\n \"Translation\": \"Leicestershire\",\n \"AnswerInternalName\": \"Leicestershire\"\n },\n {\n \"AnswerID\": 2802081,\n \"Translation\": \"Lincolnshire\",\n \"AnswerInternalName\": \"Lincolnshire\"\n },\n {\n \"AnswerID\": 2802082,\n \"Translation\": \"Lincolnshire (South Humberside)\",\n \"AnswerInternalName\": \"Lincolnshire (South Humberside)\"\n },\n {\n \"AnswerID\": 2802083,\n \"Translation\": \"London\",\n \"AnswerInternalName\": \"London\"\n },\n {\n \"AnswerID\": 2802084,\n \"Translation\": \"Merseyside\",\n \"AnswerInternalName\": \"Merseyside\"\n },\n {\n \"AnswerID\": 2802085,\n \"Translation\": \"Middlesex\",\n \"AnswerInternalName\": \"Middlesex\"\n },\n {\n \"AnswerID\": 2802086,\n \"Translation\": \"Midlothian\",\n \"AnswerInternalName\": \"Midlothian\"\n },\n {\n \"AnswerID\": 2802087,\n \"Translation\": \"Morayshire\",\n \"AnswerInternalName\": \"Morayshire\"\n },\n {\n \"AnswerID\": 2802088,\n \"Translation\": \"Norfolk\",\n \"AnswerInternalName\": \"Norfolk\"\n },\n {\n \"AnswerID\": 2802089,\n \"Translation\": \"Northamptonshire\",\n \"AnswerInternalName\": \"Northamptonshire\"\n },\n {\n \"AnswerID\": 2802090,\n \"Translation\": \"Northern Ireland\",\n \"AnswerInternalName\": \"Northern Ireland\"\n },\n {\n \"AnswerID\": 2802091,\n \"Translation\": \"Northumberland\",\n \"AnswerInternalName\": \"Northumberland\"\n },\n {\n \"AnswerID\": 2802092,\n \"Translation\": \"Nottinghamshire\",\n \"AnswerInternalName\": \"Nottinghamshire\"\n },\n {\n \"AnswerID\": 2802093,\n \"Translation\": \"Oldbury\",\n \"AnswerInternalName\": \"Oldbury\"\n },\n {\n \"AnswerID\": 2802094,\n \"Translation\": \"Orkney\",\n \"AnswerInternalName\": \"Orkney\"\n },\n {\n \"AnswerID\": 2802095,\n \"Translation\": \"Orkney Islands\",\n \"AnswerInternalName\": \"Orkney Islands\"\n },\n {\n \"AnswerID\": 2802096,\n \"Translation\": \"Oxfordshire\",\n \"AnswerInternalName\": \"Oxfordshire\"\n },\n {\n \"AnswerID\": 2802097,\n \"Translation\": \"Paisley\",\n \"AnswerInternalName\": \"Paisley\"\n },\n {\n \"AnswerID\": 2802098,\n \"Translation\": \"Peeblesshire\",\n \"AnswerInternalName\": \"Peeblesshire\"\n },\n {\n \"AnswerID\": 2802099,\n \"Translation\": \"Perthshire\",\n \"AnswerInternalName\": \"Perthshire\"\n },\n {\n \"AnswerID\": 2802100,\n \"Translation\": \"Powys\",\n \"AnswerInternalName\": \"Powys\"\n },\n {\n \"AnswerID\": 2802101,\n \"Translation\": \"Renfrewshire\",\n \"AnswerInternalName\": \"Renfrewshire\"\n },\n {\n \"AnswerID\": 2802102,\n \"Translation\": \"Ross\",\n \"AnswerInternalName\": \"Ross\"\n },\n {\n \"AnswerID\": 2802103,\n \"Translation\": \"Roxburghshire\",\n \"AnswerInternalName\": \"Roxburghshire\"\n },\n {\n \"AnswerID\": 2802104,\n \"Translation\": \"Scottish Islands\",\n \"AnswerInternalName\": \"Scottish Islands\"\n },\n {\n \"AnswerID\": 2802105,\n \"Translation\": \"Selkirkshire\",\n \"AnswerInternalName\": \"Selkirkshire\"\n },\n {\n \"AnswerID\": 2802106,\n \"Translation\": \"Shropshire\",\n \"AnswerInternalName\": \"Shropshire\"\n },\n {\n \"AnswerID\": 2802107,\n \"Translation\": \"Somerset\",\n \"AnswerInternalName\": \"Somerset\"\n },\n {\n \"AnswerID\": 2802108,\n \"Translation\": \"Staffordshire\",\n \"AnswerInternalName\": \"Staffordshire\"\n },\n {\n \"AnswerID\": 2802109,\n \"Translation\": \"Stirlingshire\",\n \"AnswerInternalName\": \"Stirlingshire\"\n },\n {\n \"AnswerID\": 2802110,\n \"Translation\": \"Suffolk\",\n \"AnswerInternalName\": \"Suffolk\"\n },\n {\n \"AnswerID\": 2802111,\n \"Translation\": \"Surrey\",\n \"AnswerInternalName\": \"Surrey\"\n },\n {\n \"AnswerID\": 2802112,\n \"Translation\": \"Sussex\",\n \"AnswerInternalName\": \"Sussex\"\n },\n {\n \"AnswerID\": 2802113,\n \"Translation\": \"Sutherland\",\n \"AnswerInternalName\": \"Sutherland\"\n },\n {\n \"AnswerID\": 2802114,\n \"Translation\": \"Tyne & Wear\",\n \"AnswerInternalName\": \"Tyne & Wear\"\n },\n {\n \"AnswerID\": 2802115,\n \"Translation\": \"Warwickshire\",\n \"AnswerInternalName\": \"Warwickshire\"\n },\n {\n \"AnswerID\": 2802116,\n \"Translation\": \"West Lothian\",\n \"AnswerInternalName\": \"West Lothian\"\n },\n {\n \"AnswerID\": 2802117,\n \"Translation\": \"West Midlands\",\n \"AnswerInternalName\": \"West Midlands\"\n },\n {\n \"AnswerID\": 2802118,\n \"Translation\": \"Wigtownshire\",\n \"AnswerInternalName\": \"Wigtownshire\"\n },\n {\n \"AnswerID\": 2802119,\n \"Translation\": \"Wiltshire\",\n \"AnswerInternalName\": \"Wiltshire\"\n },\n {\n \"AnswerID\": 2802120,\n \"Translation\": \"Worcestershire\",\n \"AnswerInternalName\": \"Worcestershire\"\n },\n {\n \"AnswerID\": 2802121,\n \"Translation\": \"Yorkshire\",\n \"AnswerInternalName\": \"Yorkshire\"\n },\n {\n \"AnswerID\": 2802122,\n \"Translation\": \"Yorkshire, East (North Humberside)\",\n \"AnswerInternalName\": \"Yorkshire, East (North Humberside)\"\n },\n {\n \"AnswerID\": 2802123,\n \"Translation\": \"Yorkshire, North\",\n \"AnswerInternalName\": \"Yorkshire, North\"\n },\n {\n \"AnswerID\": 2802124,\n \"Translation\": \"Yorkshire, South\",\n \"AnswerInternalName\": \"Yorkshire, South\"\n },\n {\n \"AnswerID\": 2802125,\n \"Translation\": \"Yorkshire, West\",\n \"AnswerInternalName\": \"Yorkshire, West\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n },\n {\n \"IsRoutable\": false,\n \"InternalName\": \"Region Two\",\n \"TranslatedQuestion\": {\n \"QuestionID\": 1005017,\n \"CultureID\": 5,\n \"DisplayNameTranslation\": \"Region Two\",\n \"HelpTextTranslation\": null,\n \"SamplingSequenceNumber\": null\n },\n \"ChildQuestions\": null,\n \"TranslatedAnswers\": [\n {\n \"AnswerID\": 2796582,\n \"Translation\": \"Yorkshire\",\n \"AnswerInternalName\": \"Yorkshire\"\n },\n {\n \"AnswerID\": 2796583,\n \"Translation\": \"Anglia\",\n \"AnswerInternalName\": \"Anglia\"\n },\n {\n \"AnswerID\": 2796584,\n \"Translation\": \"Border\",\n \"AnswerInternalName\": \"Border\"\n },\n {\n \"AnswerID\": 2796585,\n \"Translation\": \"Central\",\n \"AnswerInternalName\": \"Central\"\n },\n {\n \"AnswerID\": 2796586,\n \"Translation\": \"Channel\",\n \"AnswerInternalName\": \"Channel\"\n },\n {\n \"AnswerID\": 2796587,\n \"Translation\": \"Grampian\",\n \"AnswerInternalName\": \"Grampian\"\n },\n {\n \"AnswerID\": 2796588,\n \"Translation\": \"Granada\",\n \"AnswerInternalName\": \"Granada\"\n },\n {\n \"AnswerID\": 2796589,\n \"Translation\": \"London\",\n \"AnswerInternalName\": \"London\"\n },\n {\n \"AnswerID\": 2796590,\n \"Translation\": \"Wales\",\n \"AnswerInternalName\": \"Wales\"\n },\n {\n \"AnswerID\": 2796591,\n \"Translation\": \"Meridian\",\n \"AnswerInternalName\": \"Meridian\"\n },\n {\n \"AnswerID\": 2796592,\n \"Translation\": \"Scottish\",\n \"AnswerInternalName\": \"Scottish\"\n },\n {\n \"AnswerID\": 2796593,\n \"Translation\": \"Tyne-Tees\",\n \"AnswerInternalName\": \"Tyne-Tees\"\n },\n {\n \"AnswerID\": 2796594,\n \"Translation\": \"Ulster\",\n \"AnswerInternalName\": \"Ulster\"\n },\n {\n \"AnswerID\": 2796608,\n \"Translation\": \"West\",\n \"AnswerInternalName\": \"West\"\n },\n {\n \"AnswerID\": 2796609,\n \"Translation\": \"West Country\",\n \"AnswerInternalName\": \"West Country\"\n }\n ],\n \"AnswerType\": \"ComputedType\",\n \"AnswerValidationRegularExpression\": null\n }\n]" } ] }, { "name": "Question Data", "request": { "method": "GET", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/QuestionAndAnswersData/1012395/5", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "QuestionAndAnswersData", "1012395", "5" ] }, "description": "Returns detailed information on a specified question in a specified culture." }, "response": [] }, { "name": "Cultures", "request": { "method": "GET", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/Cultures", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "Cultures " ] }, "description": "Returns a list of all cultures and their details." }, "response": [] }, { "name": "Currencies", "request": { "method": "GET", "header": [], "url": { "raw": "" }, "description": "Returns a list of all currency types." }, "response": [] }, { "name": "Study Types", "request": { "method": "GET", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/StudyTypes", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "StudyTypes " ] }, "description": "Returns a list of all study types and their details." }, "response": [] }, { "name": "Device Types", "request": { "method": "GET", "header": [ { "key": "PARTNER_AUTH_KEY", "type": "text", "value": "{{PARTNER_AUTH_KEY}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" } ], "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/DeviceTypes", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "DeviceTypes " ] }, "description": "Returns a list of all device types and their details." }, "response": [] }, { "name": "Question Categories", "request": { "method": "GET", "header": [ { "key": "PARTNER_AUTH_KEY", "value": "{{PARTNER_AUTH_KEY}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "url": { "raw": "{{IP_REF_DATA_URL}}/IPUtilityService/ReferenceData/QuestionCategories", "host": [ "{{IP_REF_DATA_URL}}" ], "path": [ "IPUtilityService", "ReferenceData", "QuestionCategories " ] }, "description": "Returns a list of all question category names and IDs." }, "response": [] } ], "protocolProfileBehavior": {} }