diff --git a/ALCHEMER_Survey_Results_V8a_w_Pete_Lite.json b/ALCHEMER_Survey_Results_V8a_w_Pete_Lite.json new file mode 100644 index 0000000..232be95 --- /dev/null +++ b/ALCHEMER_Survey_Results_V8a_w_Pete_Lite.json @@ -0,0 +1,388 @@ +{ + "name": "ALCHEMER_Survey_Results_V8a_w_Pete_Lite", + "nodes": [ + { + "parameters": {}, + "id": "d997c765-b998-43f4-9e21-d90d83161c8c", + "name": "Start", + "type": "n8n-nodes-base.start", + "typeVersion": 1, + "position": [ + -1160, + 720 + ] + }, + { + "parameters": { + "functionCode": "let results = []\n\n// Loop through all input items (which have array values in the id field)\nfor (item of items) {\n // Loop through the number of items in the reference array for the current item\n /* for (arr of item.json) { */\n arr = item.json \n for (surveyResult of arr.surveyresults) {\n var nbAsset = 0 //Nombre de propriétés qui contiennent le mot Asset de surveyResult\n var nbRequired = 0 //Nombre de propriétés qui contiennent le mot result de surveyResult \n var listeIdQuestionTitre = {}//On créer une liste de deux valeur (Id et sa traduction venant d'un autre pipeline)\n \n //On passe au travers de chaque property de surveyResult\n for (const property in surveyResult) {\n //On vérifie si le contenu de la propriété contient le mot \"Asset\"\n //exemple: console.log(`${property}: ${surveyResult[property]}`);\n if (surveyResult[property] == \"Asset\")\n {\n nbAsset++ \n }\n\n //On vérifie si le contenu de la propriété contient le mot \"Required\"\n if (surveyResult[property] == \"Required\")\n {\n nbRequired++\n }\n\n //On vérifie si on a le mot question\n if (property.search(\"question\") > -1)\n {\n //Exemple contenu: property = \"[question(3), option(10003)]\"\n var questionReponse = property \n\n //On enleve le crochet du début et de la fin = \"question(3), option(10003)\"\n questionReponse = questionReponse.slice(1, -1)\n\n //On split dans un array la question et l'option lArrayQuestionReponse[0] = question(3) \n var lArrayQuestionReponse = questionReponse.split(\", \")\n var laQuestion = lArrayQuestionReponse[0]\n \n //On enleve le texte pour garder que le id\n var idQuestion = laQuestion.replace('question(','').replace(')','')\n \n ///ATTENTION C'EST ICI QUE L'ON CONNECTE L'AUTRE PIPELINE\n //On va chercher le texte pour le id de question \n var texteQuestion = \"Titre temporaire de la question \" + idQuestion \n\n //On va chercher la sous-valeur Subtype de la question dans le node \"Build Survey Questions Array\"\n var subtypeQuestion = $node[\"Build Survey Questions Array\"].json[\"SubType\"]\n\n //On place dans le json le idQuestion listeIdQuestionTitre[1] = \"one\"; \n listeIdQuestionTitre[idQuestion] = texteQuestion\n\n subtypeQuestion[idQuestion] = subtypeQuestion\n \n }\n } \n\n // On pousse les informations dans nos résultats \n //Données globables\n jsonDeSortie = {\n json: {\n Id: surveyResult.id,\n ResponseId: surveyResult.responseID,\n ContactId: surveyResult.contact_id,\n Datesubmitted: surveyResult.datesubmitted,\n Datestarted: surveyResult.datestarted,\n Status: surveyResult.status, \n NbAsset: nbAsset,\n NbRequired: nbRequired \n } \n }\n\n //Ids question et Titres Questions\n //Liste Questions avec titre: On ajoute les valeurs de chaque questions au json de sortie\n for(var idQuestion in listeIdQuestionTitre) {\n var titre = listeIdQuestionTitre[idQuestion]\n\n //On ajoute la question et le titre au json de sortie\n jsonDeSortie.json[\"Question\"+ idQuestion] = titre\n\n //On ajoute le Sub Type de la question du node \"Build Survey Questions Array\"\n jsonDeSortie.json[\"SubType\"+ idQuestion] = subtypeQuestion \n }\n\n //On pousse le json au résultats finaux\n results.push(jsonDeSortie)\n }\n /* } */\n}\nreturn results;" + }, + "name": "Transform JSON2 - For Community Fix - V2", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + -160, + 700 + ], + "id": "2c422ab0-c663-48c0-a010-25d57894d5ac" + }, + { + "parameters": { + "functionCode": "return [\n {\n\n\"result_ok\": true,\n\n\"total_count\": 12,\n\n\"page\": 1,\n\n\"total_pages\": 1,\n\n\"results_per_page\": 12,\n\n\"data\": [\n\n\t{\n\n\t\t\"id\": 2,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"checkbox\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Which of the following areas do you have experience in?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"element_style\": \"OS\",\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"checkbox\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10001,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Resolving customer complaints\\\\/escalations\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10002,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Verifying and checking information for accuracy\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10003,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Troubleshooting and diagnosing problems with customer issues\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10004,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Typing and keyboarding\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10005,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Consistently meeting sales\\\\/customer service quotas\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10006,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Handling high call volumes\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10007,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Handling high order volumes\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10008,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Communications products and services\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10009,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"NONE of the above\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 3,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"checkbox\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Which of the following areas do you have working knowledge of?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"element_style\": \"OS\",\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"checkbox\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10010,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"CUSTOMER SERVICE — Previous experience dealing with customers face-to-face or over the phone. Ability to apply knowledge to solve customer problems in a professional, friendly and efficient manner.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10011,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"CONTACT CENTRE — Previous experience working in an automated call distribution environment providing customer service over the phone. Ability to apply knowledge in a timely manner to meet customer needs.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10012,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"None of the above\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 4,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"radio\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Do you have at least basic knowledge of Microsoft Excel (Able to create basic formulas and use pre-programmed functions)?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"radio\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10013,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10014,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"No\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 5,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"radio\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"What is your knowledge of Microsoft Excel?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"radio\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10015,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"INTERMEDIATE — Able to create complex formulas\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10016,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"ADVANCED — Able to create and run macros and complex formulas\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10017,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"None of the above\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 6,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"checkbox\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Which of the following systems do you have at least one years experience?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"element_style\": \"OS\",\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"checkbox\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10018,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Broadband\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10019,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"CRIS\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10020,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Customer Center\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10021,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"ECCOS\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10022,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"FMS\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10023,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Gateway\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10024,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"KANA\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10025,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"OCA\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10026,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Pils\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10027,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Porter\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10028,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Tops\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Asset\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10029,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"None of the above\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 7,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"radio\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Are you fluent in speaking and writing in English?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"radio\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10030,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10031,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"No\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 8,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"checkbox\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"From the list below, indicate the work-related conditions you are willing to accept as part of the job.\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"element_style\": \"OS\",\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"checkbox\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10032,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working with minimal supervision\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10033,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working in a team-based environment\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10034,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working under time constraints\\\\/pressure\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10035,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working in a measured and monitored environment\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10036,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working in an automated call distribution environment\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10037,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working in a 24x7 environment\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10038,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Working a variety of shifts including evenings, weekends and statutory holidays\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10039,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"None of the above\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 9,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"radio\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Have you met the required time in your current position, as outlined in the collective agreement?\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"radio\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10040,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I am a temporary team member.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10041,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I am a regular full time\\\\/part time team member in my first job with the Company.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10042,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I am a regular full time\\\\/part time team member who posted into my current position and have been in it for at least 2 years.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10043,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I am a regular full time\\\\/part time team member who posted into my current position, accepted relocation assistance and have been in it for more than 4 years.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10044,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I am a regular full time\\\\/part time team member who posted into my current position, accepted relocation assistance and have been in it for less than 4 years.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10045,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"Yes, I received transfer assistance to relocate to my current position, which was not through a regular job posting and have been in it for at least 2 years.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10046,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"No, I have not met required time in my current position but I have received management approval.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"Required\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10047,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"No, I have not met the required time in my current position.\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 10,\n\n\t\t\"\\_type\": \"SurveyQuestion\",\n\n\t\t\"\\_subtype\": \"radio\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"I have read and understand the above questions. I have\\\\/will take action to clarify any areas I don't understand with the hiring manager.  I understand my answers to the above questions could result in disqualification from being considered on this posting. If I have any special concerns, I will take action by contacting the hiring manager. Conditions of the job may be subject to change within the guidelines of the collective agreement (eg: shiftwork).\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"required\": true,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"orientation\": \"VERT\",\n\n\t\t\t\"labels_right\": true,\n\n\t\t\t\"map_key\": \"radio\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description\": {\n\n\t\t\t\t\"English\": \"\"\n\n\t\t\t},\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10048,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"I agree with the above statement\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t},\n\n\t\t\t{\n\n\t\t\t\t\"id\": 10049,\n\n\t\t\t\t\"\\_type\": \"SurveyOption\",\n\n\t\t\t\t\"title\": {\n\n\t\t\t\t\t\"English\": \"I disagree with the above statement\"\n\n\t\t\t\t},\n\n\t\t\t\t\"value\": \"-\",\n\n\t\t\t\t\"properties\": {\n\n\t\t\t\t\t\"disabled\": false\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 1,\n\n\t\t\"\\_type\": \"SurveyDecorative\",\n\n\t\t\"\\_subtype\": \"instructions\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"Thank you for taking our survey. Your response is very important to us.\"\n\n\t\t},\n\n\t\t\"shortname\": null,\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": null,\n\n\t\t\"comment\": null,\n\n\t\t\"properties\": {\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"map_key\": \"instructions\"\n\n\t\t},\n\n\t\t\"options\": [],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 11,\n\n\t\t\"\\_type\": \"SurveyAction\",\n\n\t\t\"\\_subtype\": \"quizscore\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"New Quiz Score\"\n\n\t\t},\n\n\t\t\"shortname\": \"\",\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": null,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"required\": false,\n\n\t\t\t\"hidden\": false,\n\n\t\t\t\"map_key\": \"quizscore\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": [],\n\n\t\t\t\t\"payment-description\": [],\n\n\t\t\t\t\"payment_button_text\": [],\n\n\t\t\t\t\"payment-summary\": [],\n\n\t\t\t\t\"configurator_button_text\": [],\n\n\t\t\t\t\"configurator_complete\": [],\n\n\t\t\t\t\"configurator_error\": []\n\n\t\t\t},\n\n\t\t\t\"labels_right\": false,\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"custom_css\": \"\"\n\n\t\t},\n\n\t\t\"options\": [],\n\n\t\t\"sub_question_skus\": null\n\n\t},\n\n\t{\n\n\t\t\"id\": 12,\n\n\t\t\"\\_type\": \"SurveyDecorative\",\n\n\t\t\"\\_subtype\": \"instructions\",\n\n\t\t\"title\": {\n\n\t\t\t\"English\": \"OS20\"\n\n\t\t},\n\n\t\t\"shortname\": null,\n\n\t\t\"varname\": [],\n\n\t\t\"description\": [],\n\n\t\t\"has_showhide_deps\": false,\n\n\t\t\"comment\": false,\n\n\t\t\"properties\": {\n\n\t\t\t\"hidden\": true,\n\n\t\t\t\"map_key\": \"instructions\",\n\n\t\t\t\"show_title\": false,\n\n\t\t\t\"question_description_above\": false,\n\n\t\t\t\"soft-required\": false,\n\n\t\t\t\"required\": false,\n\n\t\t\t\"disabled\": false,\n\n\t\t\t\"messages\": {\n\n\t\t\t\t\"inputmask\": [],\n\n\t\t\t\t\"r_extreme_label\": [],\n\n\t\t\t\t\"l_extreme_label\": [],\n\n\t\t\t\t\"center_label\": [],\n\n\t\t\t\t\"right_label\": [],\n\n\t\t\t\t\"left_label\": [],\n\n\t\t\t\t\"na_text\": [],\n\n\t\t\t\t\"th_content\": [],\n\n\t\t\t\t\"conjoint_best_label\": [],\n\n\t\t\t\t\"conjoint_worst_label\": [],\n\n\t\t\t\t\"conjoint_none_label\": [],\n\n\t\t\t\t\"conjoint_card_label\": [],\n\n\t\t\t\t\"conjoint_error_label\": [],\n\n\t\t\t\t\"maxdiff_best_label\": [],\n\n\t\t\t\t\"maxdiff_worst_label\": [],\n\n\t\t\t\t\"maxdiff_attribute_label\": [],\n\n\t\t\t\t\"maxdiff_of\": [],\n\n\t\t\t\t\"maxdiff_sets_message\": []\n\n\t\t\t},\n\n\t\t\t\"labels_right\": false,\n\n\t\t\t\"option_sort\": false,\n\n\t\t\t\"hide_after_response\": false,\n\n\t\t\t\"exclude_number\": \"YES\",\n\n\t\t\t\"custom_css\": \"\",\n\n\t\t\t\"break_after\": false,\n\n\t\t\t\"url\": \"http:\\\\/\\\\/\"\n\n\t\t},\n\n\t\t\"options\": [],\n\n\t\t\"sub_question_skus\": null\n\n\t}\n\n]\n\n\n}\n]" + }, + "name": "Survey/surveyquestions Payload Generator1", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + -700, + 420 + ], + "id": "ccf177c8-fc07-4f95-a680-e76aa0e43c81" + }, + { + "parameters": { + "functionCode": "return [\n {\n \"result_ok\": true,\n \"total_count\": 6,\n \"page\": 1,\n \"total_pages\": 1,\n \"results_per_page\": 50,\n \"data\": [\n {\n \"id\": \"1\",\n \"contact_id\": \"100098626\",\n \"status\": \"Complete\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-12 19:59:40\",\n \"SessionID\": \"ad959bdc5a9670ad870fbf39cac42e7b\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-12 19:56:14\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"1\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"\",\n \"[question(3), option(10004)]\": \"Asset\",\n \"[question(3), option(10005)]\": \"\",\n \"[question(4), option(10003)]\": \"\",\n \"[question(4), option(10004)]\": \"Asset\",\n \"[question(4), option(10005)]\": \"Asset\",\n \"[question(4), option(10006)]\": \"Asset\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"Asset\",\n \"[question(5), option(10006)]\": \"Asset\",\n \"[question(5), option(10007)]\": \"\",\n \"[question(5), option(10008)]\": \"Asset\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"Asset\",\n \"[question(6), option(10005)]\": \"Asset\",\n \"[question(7), option(10003)]\": \"\",\n \"[question(7), option(10004)]\": \"\",\n \"[question(7), option(10005)]\": \"NONE of the above\",\n \"[question(8)]\": \"Required\",\n \"[question(9)]\": \"\",\n \"[question(10)]\": \"\",\n \"[question(11), option(10003)]\": \"\",\n \"[question(11), option(10004)]\": \"\",\n \"[question(11), option(10005)]\": \"\",\n \"[question(11), option(10006)]\": \"\",\n \"[question(11), option(10007)]\": \"\",\n \"[question(11), option(10008)]\": \"\",\n \"[question(11), option(10009)]\": \"\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"95\",\n \"[url(\\\"sguid\\\")]\": \"yzr3LmFBg1b5T03xgM\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"206\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=yzr3LmFBg1b5T03xgM\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"ad959bdc5a9670ad870fbf39cac42e7b\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-12 19:56:14\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-12 19:59:40\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"2\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"3,7\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"2.585\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"1\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"10003\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n },\n {\n \"id\": \"2\",\n \"contact_id\": \"100098628\",\n \"status\": \"Complete\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-12 20:15:06\",\n \"SessionID\": \"8575bd1dfbfbfd1168862c51826f5978\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-12 20:14:19\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"2\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"\",\n \"[question(3), option(10004)]\": \"Asset\",\n \"[question(3), option(10005)]\": \"Asset\",\n \"[question(4), option(10003)]\": \"Asset\",\n \"[question(4), option(10004)]\": \"Asset\",\n \"[question(4), option(10005)]\": \"Asset\",\n \"[question(4), option(10006)]\": \"Asset\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"Asset\",\n \"[question(5), option(10006)]\": \"Asset\",\n \"[question(5), option(10007)]\": \"Asset\",\n \"[question(5), option(10008)]\": \"Asset\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"Asset\",\n \"[question(6), option(10005)]\": \"Asset\",\n \"[question(7), option(10003)]\": \"Asset\",\n \"[question(7), option(10004)]\": \"Asset\",\n \"[question(7), option(10005)]\": \"\",\n \"[question(8)]\": \"Required\",\n \"[question(9)]\": \"Required\",\n \"[question(10)]\": \"Required\",\n \"[question(11), option(10003)]\": \"Required\",\n \"[question(11), option(10004)]\": \"Required\",\n \"[question(11), option(10005)]\": \"Required\",\n \"[question(11), option(10006)]\": \"Required\",\n \"[question(11), option(10007)]\": \"Required\",\n \"[question(11), option(10008)]\": \"Required\",\n \"[question(11), option(10009)]\": \"Required\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"100\",\n \"[url(\\\"sguid\\\")]\": \"EzKmOOH3aEmLfO5NaG\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"47\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=EzKmOOH3aEmLfO5NaG\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"8575bd1dfbfbfd1168862c51826f5978\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-12 20:14:19\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-12 20:15:06\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"2.961\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"1\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"10003\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"10005\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"10003\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n },\n {\n \"id\": \"3\",\n \"contact_id\": \"100098629\",\n \"status\": \"Partial\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-12 21:45:09\",\n \"SessionID\": \"7879cfa3e0530ce26a5db8fd0bd77cc4\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-12 21:44:24\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"3\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"\",\n \"[question(3), option(10004)]\": \"Asset\",\n \"[question(3), option(10005)]\": \"\",\n \"[question(4), option(10003)]\": \"\",\n \"[question(4), option(10004)]\": \"Asset\",\n \"[question(4), option(10005)]\": \"Asset\",\n \"[question(4), option(10006)]\": \"Asset\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"Asset\",\n \"[question(5), option(10006)]\": \"Asset\",\n \"[question(5), option(10007)]\": \"\",\n \"[question(5), option(10008)]\": \"Asset\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"Asset\",\n \"[question(6), option(10005)]\": \"Asset\",\n \"[question(7), option(10003)]\": \"\",\n \"[question(7), option(10004)]\": \"\",\n \"[question(7), option(10005)]\": \"\",\n \"[question(8)]\": \"\",\n \"[question(9)]\": \"\",\n \"[question(10)]\": \"\",\n \"[question(11), option(10003)]\": \"\",\n \"[question(11), option(10004)]\": \"\",\n \"[question(11), option(10005)]\": \"\",\n \"[question(11), option(10006)]\": \"\",\n \"[question(11), option(10007)]\": \"\",\n \"[question(11), option(10008)]\": \"\",\n \"[question(11), option(10009)]\": \"\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"95\",\n \"[url(\\\"sguid\\\")]\": \"oNz0owTxe1PQtNL6KY\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"45\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=oNz0owTxe1PQtNL6KY\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"7879cfa3e0530ce26a5db8fd0bd77cc4\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-12 21:44:24\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-12 21:45:09\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"1\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"3\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"0.75\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n },\n {\n \"id\": \"4\",\n \"contact_id\": \"100098630\",\n \"status\": \"Complete\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-12 21:55:49\",\n \"SessionID\": \"80a974744b130fe86fd5250e038a4c7a\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-12 21:54:48\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"4\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"Asset\",\n \"[question(3), option(10004)]\": \"Asset\",\n \"[question(3), option(10005)]\": \"Asset\",\n \"[question(4), option(10003)]\": \"\",\n \"[question(4), option(10004)]\": \"Asset\",\n \"[question(4), option(10005)]\": \"Asset\",\n \"[question(4), option(10006)]\": \"Asset\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"Asset\",\n \"[question(5), option(10006)]\": \"\",\n \"[question(5), option(10007)]\": \"\",\n \"[question(5), option(10008)]\": \"Asset\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"Asset\",\n \"[question(6), option(10005)]\": \"Asset\",\n \"[question(7), option(10003)]\": \"Asset\",\n \"[question(7), option(10004)]\": \"Asset\",\n \"[question(7), option(10005)]\": \"\",\n \"[question(8)]\": \"Required\",\n \"[question(9)]\": \"Required\",\n \"[question(10)]\": \"Required\",\n \"[question(11), option(10003)]\": \"Required\",\n \"[question(11), option(10004)]\": \"Required\",\n \"[question(11), option(10005)]\": \"Required\",\n \"[question(11), option(10006)]\": \"Required\",\n \"[question(11), option(10007)]\": \"Required\",\n \"[question(11), option(10008)]\": \"Required\",\n \"[question(11), option(10009)]\": \"Required\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"100\",\n \"[url(\\\"sguid\\\")]\": \"MXj1ZBFgXD0bcbn2LJ\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"61\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=MXj1ZBFgXD0bcbn2LJ\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"80a974744b130fe86fd5250e038a4c7a\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-12 21:54:48\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-12 21:55:49\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"4.096\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"1\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"10003\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"10006\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"10003\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n },\n {\n \"id\": \"5\",\n \"contact_id\": \"100098631\",\n \"status\": \"Complete\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-12 22:04:55\",\n \"SessionID\": \"c7f4fa6ec53881e5ab01d9a94e6b1d7f\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-12 22:04:27\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"5\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"Asset\",\n \"[question(3), option(10004)]\": \"\",\n \"[question(3), option(10005)]\": \"\",\n \"[question(4), option(10003)]\": \"Asset\",\n \"[question(4), option(10004)]\": \"\",\n \"[question(4), option(10005)]\": \"\",\n \"[question(4), option(10006)]\": \"\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"\",\n \"[question(5), option(10006)]\": \"\",\n \"[question(5), option(10007)]\": \"\",\n \"[question(5), option(10008)]\": \"\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"\",\n \"[question(6), option(10005)]\": \"\",\n \"[question(7), option(10003)]\": \"\",\n \"[question(7), option(10004)]\": \"Asset\",\n \"[question(7), option(10005)]\": \"\",\n \"[question(8)]\": \"Required\",\n \"[question(9)]\": \"Required\",\n \"[question(10)]\": \"Required\",\n \"[question(11), option(10003)]\": \"Required\",\n \"[question(11), option(10004)]\": \"Required\",\n \"[question(11), option(10005)]\": \"Required\",\n \"[question(11), option(10006)]\": \"Required\",\n \"[question(11), option(10007)]\": \"Required\",\n \"[question(11), option(10008)]\": \"Required\",\n \"[question(11), option(10009)]\": \"Required\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"30\",\n \"[url(\\\"sguid\\\")]\": \"ZWrNzYikmy2GC2jl1A\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"28\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=ZWrNzYikmy2GC2jl1A\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"c7f4fa6ec53881e5ab01d9a94e6b1d7f\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-12 22:04:27\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-12 22:04:55\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"5\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"3,5,4,6,7\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"1.603\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"1\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"10003\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"10006\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"10003\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n },\n {\n \"id\": \"6\",\n \"contact_id\": \"100098634\",\n \"status\": \"Complete\",\n \"is_test_data\": \"0\",\n \"datesubmitted\": \"2022-01-13 00:10:09\",\n \"SessionID\": \"0629d8c47ade30d4858b86258ca627e3\",\n \"Language\": \"English\",\n \"datestarted\": \"2022-01-13 00:09:29\",\n \"iLinkID\": \"3962230\",\n \"sResponseComment\": \"\",\n \"responseID\": \"6\",\n \"[question(2)]\": \"Required\",\n \"[question(3), option(10003)]\": \"Asset\",\n \"[question(3), option(10004)]\": \"Asset\",\n \"[question(3), option(10005)]\": \"Asset\",\n \"[question(4), option(10003)]\": \"\",\n \"[question(4), option(10004)]\": \"Asset\",\n \"[question(4), option(10005)]\": \"Asset\",\n \"[question(4), option(10006)]\": \"Asset\",\n \"[question(5), option(10003)]\": \"Asset\",\n \"[question(5), option(10004)]\": \"\",\n \"[question(5), option(10006)]\": \"Asset\",\n \"[question(5), option(10007)]\": \"\",\n \"[question(5), option(10008)]\": \"Asset\",\n \"[question(6), option(10003)]\": \"Asset\",\n \"[question(6), option(10004)]\": \"Asset\",\n \"[question(6), option(10005)]\": \"Asset\",\n \"[question(7), option(10003)]\": \"\",\n \"[question(7), option(10004)]\": \"Asset\",\n \"[question(7), option(10005)]\": \"\",\n \"[question(8)]\": \"Required\",\n \"[question(9)]\": \"Required\",\n \"[question(10)]\": \"Required\",\n \"[question(11), option(10003)]\": \"Required\",\n \"[question(11), option(10004)]\": \"Required\",\n \"[question(11), option(10005)]\": \"Required\",\n \"[question(11), option(10006)]\": \"Required\",\n \"[question(11), option(10007)]\": \"Required\",\n \"[question(11), option(10008)]\": \"Required\",\n \"[question(11), option(10009)]\": \"Required\",\n \"[question(12)]\": \"I agree with the above statement\",\n \"[question(13), option(0)]\": \"80\",\n \"[url(\\\"sguid\\\")]\": \"N693nJCx8ZjktNgQZv\",\n \"[variable(\\\"STANDARD_IP\\\")]\": \"208.38.59.162\",\n \"[variable(\\\"STANDARD_LONG\\\")]\": \"-113.89199829102\",\n \"[variable(\\\"STANDARD_LAT\\\")]\": \"50.915699005127\",\n \"[variable(\\\"STANDARD_GEOCOUNTRY\\\")]\": \"Canada\",\n \"[variable(\\\"STANDARD_GEOCITY\\\")]\": \"Calgary\",\n \"[variable(\\\"STANDARD_GEOREGION\\\")]\": \"AB\",\n \"[variable(\\\"STANDARD_GEOPOSTAL\\\")]\": \"T3S\",\n \"[variable(\\\"STANDARD_RESPONSETIME\\\")]\": \"40\",\n \"[variable(\\\"STANDARD_COMMENTS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_DEVICE\\\")]\": \"Desktop\",\n \"[variable(\\\"STANDARD_QUERYSTRING\\\")]\": \"sguid=N693nJCx8ZjktNgQZv\",\n \"[variable(\\\"STANDARD_LANGUAGE\\\")]\": \"English\",\n \"[variable(\\\"STANDARD_LINK_ID\\\")]\": \"3962230\",\n \"[variable(\\\"STANDARD_REFERER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_GUID\\\")]\": \"0629d8c47ade30d4858b86258ca627e3\",\n \"[variable(\\\"STANDARD_START_TIME\\\")]\": \"2022-01-13 00:09:29\",\n \"[variable(\\\"STANDARD_END_TIME\\\")]\": \"2022-01-13 00:10:09\",\n \"[variable(\\\"STANDARD_DATAQUALITYCOUNTER\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXONE_COUNT\\\")]\": \"1\",\n \"[variable(\\\"STANDARD_CHECKBOXONE\\\")]\": \"7\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_STRAIGHTLINING\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTGIBBERISH\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTBADWORDS\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_OPENTEXTONEWORDREQUIREDESSAY\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL_COUNT\\\")]\": \"\",\n \"[variable(\\\"STANDARD_CHECKBOXALL\\\")]\": \"\",\n \"[variable(\\\"STANDARD_AVGQUESTSECONDS\\\")]\": \"2.605\",\n \"[variable(\\\"STANDARD_FINGERPRINT\\\")]\": \"1121808106\",\n \"[variable(\\\"STANDARD_GEODMA\\\")]\": \"0\",\n \"[variable(\\\"STANDARD_USERAGENT\\\")]\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\",\n \"[variable(\\\"PORTAL_RELATIONSHIP\\\")]\": \"\",\n \"[variable(\\\"1-shown\\\")]\": \"1\",\n \"[variable(\\\"2-shown\\\")]\": \"1\",\n \"[variable(2)]\": \"10001\",\n \"[variable(\\\"3-shown\\\")]\": \"1\",\n \"[variable(\\\"4-shown\\\")]\": \"1\",\n \"[variable(\\\"5-shown\\\")]\": \"1\",\n \"[variable(\\\"6-shown\\\")]\": \"1\",\n \"[variable(\\\"7-shown\\\")]\": \"1\",\n \"[variable(\\\"8-shown\\\")]\": \"1\",\n \"[variable(8)]\": \"10003\",\n \"[variable(\\\"9-shown\\\")]\": \"1\",\n \"[variable(9)]\": \"10003\",\n \"[variable(\\\"10-shown\\\")]\": \"1\",\n \"[variable(10)]\": \"10003\",\n \"[variable(\\\"11-shown\\\")]\": \"1\",\n \"[variable(\\\"12-shown\\\")]\": \"1\",\n \"[variable(12)]\": \"10003\",\n \"[variable(\\\"13-shown\\\")]\": \"1\"\n }\n ]\n }\n]" + }, + "name": "Survey/surveyresponse Payload Generator", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + -700, + 1000 + ], + "id": "2b360773-8723-44cc-a90b-cbd7d33e8a27" + }, + { + "parameters": { + "functionCode": "return [\n {\n\t\"result_ok\": true,\n\t\"total_count\": 10,\n\t\"page\": 1,\n\t\"total_pages\": 1,\n\t\"results_per_page\": 50,\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"100124937\",\n\t\t\t\"email_address\": \"JOEY.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Joey\",\n\t\t\t\"last_name\": \"Doe Test\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T123456\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-Wb6wpmFQVrqgfqXydO-69296?sguid=Wb6wpmFQVrqgfqXydO\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Sent\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100125728\",\n\t\t\t\"email_address\": \"CHRIS.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Chris\",\n\t\t\t\"last_name\": \"DOE\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-G8jw3KhyA4dgfE07lp-69296?sguid=G8jw3KhyA4dgfE07lp\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Sent\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100105262\",\n\t\t\t\"email_address\": \"RAJAN.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Rajan\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T234567\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-YQG9OQHa5XMqT1wGaq-69296?sguid=YQG9OQHa5XMqT1wGaq\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100105012\",\n\t\t\t\"email_address\": \"YELANA.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Yelana\",\n\t\t\t\"last_name\": \"DOE\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T345678\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-Z9Q0opSjKbNksbxl3G-69296?sguid=Z9Q0opSjKbNksbxl3G\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100124933\",\n\t\t\t\"email_address\": \"TIM.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Tim\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T456789\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-lqmkdYC1OlKqfO3kVm-69296?sguid=lqmkdYC1OlKqfO3kVm\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100100580\",\n\t\t\t\"email_address\": \"REZA.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Reza\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T567890\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-DzdMJECMO4lLTy6Vdz-69296?sguid=DzdMJECMO4lLTy6Vdz\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100001550\",\n\t\t\t\"email_address\": \"BRAD.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Brad\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T678901\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-xq97W3uw4njNTEgoa7-69296?sguid=xq97W3uw4njNTEgoa7\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100124940\",\n\t\t\t\"email_address\": \"MARK.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Mark\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T789012\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-aqDApji64a5wTMNRLv-69296?sguid=aqDApji64a5wTMNRLv\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100124941\",\n\t\t\t\"email_address\": \"RANJ.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Ranj\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T789012\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-Lm1wNbc8apxqCnloX5-69296?sguid=Lm1wNbc8apxqCnloX5\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"100104280\",\n\t\t\t\"email_address\": \"JERICHO.DOE@anymail.com\",\n\t\t\t\"mobilephone\": \"\",\n\t\t\t\"first_name\": \"Jericho\",\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"mailing_address\": \"\",\n\t\t\t\"mailing_address2\": \"\",\n\t\t\t\"mailing_address_city\": \"\",\n\t\t\t\"mailing_address_state\": \"\",\n\t\t\t\"mailing_address_country\": \"\",\n\t\t\t\"mailing_address_postal\": \"\",\n\t\t\t\"organization\": \"\",\n\t\t\t\"division\": \"\",\n\t\t\t\"department\": \"\",\n\t\t\t\"team\": \"\",\n\t\t\t\"group\": \"\",\n\t\t\t\"role\": \"\",\n\t\t\t\"title\": \"\",\n\t\t\t\"url\": \"\",\n\t\t\t\"home_phone\": \"\",\n\t\t\t\"fax_phone\": \"\",\n\t\t\t\"business_phone\": \"\",\n\t\t\t\"customfield1\": \"T890123\",\n\t\t\t\"customfield2\": \"\",\n\t\t\t\"customfield3\": \"\",\n\t\t\t\"customfield4\": \"\",\n\t\t\t\"customfield5\": \"\",\n\t\t\t\"customfield6\": \"\",\n\t\t\t\"customfield7\": \"\",\n\t\t\t\"customfield8\": \"\",\n\t\t\t\"customfield9\": \"\",\n\t\t\t\"customfield10\": \"\",\n\t\t\t\"invitelink\": \"http:\\/\\/s-f615cc-i.alchemer-ca.com\\/s3\\/i-Dzd69ahMO4lLTy6Vdz-69296?sguid=Dzd69ahMO4lLTy6Vdz\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"subscriber_status\": \"Complete\",\n\t\t\t\"date_last_sent\": \"2022-10-28 13:09:27\"\n\t\t}\n\t]\n}\n]" + }, + "name": "Survey/surveycampaign/surveycontact Payload Generator", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + -700, + 720 + ], + "id": "0fde36d3-9f35-4806-834d-293de00dd2d4" + }, + { + "parameters": { + "functionCode": "let results = []\n\n// Loop through all input items (which have array values in the id field)\nfor (item of items) {\n // Loop through the number of items in the reference array for the current item\n /* for (arr of item.json) { */\n arr = item.json \n for (surveyresult_surveyquestion of arr.surveyresults_surveyquestions) {\n \n // On pousse les informations dans nos résultats\n results.push({\n json:{\n Id: surveyresult_surveyquestion.id,\n SubType: surveyresult_surveyquestion._subtype,\n Title: surveyresult_surveyquestion.title.English,\n OptionId: surveyresult_surveyquestion.options.id,\n Status: surveyresult_surveyquestion.status\n }\n })\n }\n}\nreturn results;" + }, + "name": "Build Survey Questions Array", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + -340, + 420 + ], + "id": "9094e1a6-6359-4d71-8cc4-6ea6c63d34c7" + }, + { + "parameters": { + "functionCode": "let results = []\n\n// Loop through all input items (which have array values in the id field)\nfor (item of items) {\n // Loop through the number of items in the reference array for the current item\n /* for (arr of item.json) { */\n arr = item.json \n for (surveyResult of arr.surveyresults) {\n var nbAsset = 0 //Nombre de propriétés qui contiennent le mot Asset de surveyResult\n var nbRequired = 0 //Nombre de propriétés qui contiennent le mot result de surveyResult \n var listeIdQuestionTitre = {}//On créer une liste de deux valeur (Id et sa traduction venant d'un autre pipeline)\n \n //On passe au travers de chaque property de surveyResult\n for (const property in surveyResult) {\n //On vérifie si le contenu de la propriété contient le mot \"Asset\"\n //exemple: console.log(`${property}: ${surveyResult[property]}`);\n if (surveyResult[property] == \"Asset\")\n {\n nbAsset++ \n }\n\n //On vérifie si le contenu de la propriété contient le mot \"Required\"\n if (surveyResult[property] == \"Required\")\n {\n nbRequired++\n }\n\n //On vérifie si on a le mot question\n if (property.search(\"question\") > -1)\n {\n //Exemple contenu: property = \"[question(3), option(10003)]\"\n var questionReponse = property \n\n //On enleve le crochet du début et de la fin = \"question(3), option(10003)\"\n questionReponse = questionReponse.slice(1, -1)\n\n //On split dans un array la question et l'option lArrayQuestionReponse[0] = question(3) \n var lArrayQuestionReponse = questionReponse.split(\", \")\n var laQuestion = lArrayQuestionReponse[0]\n \n //On enleve le texte pour garder que le id\n var idQuestion = laQuestion.replace('question(','').replace(')','')\n \n ///ATTENTION C'EST ICI QUE L'ON CONNECTE L'AUTRE PIPELINE\n //On va chercher le texte pour le id de question \n var texteQuestion = \"Titre temporaire de la question \" + idQuestion \n var subtypeQuestion = $node[\"Build Survey Questions Array\"].json[\"SubType\"]\n\n //On place dans le json le idQuestion listeIdQuestionTitre[1] = \"one\"; \n listeIdQuestionTitre[idQuestion] = texteQuestion\n subtypeQuestion[idQuestion] = subtypeQuestion\n \n }\n } \n\n // On pousse les informations dans nos résultats \n //Données globables\n jsonDeSortie = {\n json: {\n Id: surveyResult.id,\n ResponseId: surveyResult.responseID,\n ContactId: surveyResult.contact_id,\n Datesubmitted: surveyResult.datesubmitted,\n Datestarted: surveyResult.datestarted,\n Status: surveyResult.status, \n NbAsset: nbAsset,\n NbRequired: nbRequired \n } \n }\n\n //Ids question et Titres Questions\n //Liste Questions avec titre: On ajoute les valeurs de chaque questions au json de sortie\n for(var idQuestion in listeIdQuestionTitre) {\n var titre = listeIdQuestionTitre[idQuestion]\n\n //On ajoute la question et le titre au json de sortie\n jsonDeSortie.json[\"Question\"+ idQuestion] = titre\n\n //On ajoute le Sub Type de la question du node Build Question liste\n jsonDeSortie.json[\"SubType\"+ idQuestion] = subtypeQuestion \n }\n\n //On pousse le json au résultats finaux\n results.push(jsonDeSortie)\n }\n /* } */\n}\nreturn results;" + }, + "name": "Transform JSON2 - For Community Fix - V3 CM", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + 340, + 100 + ], + "id": "0d8aeb72-12aa-43d6-ac51-0987e3e9580d" + }, + { + "parameters": { + "keepOnlySet": true, + "values": { + "string": [ + { + "name": "surveyresults_surveyquestions", + "value": "={{$json[\"data\"]}}" + } + ] + }, + "options": { + "dotNotation": true + } + }, + "name": "surveyquestions_Set _OnlyPullData_Node", + "type": "n8n-nodes-base.set", + "typeVersion": 1, + "position": [ + -520, + 420 + ], + "id": "b4898acc-5924-4444-a686-75f6495908d2" + }, + { + "parameters": { + "keepOnlySet": true, + "values": { + "string": [ + { + "name": "surveyresults", + "value": "={{$json[\"data\"]}}" + } + ] + }, + "options": { + "dotNotation": true + } + }, + "name": "surveycampaign/surveycontact Set _OnlyPullData_Node3", + "type": "n8n-nodes-base.set", + "typeVersion": 1, + "position": [ + -520, + 720 + ], + "id": "aff42831-7e10-46d3-bdfa-bf84f681b0b9" + }, + { + "parameters": { + "keepOnlySet": true, + "values": { + "string": [ + { + "name": "surveyresults", + "value": "={{$json[\"data\"]}}" + } + ] + }, + "options": { + "dotNotation": true + } + }, + "name": "surveyresults_Set _OnlyPullData_Node1", + "type": "n8n-nodes-base.set", + "typeVersion": 1, + "position": [ + -520, + 1000 + ], + "id": "bb55f112-8d66-477e-af2f-1ae04bb89f2e" + }, + { + "parameters": { + "content": "## Survey Results\n", + "height": 80, + "width": 272.29689067201593 + }, + "id": "d6ee28b8-48b2-4242-bd21-0368c4c610bc", + "name": "Note1", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [ + -700, + 920 + ] + }, + { + "parameters": { + "content": "## Survey Questions\n", + "height": 80, + "width": 454.84453360080244 + }, + "id": "3313600e-625d-49d9-928f-76b75e4ca657", + "name": "Note2", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [ + -700, + 340 + ] + }, + { + "parameters": { + "content": "## Working version - Pete V2\n", + "height": 80 + }, + "id": "a34a1bd2-75b8-495f-bba3-d20f35fa7dfc", + "name": "Note", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [ + 80, + 260 + ] + }, + { + "parameters": { + "content": "## Attempt to add values from a surveyquestions query\n", + "height": 83.12938816449348, + "width": 376.1283851554664 + }, + "id": "c10f2a56-281a-47bd-bfac-c4a3cb08dac1", + "name": "Note3", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [ + -60, + 100 + ] + }, + { + "parameters": { + "functionCode": "let results = []\n\n// Loop through all input items (which have array values in the id field)\nfor (item of items) {\n // Loop through the number of items in the reference array for the current item\n /* for (arr of item.json) { */\n arr = item.json \n for (surveyResult of arr.surveyresults) {\n var nbAsset = 0 //Nombre de propriétés qui contiennent le mot Asset de surveyResult\n var nbRequired = 0 //Nombre de propriétés qui contiennent le mot result de surveyResult \n var listeIdQuestionTitre = {}//On créer une liste de deux valeur (Id et sa traduction venant d'un autre pipeline)\n \n //On passe au travers de chaque property de surveyResult\n for (const property in surveyResult) {\n //On vérifie si le contenu de la propriété contient le mot \"Asset\"\n //exemple: console.log(`${property}: ${surveyResult[property]}`);\n if (surveyResult[property] == \"Asset\")\n {\n nbAsset++ \n }\n\n //On vérifie si le contenu de la propriété contient le mot \"Required\"\n if (surveyResult[property] == \"Required\")\n {\n nbRequired++\n }\n\n //On vérifie si on a le mot question\n if (property.search(\"question\") > -1)\n {\n //Exemple contenu: property = \"[question(3), option(10003)]\"\n var questionReponse = property \n\n //On enleve le crochet du début et de la fin = \"question(3), option(10003)\"\n questionReponse = questionReponse.slice(1, -1)\n\n //On split dans un array la question et l'option lArrayQuestionReponse[0] = question(3) \n var lArrayQuestionReponse = questionReponse.split(\", \")\n var laQuestion = lArrayQuestionReponse[0]\n \n //On enleve le texte pour garder que le id\n var idQuestion = laQuestion.replace('question(','').replace(')','')\n \n ///ATTENTION C'EST ICI QUE L'ON CONNECTE L'AUTRE PIPELINE\n //On va chercher le texte pour le id de question \n var texteQuestion = \"Titre temporaire de la question \" + idQuestion \n\n //On place dans le json le idQuestion listeIdQuestionTitre[1] = \"one\"; \n listeIdQuestionTitre[idQuestion] = texteQuestion\n \n }\n } \n\n // On pousse les informations dans nos résultats \n //Données globables\n jsonDeSortie = {\n json: {\n Id: surveyResult.id,\n ResponseId: surveyResult.responseID,\n ContactId: surveyResult.contact_id,\n Datesubmitted: surveyResult.datesubmitted,\n Datestarted: surveyResult.datestarted,\n Status: surveyResult.status, \n NbAsset: nbAsset,\n NbRequired: nbRequired \n } \n }\n\n //Ids question et Titres Questions\n //Liste Questions avec titre: On ajoute les valeurs de chaque questions au json de sortie\n for(var idQuestion in listeIdQuestionTitre) {\n var titre = listeIdQuestionTitre[idQuestion]\n\n //On ajoute la question et le titre au json de sortie\n jsonDeSortie.json[\"Question\"+ idQuestion] = titre \n }\n\n //On pousse le json au résultats finaux\n results.push(jsonDeSortie)\n }\n /* } */\n}\nreturn results;" + }, + "name": "Transform JSON2 - For Community Fix - V", + "type": "n8n-nodes-base.function", + "typeVersion": 1, + "position": [ + 340, + 260 + ], + "id": "df0e286b-cd8a-4651-9722-68506b15e5cb" + }, + { + "parameters": { + "content": "## Survey Contacts\n", + "height": 80, + "width": 275.10531594784334 + }, + "id": "f85e3e64-561e-477d-9b5e-ebc7cc2b0d19", + "name": "Note4", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [ + -700, + 640 + ] + }, + { + "parameters": { + "values": { + "string": [ + { + "value": "=" + } + ] + }, + "options": {} + }, + "id": "3763d56f-4511-496a-b472-c3f467915d7a", + "name": "Set", + "type": "n8n-nodes-base.set", + "typeVersion": 1, + "position": [ + -160, + 420 + ] + } + ], + "pinData": {}, + "connections": { + "Survey/surveyresponse Payload Generator": { + "main": [ + [ + { + "node": "surveyresults_Set _OnlyPullData_Node1", + "type": "main", + "index": 0 + } + ] + ] + }, + "Survey/surveyquestions Payload Generator1": { + "main": [ + [ + { + "node": "surveyquestions_Set _OnlyPullData_Node", + "type": "main", + "index": 0 + } + ] + ] + }, + "Survey/surveycampaign/surveycontact Payload Generator": { + "main": [ + [ + { + "node": "surveycampaign/surveycontact Set _OnlyPullData_Node3", + "type": "main", + "index": 0 + } + ] + ] + }, + "surveyquestions_Set _OnlyPullData_Node": { + "main": [ + [ + { + "node": "Build Survey Questions Array", + "type": "main", + "index": 0 + } + ] + ] + }, + "Build Survey Questions Array": { + "main": [ + [ + { + "node": "Survey/surveycampaign/surveycontact Payload Generator", + "type": "main", + "index": 0 + }, + { + "node": "Set", + "type": "main", + "index": 0 + } + ] + ] + }, + "surveyresults_Set _OnlyPullData_Node1": { + "main": [ + [ + { + "node": "Transform JSON2 - For Community Fix - V2", + "type": "main", + "index": 0 + } + ] + ] + }, + "Start": { + "main": [ + [ + { + "node": "Survey/surveyquestions Payload Generator1", + "type": "main", + "index": 0 + } + ] + ] + }, + "surveycampaign/surveycontact Set _OnlyPullData_Node3": { + "main": [ + [ + { + "node": "Survey/surveyresponse Payload Generator", + "type": "main", + "index": 0 + } + ] + ] + }, + "Transform JSON2 - For Community Fix - V2": { + "main": [ + [] + ] + } + }, + "active": false, + "settings": {}, + "id": 7, + "meta": { + "instanceId": "428593d0775d22e17f68799ef3ba277307a1f54ce6416395f0c6b456d13401c8" + }, + "tags": [ + { + "id": "1", + "name": "Pete", + "createdAt": "2022-12-05T01:29:45.525Z", + "updatedAt": "2022-12-05T01:29:45.525Z" + } + ] +} \ No newline at end of file