forked from steve-permut/TaskMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaskMaster_Dummy (1).qsf
1 lines (1 loc) · 18 KB
/
TaskMaster_Dummy (1).qsf
1
{"SurveyEntry":{"SurveyID":"SV_br4bqVdcIgw9YS9","SurveyName":"TaskMaster Dummy","SurveyDescription":null,"SurveyOwnerID":"UR_3ykgq9k1KT6tRNX","SurveyBrandID":"cmu","DivisionID":"DV_57PaEoTh8tNhyXb","SurveyLanguage":"EN","SurveyActiveResponseSet":"RS_6XLb16UMrEkGIyF","SurveyStatus":"Inactive","SurveyStartDate":"0000-00-00 00:00:00","SurveyExpirationDate":"0000-00-00 00:00:00","SurveyCreationDate":"2019-04-24 22:24:24","CreatorID":"UR_3ykgq9k1KT6tRNX","LastModified":"2019-04-25 19:53:10","LastAccessed":"0000-00-00 00:00:00","LastActivated":"0000-00-00 00:00:00","Deleted":null},"SurveyElements":[{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"BL","PrimaryAttribute":"Survey Blocks","SecondaryAttribute":null,"TertiaryAttribute":null,"Payload":[{"Type":"Default","Description":"Default Question Block","ID":"BL_bekQDOB5O38J2oR","BlockElements":[{"Type":"Question","QuestionID":"QID1"},{"Type":"Page Break"},{"Type":"Question","QuestionID":"QID2"}]},{"Type":"Trash","Description":"Trash \/ Unused Questions","ID":"BL_29J1BOyRmDQYHn7"}]},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"FL","PrimaryAttribute":"Survey Flow","SecondaryAttribute":null,"TertiaryAttribute":null,"Payload":{"Type":"Root","FlowID":"FL_1","Flow":[{"Type":"Block","ID":"BL_bekQDOB5O38J2oR","FlowID":"FL_2"},{"Type":"EmbeddedData","FlowID":"FL_3","EmbeddedData":[{"Description":"workTimeArray","Type":"Recipient","Field":"workTimeArray","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"perPagePT","Type":"Recipient","Field":"perPagePT","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"tasktime","Type":"Recipient","Field":"tasktime","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"totalOnTask","Type":"Recipient","Field":"totalOnTask","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"totalOffTask","Type":"Recipient","Field":"totalOffTask","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"offTask","Type":"Recipient","Field":"offTask","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"onTask","Type":"Recipient","Field":"onTask","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false},{"Description":"pageNo","Type":"Recipient","Field":"pageNo","VariableType":"String","DataVisibility":[],"FlowOnly":false,"AnalyzeText":false}]}],"Properties":{"Count":3,"RemovedFieldsets":[]}}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"SO","PrimaryAttribute":"Survey Options","SecondaryAttribute":null,"TertiaryAttribute":null,"Payload":{"BackButton":"false","SaveAndContinue":"true","SurveyProtection":"PublicSurvey","BallotBoxStuffingPrevention":"false","NoIndex":"Yes","SecureResponseFiles":"true","SurveyExpiration":"None","SurveyTermination":"DefaultMessage","Header":"<script>\r\nwindow.onload = function(){\r\nwindow.focus();\r\n}\r\nQualtrics.SurveyEngine.addOnload(function()\r\n{ \r\nvar pumpTimes = [document.getElementById(\"timeArrayDIV\").innerHTML];\r\nvar perPagePT = [document.getElementById(\"perPagePTArrayDIV\").innerHTML];\r\nvar duration;\r\nvar offTask = [document.getElementById(\"offTaskDIV\").innerHTML];\r\nvar onTask = [document.getElementById(\"onTaskDIV\").innerHTML];\r\nvar totalOnTaskPrev = [document.getElementById(\"onTaskTotalDIV\").innerHTML];\r\nvar totalOffTaskPrev = [document.getElementById(\"offTaskTotalDIV\").innerHTML];\r\nvar pageNo = parseFloat(document.getElementById(\"page-no-DIV\").innerHTML);\r\n\t\tif (pageNo > 0) {\r\n\t\t\t\tdocument.getElementById(\"page-number\").innerHTML = +pageNo + 1;\r\n\t\t}\r\n\t\t\t\/\/creates a variable called timeOne containing date\/time information on page load\r\n\t\t\t\tvar timeOne = Date.now();\r\n\t\t\t\twindow.onblur = function () {\r\n\t\t\t\t\tvar window_focus = 0;\r\n\t\t\t\t\tdocument.getElementById(\"window-focus\").innerHTML = window_focus;\r\n\t\t\t\t\t\/\/ creates a variable called timeTwo containing date\/time information whenever Ps leave workspace div\r\n\t\t\t\t\tvar timeTwo = Date.now();\r\n\t\t\t\t\t\/\/ takes the interval between timeOne and timeTwo and converts to seconds (i.e., how long Ps spend in the task window). Steps below push this value to different arrays\r\n\t\t\t\t\tvar duration = (timeTwo - timeOne) \/ 1000;\r\n\t\t\t\t\tdocument.getElementById(\"duration-span\").innerHTML = duration;\r\n\t\t\t\t\t\/\/ creates several arrays representing time spent on task and off task, time spent on and off task on that page, and just time spent on task\r\n\t\t\t\t\ttimeOne = Date.now();\r\n\t\t\t\t\tpumpTimes.push(duration);\r\n\t\t\t\t\tperPagePT.push(duration);\r\n\t\t\t\t\tonTask.push(duration);\r\n\t\t\t\t\tdocument.getElementById(\"time-display2\").innerHTML = pumpTimes;\r\n\t\t\t\t\t\tvar total = 0;\r\n\t\t\t\t\t\tfor (var i = 0; i < pumpTimes.length; i++) {\r\n\t\t\t\t\t\t\t\ttotal += pumpTimes[i] << 0;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tvar totalOnTask = 0;\r\n\t\t\t\t\t\tfor (var i = 0; i < pumpTimes.length; i++) {\r\n\t\t\t\t\t\t\t\ttotalOnTask += onTask[i] << 0;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tvar OnTaskSum = (+totalOnTask + +totalOnTaskPrev)\r\n\t\t\t\t\t\t\tdocument.getElementById(\"time-display\").innerHTML = total;\r\n\t\t\t\t\t\tdocument.getElementById(\"onTaskDisplay\").innerHTML = onTask;\r\n\t\t\t\t\tdocument.getElementById(\"onTaskTotalDisplay\").innerHTML = OnTaskSum; \r\n\t\t\t\t\tdocument.getElementById(\"offTaskDisplay\").innerHTML = offTask;\r\n\t\t\t\t\tdocument.getElementById(\"offTaskTotalDisplay\").innerHTML = OffTaskSum;\r\n\t\t\t};\r\n\t\t\t\t\t\twindow.onfocus = function() {\r\n\t\t\t\t\t\t\tvar window_focus = 1;\r\n\t\t\t\t\t\t\t\tdocument.getElementById(\"window-focus\").innerHTML = window_focus;\r\n\t\t\t\t\t\/\/ performs equivalent series of steps, but measuring time spent off task instead\r\n\t\t\t\t\t\tvar timeThree = Date.now();\r\n\t\t\t\t\t\tvar duration = (0 - (timeThree - timeOne) \/ 1000);\r\n\t\t\t\t\t\tdocument.getElementById(\"duration-span\").innerHTML = duration;\r\n\t\t\t\t\t\tpumpTimes.push(duration);\r\n\t\t\t\t\t\toffTask.push(duration);\r\n\t\t\t\t\t\tperPagePT.push(duration);\r\n\t\t\t\t\t\ttimeOne = Date.now();\r\n\t\t\t\t\tdocument.getElementById(\"time-display2\").innerHTML = pumpTimes;\r\n\t\t\t\t\t\tvar total = 0;\r\n\t\t\t\t\t\tfor (var i = 0; i < pumpTimes.length; i++) {\r\n\t\t\t\t\t\t\t\ttotal += pumpTimes[i] << 0;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t};\r\n\t\t Qualtrics.SurveyEngine.addOnPageSubmit(function() {\r\n\t\t\t\t var ValidationCheck = document.getElementsByClassName('ValidationError');\r\n\t\t\t\t var i;\r\n\t\t\t\t for (i=0; i < ValidationCheck.length; i++) {\r\n\t\t\t\t if (ValidationCheck[i].style.display == 'none') {\r\n\t\t\t\t\t var PassValidation = 1;\r\n\t\t\t\t } else {\r\n\t\t\t\t\t PassValidation = 0;\r\n\t\t\t\t\t break;\r\n\t\t\t\t };\r\n\t\t\t };\r\n\t\t\t\t if (PassValidation == 1) {\r\n\t\t\t\t var timeTwo = Date.now();\r\n\t\t\t\t var duration = (timeTwo - timeOne) \/ 1000;\r\n\t\t\t\t document.getElementById(\"duration-span\").innerHTML = duration;\r\n\t\t\t\t timeOne = Date.now();\r\n\t\t\t\t pumpTimes.push(duration);\r\n\t\t\t\t perPagePT.push(duration);\r\n\t\t\t\t onTask.push(duration);\r\n\t\t\t\t document.getElementById(\"time-display2\").innerHTML = pumpTimes;\r\n\t\t\t\t\t var total = 0;\r\n\t\t\t\t\t for (var i = 0; i < pumpTimes.length; i++) {\r\n\t\t\t\t\t\t\t total += pumpTimes[i] << 0;\r\n\t\t\t\t\t }\r\n\t\t\t\t\t var totalOnTask = 0;\r\n\t\t\t\t\t for (var i = 0; i < pumpTimes.length; i++) {\r\n\t\t\t\t\t\t\t totalOnTask += onTask[i] << 0;\r\n\t\t\t\t\t }\r\n\t\t\t\t\t var OnTaskSum = (+totalOnTask + +totalOnTaskPrev)\r\n\t\t\t\t\t\t document.getElementById(\"time-display\").innerHTML = total;\r\n\t\t\t\t\t document.getElementById(\"onTaskDisplay\").innerHTML = onTask;\r\n\t\t\t\t document.getElementById(\"onTaskTotalDisplay\").innerHTML = OnTaskSum; \r\n\t\t\t\t var totalOffTask = 0;\r\n\t\t\t\t for (var i = 0; i < pumpTimes.length; i++) { \r\n\t\t\t\t \t\ttotalOffTask += offTask[i] << 0;\r\n\t\t\t\t }\r\n\t\t\t\t var OffTaskSum = (+totalOffTask + +totalOffTaskPrev)\r\n\t\t\t\t document.getElementById(\"offTaskDisplay\").innerHTML = offTask;\r\n\t\t\t\t document.getElementById(\"offTaskTotalDisplay\").innerHTML = OffTaskSum;\r\n\t\t\t\t\t\t\t\t\tpumpTimes = pumpTimes.toString();\r\n\t\t\t\t\t\t\t\t\tpumpTimes = pumpTimes.split(\",@,\")\r\n\t\t\t\t\t\t\t\t\tperPagePT.push(\" PAGE BREAK \");\r\n\t\t\t\t\t\t\t\t\tperPagePT = perPagePT.toString();\r\n\t\t\t\t\t\t\t\t\tperPagePT = perPagePT.split(\",@,\")\r\n\t\t\t\t\t\t\t\t\tvar total = 0;\r\n\t\t\t\t\t\t\t\t\tvar total = parseFloat(document.getElementById(\"time-display\").innerHTML);\r\n\t\t\t\t\t\t\t\t\tvar totalOnTask = parseFloat(document.getElementById(\"onTaskTotalDisplay\").innerHTML);\r\n\t\t\t\t\t\t\t\t\tvar totalOffTask = parseFloat(document.getElementById(\"offTaskTotalDisplay\").innerHTML);\r\n\t\t\t\t\t\t\t\t\tonTask = onTask.toString();\r\n\t\t\t\t\t\t\t\t\tonTask = onTask.split(\",@,\")\r\n\t\t\t\t\t\t\t\t\toffTask = offTask.toString();\r\n\t\t\t\t\t\t\t\t\toffTask = offTask.split(\",@,\")\r\n\t\t\t\t\t\t\t\t\tvar pageNo = document.getElementById(\"page-no-DIV\").innerHTML;\r\n\t\t\t\t\t\t\t\t\tpageNo++;\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('worktimeArray', pumpTimes);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('perPagePT', perPagePT);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('tasktime', total);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('totalOnTask', totalOnTask);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('totalOffTask', totalOffTask);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('offTask', offTask);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('onTask', onTask);\r\n\t\t\t\t\t\tQualtrics.SurveyEngine.setEmbeddedData('pageNo', pageNo);\r\n} else {\r\n\tvar pageNo = document.getElementById(\"page-no-DIV\").innerHTML;\r\n\tpageNo --;\r\n};\r\n\t\t}); \r\n\t\t\t});\r\n\t\t\t\r\n\t\t\t\r\n<\/script>\r\n\r\n<div class=\"QuestionBody UnhiddenQuestion\" data-runtime-text=\"runtime.WontBeDisplayedText\">\r\n\r\n\t\t<center><br><br><span id=\"page-position\">page: <span id=\"page-number\">1<\/span>\r\n\t\t\t\t<p><\/p>\r\n\t\t\t\t<\/span>\r\n\t\t\t\t<span>\r\n\t<div id=\"top-div\" style=\"display:none\">\r\n\r\n<span><center><br><br>time: <span id=\"time-display\"><\/span>\r\n\t\t\t\t<p><\/p>\r\n\r\n\t\t\t\t<br><br>time2: <span id=\"time-display2\"><\/span><\/center>\r\n\t\t\t\t<br><br>duration: <span id=\"duration-span\"><\/span>\r\n\r\n\t\t<br><br>offTask: <span id=\"offTaskDisplay\"><\/span>\r\n\r\n\t\t<br><br>onTask: <span id=\"onTaskDisplay\"><\/span>\r\n\r\n\t\t<br><br>offTaskTotal: <span id=\"offTaskTotalDisplay\"><\/span>\r\n\t\t<br><br>Window focus: <span id=\"window-focus\"><\/span>\r\n\r\n\t\t<br><br>onTaskTotal: <span id=\"onTaskTotalDisplay\"><\/span><\/span>\r\n\t\t<\/span>\r\n<\/div>","Footer":"<span> \r\n <div><br><\/div>\r\n <div id=\"bottom-div\"> \r\n \r\n Page:<div id=\"page-no-DIV\"> ${e:\/\/Field\/pageNo} <\/div> \r\n\r\n <span>\r\n \r\n <div><br><\/div>\r\n\r\n Time Array:<div id=\"timeArrayDIV\"> ${e:\/\/Field\/wtarray}<\/div>\r\n \r\n <div><br><\/div>\r\n\r\n On Task:<div id=\"onTaskDIV\"> ${e:\/\/Field\/onTask}<\/div> \r\n\r\n <div><br><\/div>\r\n\r\n Off Task <div id=\"offTaskDIV\">${e:\/\/Field\/offTask}<\/div>\r\n\r\n <div><br><\/div>\r\n\r\n Total On Task:<div id=\"onTaskTotalDIV\"> ${e:\/\/Field\/totalOnTask}<\/div>\r\n\r\n <div><br><\/div>\r\n\r\n Total Off Task:<div id=\"offTaskTotalDIV\"> ${e:\/\/Field\/totalOffTask}<\/div>\r\n\r\n <div><br><\/div>\r\n\r\n <div><br><\/div>\r\n \r\n Time Array:<div id=\"perPagePTArrayDIV\"> ${e:\/\/Field\/perPagePT}<\/div>\r\n\r\n <\/span>\r\n <\/div>\r\n<\/span>","ProgressBarDisplay":"None","PartialData":"+1 week","ValidationMessage":"","PreviousButton":" \u2190 ","NextButton":" \u2192 ","SkinLibrary":"cmu","SkinType":"templated","Skin":{"brandingId":null,"templateId":"*base","overrides":null},"NewScoring":1,"SurveyName":"TaskMaster Dummy","libraryId":"","nextButtonMid":"","previousButtonMid":"","headerMid":"","footerMid":"","QuestionsPerPage":"","PageTransition":"None","Autofocus":"false","Autoadvance":"false","AutoadvancePages":"false","CustomStyles":{"errorStyles":{"selector":".Skin .ValidationError","styles":{"color":null,"backgroundColor":null,"borderColor":null}},"errorStylesBG":{"selector":".Skin .HeaderValidationError, .Skin .HeaderValidationError li a","styles":{"color":null,"backgroundColor":null}},"pageStyles":{"selector":"#SurveyEngineBody","styles":{"backgroundColor":null}},"textStyles":{"selector":".SkinInner","styles":{"fontFamily":null,"fontSize":null,"fontWeight":null,"fontStyle":null,"textDecoration":null,"color":null}},"questionStyles":{"selector":".Skin .QuestionText","styles":{"fontFamily":null,"fontSize":null,"fontWeight":null,"fontStyle":null,"textDecoration":null,"color":null}},"choiceStyles":{"selector":".Skin .horizontalbar th.ylabel, .Skin .Matrix table td, .Skin .Matrix table th, .Skin .Matrix table thead th, .Skin .Matrix table thead td, .Skin .PGR .DragAndDrop .Items label, .Skin .QuestionBody ul.ChoiceStructure, .Skin .PGR .DragAndDrop .Group ul, .Skin .PGR .DragAndDrop .Group h2, .Skin .PGR .DragAndDrop .Items ul, .Skin .PGR .DragAndDrop .Items h2, .Skin .DD .QuestionBody table.ChoiceStructure, .Skin .PGR .DragAndDrop .NoColumns td.groupsContainerTd div ul, .Skin .PGR .DragAndDrop .NoColumns td.groupsContainerTd div h2, .Skin .SBS thead th, .Skin .SBS td, .Skin .SBS .Answers td, .Skin .SBS .Answers th, .SBS table.ChoiceStructure, .Skin .horizontalbar thead table.LabelDescriptions tr td, .Skin .horizontalbar thead tr td.NotApplicable, .QuestionBody th, .Skin .QuestionBody .MC .MAVR label, .Skin .QuestionBody .MC .SAVR label, .Skin .SBS thead th, .Skin .SBS td, .Skin .RO .DND ul li, .Skin .reg, .SkinInner .ChoiceStructure, .Skin thead, .Skin .GAP .ChoiceStructure thead th, .Skin .GAP .ChoiceStructure .c4, .Skin .GAP .ChoiceStructure th, .Skin .GAP .ChoiceStructure .WhyText, .SkinInner .ChoiceStructure .LightBG, .Skin .QuestionOuter.Highlight .Inner .reg, .Skin .QuestionOuter.Highlight .Inner .alt, .Skin .QuestionOuter.Highlight .Inner .ReadableAlt ","styles":{"fontFamily":null,"fontSize":null,"fontWeight":null,"fontStyle":null,"textDecoration":null,"color":null}},"headerStyles":{"selector":".Skin div#Header","styles":{"color":null}},"footerStyles":{"selector":".Skin #Footer","styles":{"color":null}},"questionSeparatorStyles":{"selector":".Skin .Separator","styles":{"backgroundColor":null,"display":null}},"highlightStyles":{"selector":".Skin .QuestionOuter.Highlight .Inner, .Skin .QuestionOuter.Highlight .Inner .reg, .Skin .QuestionOuter.Highlight .Inner .alt, .Skin .QuestionOuter.Highlight .Inner .ReadableAlt","styles":{"backgroundColor":null}},"highlightStylesAlt":{"selector":".Skin .QuestionOuter.Highlight .Inner .ReadableAlt, .Skin .QuestionOuter.Highlight .Inner .LightBG","styles":{"backgroundColor":null}},"textEntryStyles":{"selector":".Skin select, .Skin .InputText","styles":{"color":null}},"borderStyles":{"selector":".Skin .CS .horizontalbar table.sliderGrid tr.xlabel th, .Skin .CS .horizontalbar .ylabel, .Skin .CS .horizontalbar table.sliderGrid tr td.value, .Skin .Slider .horizontalbar table.sliderGrid tr.xlabel th, .Skin .BorderColor, .Skin .DarkBorderColor, .Skin .Slider .horizontalbar table.sliderGrid tr td.value, .Skin thead, .Skin .GAP .ChoiceStructure thead th ","styles":{"borderColor":null}},"altRowStyles":{"selector":".Skin .ReadableAlt, .Skin .LightBG","styles":{"backgroundColor":null}},"customCSS":null},"HighlightQuestions":"off","ExternalCSS":null}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"SCO","PrimaryAttribute":"Scoring","SecondaryAttribute":null,"TertiaryAttribute":null,"Payload":{"ScoringCategories":[],"ScoringCategoryGroups":[],"ScoringSummaryCategory":null,"ScoringSummaryAfterQuestions":0,"ScoringSummaryAfterSurvey":0,"DefaultScoringCategory":null,"AutoScoringCategory":null}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"PROJ","PrimaryAttribute":"CORE","SecondaryAttribute":null,"TertiaryAttribute":"1.1.0","Payload":{"ProjectCategory":"CORE","SchemaVersion":"1.1.0"}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"STAT","PrimaryAttribute":"Survey Statistics","SecondaryAttribute":null,"TertiaryAttribute":null,"Payload":{"MobileCompatible":true,"ID":"Survey Statistics"}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"QC","PrimaryAttribute":"Survey Question Count","SecondaryAttribute":"2","TertiaryAttribute":null,"Payload":null},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"SQ","PrimaryAttribute":"QID1","SecondaryAttribute":"Click to write the question text","TertiaryAttribute":null,"Payload":{"QuestionText":"Click to write the question text","DataExportTag":"Q1","QuestionType":"MC","Selector":"SAVR","SubSelector":"TX","Configuration":{"QuestionDescriptionOption":"UseText"},"QuestionDescription":"Click to write the question text","Choices":{"1":{"Display":"Click to write Choice 1"},"2":{"Display":"Click to write Choice 2"},"3":{"Display":"Click to write Choice 3"}},"ChoiceOrder":["1","2","3"],"Validation":{"Settings":{"ForceResponse":"OFF","ForceResponseType":"ON","Type":"None"}},"Language":[],"NextChoiceId":4,"NextAnswerId":1,"QuestionID":"QID1"}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"SQ","PrimaryAttribute":"QID2","SecondaryAttribute":"Click to write the question text","TertiaryAttribute":null,"Payload":{"QuestionText":"Click to write the question text","DataExportTag":"Q2","QuestionType":"MC","Selector":"SAVR","SubSelector":"TX","Configuration":{"QuestionDescriptionOption":"UseText"},"QuestionDescription":"Click to write the question text","Choices":{"1":{"Display":"Click to write Choice 1"},"2":{"Display":"Click to write Choice 2"},"3":{"Display":"Click to write Choice 3"}},"ChoiceOrder":["1","2","3"],"Validation":{"Settings":{"ForceResponse":"OFF","ForceResponseType":"ON","Type":"None"}},"Language":[],"NextChoiceId":4,"NextAnswerId":1,"QuestionID":"QID2"}},{"SurveyID":"SV_br4bqVdcIgw9YS9","Element":"RS","PrimaryAttribute":"RS_6XLb16UMrEkGIyF","SecondaryAttribute":"Default Response Set","TertiaryAttribute":null,"Payload":null}]}