angular.module('gosurveyWebForm').run(['$templateCache', function ($templateCache) { $templateCache.put('/Areas/WebSurvey/Template/audio.html', "\u003cdiv class=\"row\"\u003e\n \u003cdiv ng-show=\"isPreview || isPreviewConfig\"\u003e\n \u003cdiv class=\"wd-200 pull-left mv-lg mh-lg pv-lg ph-lg\" style=\"border:1px solid #dde6e9 !important;background:white\"\u003e\n \u003cimg src=\"/Content/images/audio.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/camera.html', "\u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"pull-left ml-lg mb-lg\" style=\"width:240px;position:relative\" ng-if=\"!(isPreview || isPreviewConfig)\"\u003e\n \u003cdiv ng-if=\"question.cameraPreview === true\"\u003e\n \u003cng-camera capture-message=\"Cheeeese!\"\n countdown=\"1\"\n image-format=\"png\"\n jpeg-quality=\"100\"\n output-height=\"240\"\n output-width=\"240\"\n viewer-height=\"240\"\n viewer-width=\"240\"\n class=\"capture-img\"\n action-message=\"{{getTextStrings(\u0027capture\u0027)}}\"\n snapshot=\"question.DataUri\"\n id=\"question.Id\"\n capture-callback=\"disablePreview\"\n flash-fallback-url=\"/vendors/webcamjs/webcam.swf\" ng-class=\"{\u0027error-message\u0027:question.IsError}\"\u003e\u003c/ng-camera\u003e\n \u003c/div\u003e\n \u003cimg src=\"/Content/images/capture_photo.png\" id=\"ng-camera-action\" class=\"p0 m0 picture-box\"\n ng-show=\"question.cameraPreview !== true \u0026\u0026 !question.DataUri\" preview-data-id=\"{{question.Id}}\" ng-click=\"enablePreview(question)\" style=\"width:240px; border: 1px solid;\" /\u003e\n \u003cdiv ng-if=\"question.DataUri != \u0027\u0027 \u0026\u0026 question.DataUri != null\"\u003e\n \u003cimg ng-src=\"{{question.DataUri}}\" style=\"width:240px\"\u003e\n \u003cbutton class=\"btn ml-sm\" ng-show=\"question.DataUri \u0026\u0026 !question.IsDisable\" style=\"position:absolute;bottom:0\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\" ng-click=\"question.Answer=null;\"\u003e\u003cem class=\"fa fa-trash\"\u003e\u003c/em\u003e\u003c/button\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-show=\"isPreview || isPreviewConfig\"\u003e\n \u003cdiv class=\"wd-200 pull-left mv-lg mh-lg pull-left\" style=\"border:1px solid #dde6e9 !important\"\u003e\n \u003cimg src=\"/Content/images/capture_photo.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group mt-sm mt-sm\" style=\"width:290px\" ng-if=\"question.InfoFieldType2 != 1\"\u003e\n \u003cdiv class=\"ml-lg\"\u003e\n \u003cinput type=\"text\" class=\"form-control mt-sm\" ng-model=\"question.ImageCaption\" placeholder=\"Add image caption\"\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/checkbox.html', "\u003c!--for checkboxlist--\u003e\n\u003cinput type=\"text\" ng-show=\"question.Id == 2155713\"\n class=\"form-control text-input mb-sm\" ng-model=\"question.searchFilter\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" placeholder=\"Search...\"/\u003e\n\u003cdiv ng-if=\"!question.OptionsMediaGroupId\"\u003e\n \u003cdiv class=\"row\"\u003e\n \u003cdiv ng-class=\"{\u0027col-md-12 col-sm-12\u0027: (question.QuestionTypeId != 20), \u0027col-sm-6 pull-left col-xs-6 col-md-6\u0027: (question.QuestionTypeId == 20)}\" ng-repeat=\"option in question.Options | filter:question.searchFilter:checkboxSearchFilter\"\u003e\n \u003cdiv class=\"checkbox c-checkbox\" ng-class=\"{\u0027disabled\u0027: markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly} \" ng-show=\"question.Id != 2155713 || question.searchFilter.length\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly\"\n value=\"{{option}}\" checklist-model=\"question.Answer\" checklist-value=\"option\" ng-click=\"checkUncheckSelectAllCheckBoxes(question, option)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{question.InfoFieldType != 13 ? option : \u0027\u0027}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cinput type=\"text\" ng-if=\"showOtherTextbox(question, option, $index)\"\n class=\"form-control text-input\" ng-model=\"question.OtherAnswer\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" ng-disabled=\"question.IsDisable\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003c!-- MEDIA CHECKBOX --\u003e\n\u003cdiv ng-if=\"question.OptionsMediaGroupId\"\u003e\n \u003cdiv ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-select checkbox right\" ng-class=\"{\u0027two-column\u0027: (question.QuestionTypeId == 20) ,\u0027disabled\u0027: markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly}\"\u003e\n \u003cdiv class=\"media-container\"\u003e\n \u003cdiv class=\"media-img\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly\"\n id=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\" value=\"{{option}}\" checklist-model=\"question.Answer\" checklist-value=\"option\" ng-click=\"checkUncheckSelectAllCheckBoxes(question, option)\" /\u003e\n \u003clabel for=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" /\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cdiv class=\"media-label\"\u003e\n \u003cspan for=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/span\u003e\n \u003c/div\u003e\n \u003cinput type=\"text\" ng-if=\"showOtherTextbox(question, option, $index)\"\n class=\"form-control text-input\" ng-model=\"question.OtherAnswer\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" ng-disabled=\"question.IsDisable\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionTypeId != 20\" class=\"clear-fix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/checkboxwithtext.html', "\u003c!--for checkboxlist--\u003e\n\u003cdiv ng-if=\"!question.OptionsMediaGroupId\"\u003e\n \u003cdiv class=\"row\"\u003e\n \u003cdiv ng-class=\"{\u0027col-md-12 col-sm-12\u0027: (question.QuestionTypeId != 20), \u0027col-sm-6 pull-left col-xs-6 col-md-6\u0027: (question.QuestionTypeId == 20)}\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"checkbox c-checkbox\" ng-class=\"{\u0027disabled\u0027: markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable} \"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable\"\n value=\"{{option}}\" checklist-model=\"question.Answer\" checklist-value=\"option\" ng-click=\"checkUncheckSelectAllCheckBoxes(question, option)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{question.InfoFieldType != 13 ? option : \u0027\u0027}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cinput type=\"text\" ng-if=\"showOtherTextbox(question, option, $index)\"\n class=\"form-control text-input\" ng-model=\"question.OtherAnswer[$index]\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" ng-disabled=\"question.IsDisable\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003c!-- MEDIA CHECKBOX --\u003e\n\u003cdiv ng-if=\"question.OptionsMediaGroupId\"\u003e\n \u003cdiv ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-select checkbox right\" ng-class=\"{\u0027two-column\u0027: (question.QuestionTypeId == 20) ,\u0027disabled\u0027: markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable}\"\u003e\n \u003cdiv class=\"media-container\"\u003e\n \u003cdiv class=\"media-img\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable\"\n id=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\" value=\"{{option}}\" checklist-model=\"question.Answer\" checklist-value=\"option\" ng-click=\"checkUncheckSelectAllCheckBoxes(question, option)\" /\u003e\n \u003clabel for=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" /\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cspan for=\"{{\u0027cb\u0027 + question.Id + \u0027-\u0027 + $index }}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/span\u003e\n \u003cinput type=\"text\" ng-if=\"showOtherTextbox(question, option, $index)\"\n class=\"form-control text-input\" ng-model=\"question.OtherAnswer[$index]\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" ng-disabled=\"question.IsDisable\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionTypeId != 20\" class=\"clear-fix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/csatscale.html', "\u003cdiv style=\"position:relative;\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-show=\"question.visible !== false\"\u003e\n \u003cdiv ng-class=\"{\u0027unselected-slider\u0027: !question.Answered}\"\u003e\n \u003cspan\u003e{{question.MinLengthOrVal}}\u003c/span\u003e \u0026nbsp;\n \u003cspan class=\"max-value\"\u003e{{question.MaxLengthOrVal}}\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"(question.Options.start || question.Options.mid || question.Options.end)\"\u003e\n \u003ctable border=\"0\" style=\"width:100%\"\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n {{question.Options.start}}\n \u003c/td\u003e\n \u003ctd align=\"center\"\u003e\n {{question.Options.mid}}\n \u003c/td\u003e\n \u003ctd align=\"right\"\u003e\n {{question.Options.end}}\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.Answered\" class=\"mt-lg\"\u003e\n \u003cspan class=\"slider-text\"\u003e{{question.Answer}}\u003c/span\u003e\u003cspan title=\"Discard\" ng-click=\"question.Answer = null;question.Answered = null;\" class=\"discard text-danger ml-sm\" style=\"top:-5px;position:relative;cursor:pointer\"\u003e\u003ci class=\"fa fa-close\"\u003e\u003c/i\u003e\u003c/span\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/date.html', "\u003cdiv class=\"input-group date date-input\" style=\"color:black;\"\u003e\n \u003cdate-range ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable\" setdefaultdates=\"false\" startdate=\"question.Answer\" class=\"datepickerrange form-control\"\n format=\"DD-MMM-YYYY\" daterangepickerdefaultenddate=\"0\" singledatepicker=\"true\" \n ng-style=\"{\u0027color\u0027: webformDetails.theme.InputTextColor}\"\n onchange=\"dateValueUpdated(question)\"\u003e\n \u003cspan\u003e\u003c/span\u003e \u003clabel ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003cem class=\"fa fa-calendar\"\u003e\u003c/em\u003e\u003c/label\u003e\n \u003c/date-range\u003e\n \u003clabel class=\"delete-date\" ng-show=\"question.Answer \u0026\u0026 !question.IsDisable\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyIconColor}\" ng-click=\"question.Answer=null;\"\u003e\u003cem class=\"fa fa-trash\"\u003e\u003c/em\u003e\u003c/label\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/datetime.html', "\u003cdiv class=\"input-group date datetime-input\" style=\"color:black;\" ng-disabled=\"question.IsDisable\"\u003e\n \u003cdate-range ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable\" startdate=\"question.Answer\"\n class=\"datepickerrange form-control \" ng-style=\"{\u0027color\u0027: webformDetails.theme.InputTextColor}\"\n showtime=\"true\" format=\"DD-MMM-YYYY HH:mm\" daterangepickerdefaultenddate=\"0\"\n singledatepicker=\"true\"\u003e\n \u003cspan\u003e\u003c/span\u003e\n \u003clabel ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\n \u003cem class=\"fa fa-calendar\"\u003e\u003c/em\u003e\n \u003c/label\u003e\n \u003c/date-range\u003e\n \u003clabel class=\"delete-date\" ng-show=\"question.Answer \u0026\u0026 !question.IsDisable\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyIconColor}\" ng-click=\"question.Answer=null;\"\u003e\u003cem class=\"fa fa-trash\"\u003e\u003c/em\u003e\u003c/label\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/decimal.html', "\u003c!--For decimal textbox--\u003e\n\u003cinput type=\"text\" \n ng-model=\"question.Answer\" \n class=\"form-control decimal-input\" \n precision=\"{{question.Precision}}\" \n autocomplete=\"none\" \n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" \n ng-readonly=\"question.IsReadOnly === true\" \n ng-disabled=\"question.IsReadOnly || question.IsDisable\" \n decimal-only=\"decimal-only\"\u003e\n\u003cp class=\"help-text\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.Suffix!=null \u0026\u0026 question.Suffix!=\u0027\u0027\"\u003e{{question.Suffix}}\u003c/p\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/decimalgrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" class=\"grid-template-table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-style=\"{\u0027color\u0027: webformDetails.theme.BodyTextColor}\" ng-if=\"isGridColumnVisible(template, columnIndex)\"\u003e{{column}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"(rowIndex, row) in template.Questions[0].RowOptions\" ng-if=\"isGridRowVisible(template, rowIndex)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{answerPipingReplaceVariables(row, -1, true)}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-if=\"templateQuestion(template, rowIndex, columnIndex).isDisplay\"\u003e\n \u003cdiv class=\"input-with-delete\"\u003e\n \u003cinput type=\"text\"\n class=\"form-control\"\n decimal-only=\"decimal-only\"\n precision=\"{{templateQuestion(template, rowIndex, columnIndex).Precision}}\"\n allow-negative=\"true\"\n autocomplete=\"none\"\n ng-model=\"templateQuestion(template, rowIndex, columnIndex).Answer\"\n ng-disabled=\"templateQuestion(template, rowIndex, columnIndex).IsDisable\"\n ng-class=\"{\u0027error-message\u0027:templateQuestion(template, rowIndex, columnIndex).IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/dropdown.html', "\u003c!--for drop down list--\u003e\n\u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"col-md-7 col-sm-8 col-xs-12 pull-left\"\u003e\n \u003cfieldset ng-disabled=\"question.IsDisable\" ng-style=\"{color: webformDetails.theme.InputTextColor + \u0027 !important\u0027}\"\u003e\n \u003cdiv ng-dropdown-multiselect=\"\" translation-texts=\"question.ButtonText\" data-id=\"{{question.Id}}\" options=\"question.OptionList\" extra-settings=\"question.extraSettings\"\n showselectedlabel=\"true\" selected-model=\"question.OptionSelected\" events=\"dropDownEvents\" disabled=\"{{question.IsDisable || question.IsReadOnly}}\" \n ng-class=\"question-dropdown\" ng-disabled=\"question.IsDisable || question.IsReadOnly\"\n \n \u003e\u003c/div\u003e\n \u003c/fieldset\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/dropdowngrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" class=\"grid-template-table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-style=\"{\u0027color\u0027: webformDetails.theme.BodyTextColor}\" ng-if=\"isGridColumnVisible(template, columnIndex)\"\u003e{{column}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"(rowIndex, row) in template.Questions[0].RowOptions\" ng-if=\"isGridRowVisible(template, rowIndex)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{answerPipingReplaceVariables(row, -1, true)}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-if=\"templateQuestion(template, rowIndex, columnIndex).isDisplay\"\u003e\n \u003cdiv ri=\"{{rowIndex}}\" ci=\"{{columnIndex}}\" ng-dropdown-multiselect=\"\"\n translation-texts=\"templateQuestion(template, rowIndex, columnIndex).ButtonText\"\n data-id=\"{{templateQuestion(template, rowIndex, columnIndex).Id}}\"\n options=\"templateQuestion(template, rowIndex, columnIndex).OptionList\"\n extra-settings=\"templateQuestion(template, rowIndex, columnIndex).extraSettings\"\n showselectedlabel=\"true\" selected-model=\"templateQuestion(template, rowIndex, columnIndex).OptionSelected\"\n events=\"dropDownEvents\"\n ng-class=\"question-dropdown\"\n ng-disabled=\"templateQuestion(template, rowIndex, columnIndex).IsDisable\"\n ng-show=\"template.TemplateType == 16 || !templateQuestion(template, rowIndex, columnIndex).IsOtherTextBox\"\n \u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"template.TemplateType == 17 \u0026\u0026 templateQuestion(template, rowIndex, columnIndex).IsOtherTextBox\" class=\"input-with-delete\"\u003e\n \u003cinput type=\"text\" \n class=\"form-control\"\n ng-model=\"templateQuestion(template, rowIndex, columnIndex).OtherAnswer\"\n ng-disabled=\"templateQuestion(template, rowIndex, columnIndex).IsDisable\"\n ng-class=\"{\u0027error-message\u0027:templateQuestion(template, rowIndex, columnIndex).IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003cspan title=\"Discard\" ng-click=\"resetTemplateQuestionAnswer(template, rowIndex, columnIndex);\" class=\"text-danger\" \u003e\u003ci class=\"fa fa-close\"\u003e\u003c/i\u003e\u003c/span\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/dropdownwithother.html', "\u003c!--for dropdown list with other--\u003e\n\u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"col-md-7 col-sm-8 col-xs-12 pull-left\"\u003e\n \u003cfieldset ng-disabled=\"question.IsDisable\"\u003e\n \u003cdiv ng-dropdown-multiselect=\"\" translation-texts=\"question.ButtonText\" options=\"question.OptionList\" extra-settings=\"question.extraSettings\"\n showselectedlabel=\"true\" selected-model=\"question.OptionSelected\" events=\"dropDownEvents\" ng-class=\"question-dropdown\" ng-disabled=\"question.IsDisable\"\u003e\u003c/div\u003e\n \u003c/fieldset\u003e\n \u003c/div\u003e\n \u003cdiv class=\"col-md-7 col-sm-8 col-xs-12 pull-left\"\u003e\n \u003cinput type=\"text\" ng-show=\"question.IsOtherTextBox\" class=\"form-control m-t10\" ng-model=\"question.OtherAnswer\" \n ng-disabled=\"question.IsDisable\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/email.html', "\u003c!--for email input--\u003e\n\n\u003cinput ng-model=\"question.Answer\" autocomplete=\"none\" class=\"form-control email-input\" ng-disabled=\"question.IsReadOnly || question.IsDisable\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\"\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/location.html', "\u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"wd-200 pull-left mv-lg mh-lg pv-lg ph-lg\" style=\"border:1px solid #dde6e9 !important;background:white\" ng-click=\"!(question.IsDisable || isPreview || isPreviewConfig) \u0026\u0026 getGPSLocation(question)\" \u003e\n \u003cimg src=\"/Content/images/location_placeholder.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003cspan ng-if=\"question.Answer\"\u003e\u003cbr /\u003eLocation is: {{question.Answer}}\u003c/span\u003e\n \u003cspan style=\"color:red\" ng-if=\"question.Error\"\u003e\u003cbr /\u003e{{question.Error}}\u003c/span\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/matrix-checkbox-withother.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"table\" style=\"table-layout:fixed\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"option in getTemplateOptions(template)\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor, \u0027min-width\u0027: $last ? \u0027100px\u0027 : \u002750px\u0027}\"\u003e{{option}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"question in template.Questions\" ng-hide=\"!question.isDisplay\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"!template.templateMinVal \u0026\u0026 template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{question.Question}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"checkbox c-checkbox\" ng-if=\"!$last || !question.IsOtherTextBox\" ng-class=\"{\u0027disabled\u0027:markCheckboxDisabled(question, option)}\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option)\" checklist-model=\"question.Answer\" \n checklist-value=\"option\" ng-change=\"IsOtherOptionSelected(question, option)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n \u003c/label\u003e\n \u003cspan class=\"media-title\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e{{option}}\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"$last \u0026\u0026 question.IsOtherTextBox\" class=\"input-with-delete\"\u003e\n \u003cinput type=\"text\"\n class=\"form-control\"\n ng-model=\"question.OtherAnswer\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003cspan title=\"Discard\" ng-click=\"RemoveOtherAnswer(question, option);\" class=\"text-danger\"\u003e\u003ci class=\"fa fa-close\"\u003e\u003c/i\u003e\u003c/span\u003e\n \u003c/div\u003e\n\n\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/matrix-checkbox.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"option in getTemplateOptions(template)\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e{{option}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"question in template.Questions\" ng-hide=\"!question.isDisplay\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"!template.templateMinVal \u0026\u0026 template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{question.Question}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"checkbox c-checkbox\" ng-class=\"{\u0027disabled\u0027:markCheckboxDisabled(question, option)}\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" value=\"{{option}}\" ng-disabled=\"markCheckboxDisabled(question, option)\" checklist-model=\"question.Answer\" checklist-value=\"option\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n \u003c/label\u003e\n \u003cspan class=\"media-title\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e{{option}}\u003c/span\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/matrix-numberscale.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" class=\"grid-template-table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-style=\"{\u0027color\u0027: webformDetails.theme.BodyTextColor}\" ng-if=\"isGridColumnVisible(template, columnIndex)\"\u003e{{column}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"(rowIndex, row) in template.Questions[0].RowOptions\" ng-if=\"isGridRowVisible(template, rowIndex)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"question.IsRequired \u0026\u0026 (template.TemplateTitle==\u0027\u0027||template.TemplateTitle == undefined) || (template.templateMinVal != \u0027\u0027 \u0026\u0026 template.templateMinVal != undefined)\"\u003e*\u003c/span\u003e\n {{answerPipingReplaceVariables(row, -1, true)}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-if=\"templateQuestion(template, rowIndex, columnIndex).isDisplay\"\u003e\n \u003cul class=\"number-scale\" ri=\"{{rowIndex}}\" ci=\"{{columnIndex}}\"\u003e\n \u003cli ng-repeat=\"np in getRange(template.Questions[0].MinLengthOrVal, template.Questions[0].MaxLengthOrVal)\"\n qnum=\"{{((rowIndex*template.Questions[0].ColumnOptions.length) + columnIndex)}}\"\n ng-class=\"{\u0027selected\u0027: template.Questions[columnIndex + (rowIndex*template.Questions[0].ColumnOptions.length)].Answer == np}\"\u003e\n \u003cspan \n ng-click=\"numberScaleOnChange(template, rowIndex, columnIndex, np)\"\u003e\n {{np}}\n \u003c/span\u003e\n \u003c/li\u003e\n \u003c/ul\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/nps.html', "\u003c!--for number point--\u003e\n\u003cdiv class=\"nps-rating\" ng-disabled=\"question.IsDisable\" ng-class=\"{\u0027opacity-09\u0027: question.Answer != null}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cul ng-if=\"(question.Options.start || question.Options.mid || question.Options.end)\"\u003e\n \u003cli style=\"text-align:left;font-weight:normal\"\u003e{{question.Options.start}}\u003c/li\u003e\n \u003cli style=\"text-align:center;font-weight:normal\"\u003e{{question.Options.mid}}\u003c/li\u003e\n \u003cli style=\"text-align:right;font-weight:normal\"\u003e{{question.Options.end}}\u003c/li\u003e\n \u003c/ul\u003e\n \u003cul\u003e\n \u003cli ng-repeat=\"nps in [0,1,2,3,4,5,6,7,8,9,10]\" \n code=\"{{nps}}\" \n ng-class=\"{\u0027selected\u0027: question.Answer == nps}\" \n ng-click=\"npsOnChange(question, nps)\"\u003e{{nps}}\u003c/li\u003e\n \u003c/ul\u003e\n \u003cdiv class=\"nps-comment\" ng-if=\"!isPreview\"\u003e\n \u003cdiv class=\"left\"\u003e\n \u003ci class=\"red-smiley\"\u003e\u003c/i\u003e\n \u003c/div\u003e\n \u003cdiv class=\"right\"\u003e\n \u003ci class=\"green-smiley\"\u003e\u003c/i\u003e\n \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/npsradiogrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"table\"\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"question in template.Questions\" ng-hide=\"IsHidden(question)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"!template.templateMinVal \u0026\u0026 template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{question.Question}}\n \u003c/td\u003e\n \u003ctd\u003e\n \u003cdiv class=\"nps-rating\" ng-disabled=\"question.IsDisable\"\u003e\n \u003cul\u003e\n \u003cli ng-repeat=\"nps in [0,1,2,3,4,5,6,7,8,9,10]\"\n code=\"{{nps}}\"\n ng-class=\"{\u0027selected\u0027: question.Answer == nps}\"\n ng-click=\"npsOnChange(question, nps)\"\u003e{{nps}}\u003c/li\u003e\n\n \u003c/ul\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/numberpoint.html', "\u003cdiv style=\"position:relative;\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-show=\"question.visible !== false\"\u003e\n \u003cdiv ng-class=\"{\u0027unselected-slider\u0027: !question.Answered}\"\u003e\n \u003cspan\u003e{{question.MinLengthOrVal}}\u003c/span\u003e \u0026nbsp;\n \u003cslider ng-model=\"question.Answer\"\n is-disabled=\"question.IsDisable\"\n ng-disabled=\"{{question.IsDisable}}\"\n min=\"question.MinLengthOrVal\"\n max=\"question.MaxLengthOrVal\"\n step=\"1\"\n sliderid=\"question.Id\"\n orientation=\"horizontal\"\n direction=\"{{Direction}}\"\n class=\"bs-slider slider-horizontal\"\n ng-class=\"{\u0027error-message\u0027:question.IsError}\"\n on-click=\"sliderOnClick(question)\"\u003e\n \u003c/slider\u003e\n \u0026nbsp;\n \u003cspan class=\"max-value\"\u003e{{question.MaxLengthOrVal}}\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"(question.Options.start || question.Options.mid || question.Options.end)\"\u003e\n \u003ctable border=\"0\" style=\"width:100%\"\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" width=\"33.33%\"\u003e\n {{question.Options.start}}\n \u003c/td\u003e\n \u003ctd align=\"center\" width=\"33.33%\"\u003e\n {{question.Options.mid}}\n \u003c/td\u003e\n \u003ctd align=\"right\" width=\"33.33%\"\u003e\n {{question.Options.end}}\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.Answered\" class=\"mt-lg\"\u003e\n \u003cspan class=\"slider-text\"\u003e{{question.Answer}}\u003c/span\u003e\u003cspan title=\"Discard\" ng-click=\"question.Answer = null;question.Answered = null;\" class=\"discard text-danger ml-sm\" style=\"top:-5px;position:relative;cursor:pointer\"\u003e\u003ci class=\"fa fa-close\"\u003e\u003c/i\u003e\u003c/span\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\n\n"); $templateCache.put('/Areas/WebSurvey/Template/numberpointwithnumbers.html', "\u003cdiv style=\"position:relative;\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-show=\"question.visible !== false\"\u003e\n \u003cdiv ng-class=\"{\u0027unselected-slider\u0027: !question.Answered}\" ng-click=\"question.Answered = true;\"\u003e\n \u003cdiv class=\"number-point-numbers\"\u003e\n \u003cspan ng-repeat=\"n in question.NumberRange\"\u003e\n \u003cspan class=\"number\" ng-class=\"{\u0027selected\u0027: question.Answer == n}\" ng-click=\"numberPointAnswerSelection(question, n)\"\u003e\n {{n}}\n \u003c/span\u003e\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"(question.Options.start || question.Options.mid || question.Options.end)\"\u003e\n \u003ctable border=\"0\" style=\"width:100%;table-layout:fixed\" class=\"rating-annotation\"\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\" class=\"rating-annotation-start\"\u003e\n \u003cspan\u003e\n {{question.Options.start}}\n \u003c/span\u003e\n \u003c/td\u003e\n \u003ctd class=\"center-label rating-annotation-mid\"\u003e\n \u003cspan\u003e\n {{question.Options.mid}}\n \u003c/span\u003e\n \u003c/td\u003e\n \u003ctd align=\"right\" class=\"rating-annotation-end\"\u003e\n \u003cspan\u003e\n {{question.Options.end}}\n \u003c/span\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\n\n"); $templateCache.put('/Areas/WebSurvey/Template/numeric.html', "\u003c!--For numeric textbox--\u003e\n\u003cinput type=\"text\" \n ng-model=\"question.Answer\" \n class=\"form-control number-input\" \n ng-required=\"question.IsRequired\" \n autocomplete=\"none\" \n numbers-only=\"numbers-only\" \n allow-negative=\"true\" \n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" \n ng-readonly=\"question.IsReadOnly === true\" \n ng-disabled=\"question.IsReadOnly || question.IsDisable\"\u003e\n\u003cp class=\"help-text\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.Suffix!=null \u0026\u0026 question.Suffix!=\u0027\u0027\"\u003e{{question.Suffix}}\u003c/p\u003e\n\n"); $templateCache.put('/Areas/WebSurvey/Template/numericgrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" class=\"grid-template-table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-style=\"{\u0027color\u0027: webformDetails.theme.BodyTextColor}\" ng-if=\"isGridColumnVisible(template, columnIndex)\"\u003e{{column}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"(rowIndex, row) in template.Questions[0].RowOptions\" ng-if=\"isGridRowVisible(template, rowIndex)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{answerPipingReplaceVariables(row, -1, true)}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-if=\"templateQuestion(template, rowIndex, columnIndex).isDisplay\"\u003e\n \u003cdiv class=\"input-with-delete\"\u003e\n \u003cinput type=\"text\" \n class=\"form-control\"\n numbers-only=\"numbers-only\"\n allow-negative=\"true\" \n autocomplete=\"none\" \n ng-model=\"templateQuestion(template, rowIndex, columnIndex).Answer\"\n ng-disabled=\"templateQuestion(template, rowIndex, columnIndex).IsDisable\"\n ng-class=\"{\u0027error-message\u0027:templateQuestion(template, rowIndex, columnIndex).IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/offline-mobile-otp.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10\"\u003e\n \u003cdiv class=\"mobile-otp\" ng-repeat=\"question in template.Questions\"\u003e\n \u003ch3 ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"question.IsRequired\"\u003e*\u003c/span\u003e\u003cspan ng-bind-html=\"question.Question\"\u003e\u003c/span\u003e\n \u003ca href=\"#\" onclick=\"void(0)\" class=\"access-info\" ng-if=\"question.ShortDescription!=null \u0026\u0026 question.ShortDescription!=\u0027\u0027\"\u003e\n \u003ci class=\"glyphicon glyphicon-info-sign info-icon\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyIconColor}\" ng-if=\"question.ShortDescription!=null \u0026\u0026 question.ShortDescription!=\u0027\u0027\" tooltip=\"{{question.ShortDescription}}\" tooltip-append-to-body=\u0027true\u0027 tooltip-placement=\"bottom\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003c/h3\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl\" class=\"mb que-image\"\u003e\n \u003cimg ng-src=\"{{question.QuestionMediaUrl}}\" class=\"img-responsive\" /\u003e\n \u003c/div\u003e\n \u003cwebformquestiontemplate question=\"question\"\u003e\u003c/webformquestiontemplate\u003e\n \u003cdiv class=\"otp-button\"\u003e\n \u003cbutton type=\"button\" class=\"mt-sm btn-footer btn-survey btn\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyIconColor}\" ng-show=\"$index==0\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor}\"\u003e\n \u003ca ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e{{question.DataLookupButtonText ? question.DataLookupButtonText : getTextStrings(\u0027buttonsend\u0027)}}\u003c/a\u003e\n \u003c/button\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/phonenumber.html', "\u003c!--for phone number--\u003e\n\u003cinput type=\"text\" ng-model=\"question.Answer\" autocomplete=\"none\" class=\"form-control phone-input\" ng-disabled=\"question.IsReadOnly || question.IsDisable\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" numbers-only=\"numbers-only\"\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton-male-female.html', "\u003cdiv class=\"gender row ph-lg pv-lg\"\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[0]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"male\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[0]}}\n \u003c/label\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[1]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"female\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[1]}}\n \u003c/label\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton-true-false.html', "\u003cdiv class=\"trueFalse row ph-lg pv-lg\"\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[0]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"true\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[0]}}\n \u003c/label\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[1]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"false\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[1]}}\n \u003c/label\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton-with-media-right.html', "\u003cdiv class=\"flex-col-container ph0\"\u003e\n \u003cdiv class=\"media-select media-radio\" ng-class=\"displayColumnsClass(question)\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-img\"\u003e\n \u003cinput type=\"radio\" id=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" name=\"Q-{{question.Id}}\" value=\"{{option}}\" ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable || question.IsReadOnly\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003clabel for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" image-magnify /\u003e\n \u003c/label\u003e\n \u003cinput type=\"text\" ng-if=\"$last \u0026\u0026 question.QuestionTypeId == 8 \u0026\u0026 question.Answer==question.ActualQuestionOptions[question.ActualQuestionOptions.length-1]\"\n class=\"width100per form-control text-input pos-relative opacity-unset\" ng-model=\"question.OtherAnswer\"\n ng-disabled=\"question.IsDisable\" ng-class=\"{\u0027error-message\u0027:question.IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n \u003cdiv class=\"media-label\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton-with-media.html', "\u003cdiv class=\"media-top-label flex-col-container ph0\"\u003e\n \u003cdiv class=\"media-select media-radio pos-stack\" ng-class=\"displayColumnsClass(question)\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-container\"\u003e\n \u003cdiv class=\"media-label\" for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" ng-if=\"question.InfoFieldType != 13 \u0026\u0026 question.Orientation==\u0027Top\u0027\"\u003e{{option}}\u003c/div\u003e\n \u003cdiv class=\"media-img\"\u003e\n \u003cinput type=\"radio\" id=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" name=\"Q-{{question.Id}}\" value=\"{{option}}\" ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable || question.IsReadOnly\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003clabel for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" image-magnify/\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cdiv class=\"media-label\" for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" ng-if=\"question.InfoFieldType != 13 \u0026\u0026 question.Orientation==\u0027Bottom\u0027\"\u003e{{option}}\u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton-yes-no.html', "\u003cdiv class=\"yesNo row ph-lg pv-lg\"\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[0]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"yes\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[0]}}\n \u003c/label\u003e\n \u003clabel class=\"radio-img preview col-sm-2 text-center\"\u003e\n \u003cinput type=\"radio\" name=\"r1\" value=\"{{question.Options[1]}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"no\"\u003e\u003c/span\u003e\u003cbr /\u003e\u003cbr /\u003e\n {{question.Options[1]}}\n \u003c/label\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobutton.html', "\u003cdiv ng-if=\"question.Orientation==\u0027Right\u0027\" class=\"flex-col-container ph0\"\u003e\n \u003cdiv class=\"radio c-radio mr-0\" ng-class=\"displayColumnsClass(question)\" ng-repeat=\"option in question.Options\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" name=\"Q-{{question.Id}}\" value=\"{{option}}\" ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable || question.IsReadOnly\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{question.InfoFieldType != 13 ? option : \u0027\u0027}}\n \u003c/label\u003e\n \u003cinput type=\"text\" ng-if=\"$last \u0026\u0026 question.QuestionTypeId == 8 \u0026\u0026 question.Answer==question.ActualQuestionOptions[question.ActualQuestionOptions.length-1]\"\n class=\"width100per form-control text-input pos-relative opacity-unset\" ng-model=\"question.OtherAnswer\"\n ng-disabled=\"question.IsDisable\" ng-class=\"{\u0027error-message\u0027:question.IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv class=\"media-center flex-col-container ph0\" ng-if=\"question.Orientation!=\u0027Right\u0027\"\u003e\n \u003cdiv class=\"top-label\" ng-class=\"displayColumnsClass(question)\" ng-if=\"question.Orientation==\u0027Top\u0027\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"radio c-radio mr-0 wd-xl\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cdiv class=\"radio-checkbox-orientation\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/div\u003e\n \u003cinput type=\"radio\" name=\"Q-{{question.Id}}\" value=\"{{option}}\" ng-model=\"question.Answer\" ng-disabled=\"question.IsDisable || question.IsReadOnly\" ng-required=\"question.IsRequired\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-circle\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"top-label bottom-label\" ng-class=\"displayColumnsClass(question)\" ng-if=\"question.Orientation==\u0027Bottom\u0027\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"radio c-radio\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" name=\"Q-{{question.Id}}\" value=\"{{option}}\" ng-model=\"question.Answer\" ng-required=\"question.IsRequired\" ng-disabled=\"question.IsDisable || question.IsReadOnly\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-circle\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\" tooltip=\"{{option}}\" tooltip-append-to-body=\u0027true\u0027 tooltip-placement=\"right\"\u003e\u003c/span\u003e\n \u003cdiv class=\"radio-checkbox-orientation bottom\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/div\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobuttonwithother.html', "\u003c!--for radio button with other--\u003e\n\u003cdiv class=\"question-position\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-if=\"!question.OptionsMediaGroupId\"\u003e\n \u003cdiv class=\"radio c-radio\" ng-repeat=\"option in question.Options\" ng-if=\"question.Orientation == \u0027Right\u0027\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" \n name=\"Q-{{question.Id}}\" \n ng-value=\"option\" \n ng-model=\"question.Answer\" \n ng-disabled=\"question.IsDisable\" \n ng-required=\"question.IsRequired\" \n ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{question.InfoFieldType != 13 ? option : \u0027\u0027}}\n \u003c/label\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003cdiv ng-if=\"question.Orientation==\u0027Right\u0027 \u0026\u0026 [32,18,19].indexOf(question.QuestionTypeId) === -1 \u0026\u0026 question.OptionsMediaGroupId\" ng-class=\"{\u0027error-message\u0027:question.IsError}\"\u003e\n \u003cdiv class=\"media-select media-radio\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-img\"\u003e\n \u003cinput type=\"radio\" \n id=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" \n name=\"Q-{{question.Id}}\" \n ng-value=\"option\" \n ng-model=\"question.Answer\" \n ng-disabled=\"question.IsDisable\" \n ng-required=\"question.IsRequired\" \n ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003clabel for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" /\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cspan for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" ng-if=\"question.InfoFieldType != 13\"\u003e{{option}}\u003c/span\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003cinput type=\"text\" ng-if=\"question.Answer==question.ActualQuestionOptions[question.ActualQuestionOptions.length-1]\" class=\"width100per form-control text-input\" ng-model=\"question.OtherAnswer\" ng-disabled=\"question.IsDisable\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/radiobuttonwithtext.html', "\u003c!--for radio button with other--\u003e\n\u003cdiv class=\"question-position\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-if=\"!question.OptionsMediaGroupId\"\u003e\n \u003cdiv ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"radio c-radio\" ng-if=\"question.Orientation == \u0027Right\u0027\"\u003e\n \u003clabel ng-if=\"question.Orientation == \u0027Right\u0027\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" name=\"Q-{{question.Id}}\" ng-value=\"option\" \n ng-model=\"question.Answer\" \n ng-disabled=\"question.IsDisable\" \n ng-required=\"question.IsRequired\" \n ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{option}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"radioShowTextBox(question, option)\"\u003e\n \u003cinput type=\"text\" class=\"width100per form-control text-input\" ng-model=\"question.OtherAnswer\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003cbr /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003cdiv ng-if=\"question.Orientation==\u0027Right\u0027 \u0026\u0026 [32,18,19].indexOf(question.QuestionTypeId) === -1 \u0026\u0026 question.OptionsMediaGroupId\" ng-class=\"{\u0027error-message\u0027:question.IsError}\"\u003e\n \u003cdiv class=\"media-select media-radio\" ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"media-img\"\u003e\n \u003cinput type=\"radio\" id=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\" \n name=\"Q-{{question.Id}}\" \n ng-value=\"option\" \n ng-model=\"question.Answer\" \n ng-disabled=\"question.IsDisable\" \n ng-required=\"question.IsRequired\" \n ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003clabel for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\"\u003e\n \u003cimg ng-src=\"{{getOptionMediaUrl(question, option)}}\" /\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cspan for=\"{{\u0027rb-\u0027 + question.Id + \u0027-\u0027 + $index}}\"\u003e{{option}}\u003c/span\u003e\n \u003cdiv ng-if=\"radioShowTextBox(question, option)\"\u003e\n \u003cinput type=\"text\" class=\"width100per form-control text-input\" ng-model=\"question.OtherAnswer\" ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003cbr /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\n"); $templateCache.put('/Areas/WebSurvey/Template/radiogrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"option in getTemplateOptions(template)\" ng-if=\"option\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\u003cdiv\u003e{{option}}\u003c/div\u003e\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"question in getTemplateQuestions(template.Questions)\" ng-hide=\"!question.isDisplay || !question.Question\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"!template.templateMinVal \u0026\u0026 template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{question.Question}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"option in getTemplateOptions(template)\" ng-if=\"option\"\u003e\n \u003cdiv class=\"radio c-radio\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" name=\"Q-{{question.Id}}\" ng-value=\"option\" ng-model=\"question.Answer\"\n ng-disabled=\"question.IsDisable\" ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cspan class=\"media-title\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e{{option}}\u003c/span\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/radiogridwithother.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"table\" style=\"table-layout:fixed\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"option in getTemplateOptions(template)\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor, \u0027min-width\u0027: $last ? \u0027100px\u0027 : \u002750px\u0027}\"\u003e{{option}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-class=\"{\u0027error-message\u0027:question.IsError}\" ng-repeat=\"question in template.Questions\" ng-hide=\"!question.isDisplay\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"!template.templateMinVal \u0026\u0026 template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{question.Question}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"option in question.Options\"\u003e\n \u003cdiv class=\"radio c-radio\" ng-if=\"!$last || !question.IsOtherTextBox\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" \n name=\"Q-{{question.Id}}\" \n ng-value=\"option\" \n ng-model=\"question.Answer\" \n ng-click=\"checkUncheckRadio(question)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n \u003c/label\u003e\n \u003c/div\u003e\n \u003cspan class=\"media-title\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e{{option}}\u003c/span\u003e\n \u003cdiv ng-if=\"$last \u0026\u0026 question.IsOtherTextBox\" class=\"input-with-delete\"\u003e\n \u003cinput type=\"text\"\n class=\"form-control\"\n ng-model=\"question.OtherAnswer\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003cspan title=\"Discard\" ng-click=\"RemoveOtherAnswer(question, option);\" class=\"text-danger\"\u003e\u003ci class=\"fa fa-close\"\u003e\u003c/i\u003e\u003c/span\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/Template/ranking-checkbox.html', "\u003c!--\u003cdiv class=\"col-md-6 pl0\"\u003e\n \u003cdiv\u003e\n \u003cdiv ng-repeat=\"ranking in templateRankingsData(template)\" class=\"height-35 mv-sm\"\u003e\n \u003cdiv class=\"ranking-number-box\"\u003e{{templateRankingsDataIndex(template, ranking.name)}}\u003c/div\u003e\n \u003cdiv class=\"inline checkbox c-checkbox\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\"\n value=\"{{ranking.name}}\" checklist-model=\"template.CheckBoxRankingsSelection\" checklist-value=\"ranking.name\" /\u003e\n \u003cspan class=\"fa fa-check top3\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\u0026nbsp;{{ranking.name}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e--\u003e\n\n\u003cdiv\u003e\n \u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"col-md-12 col-sm-12\" ng-repeat=\"option in questionRankingsOptions(question)\"\u003e\n \u003cdiv class=\"ranking-number-box\"\u003e{{questionRankingsOptionsIndex(question, option)}}\u003c/div\u003e\n \u003cdiv class=\"inline checkbox c-checkbox\" ng-class=\"{\u0027disabled\u0027: markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly} \"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"checkbox\" ng-disabled=\"markCheckboxDisabled(question, option) || markCheckboxDisabledPerMaxAllowedSelection(question, option) || question.IsDisable || question.IsReadOnly\"\n value=\"{{option}}\" checklist-model=\"question.Answer\" checklist-value=\"option\" ng-click=\"checkUncheckSelectAllCheckBoxes(question, option)\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027:webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e{{question.InfoFieldType != 13 ? option : \u0027\u0027}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/ranking.html', "\u003cdiv class=\"col-md-6 pl0\"\u003e\n \u003cdiv\u003e\n \u003cdiv ng-repeat=\"ranking in template.Rankings\" class=\"height-35 border-box border-lightgray mv-sm cursor-move noselect\"\u003e\n \u003cdiv templateid=\"{{template.TemplateId}}\" data-allow-transform=\"true\" ng-drop=\"true\" ng-drop-success=\"onDropComplete($index, $data, template)\"\u003e\n \u003cdiv ng-drag-data=\"ranking\" ng-drag=\"true\" ng-drag-start=\"onDragStart($index, $event, template)\"\u003e\n \u003cdiv class=\"pl-sm pr0\"\u003e\n \u003cp class=\"ellipses\" ng-style=\"{color:webformDetails.theme.BodyTextColor}\"\u003e\u003cem class=\"fa fa-reorder fa-fw mr-sm\" ng-style=\"{color:webformDetails.theme.BodyIconColor}\"\u003e\u003c/em\u003e{{ranking.rank}} {{ranking.name}}\u003c/p\u003e\n \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-style=\"{color:webformDetails.theme.BodyTextColor}\"\u003e\u003csmall\u003e{{getTextStrings(\u0027web.dragdropitem\u0027)}}\u003c/small\u003e\u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/rating.html', "\u003cangular-star-rating max=\"question.MaxLengthOrVal\" value=\u0027question.Answer\u0027 t=\"{{question.QuestionTypeId}}\" hover=\u0027true\u0027 ng-disabled=\"question.IsDisable\" is-readonly=\u0027question.IsDisable\u0027\u003e\u003c/angular-star-rating\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/scan.html', "\u003cdiv class=\"row\"\u003e\n \u003cdiv ng-show=\"isPreview || isPreviewConfig\"\u003e\n \u003cdiv class=\"wd-200 mb-lg ml-lg ph-lg pull-left\" style=\"border:1px solid #dde6e9 !important;background-color:white\" \u003e\n \u003cimg src=\"/Content/images/barcode.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group mt-sm mt-sm\" style=\"width:290px\" ng-if=\"question.InfoFieldType2 != 1\"\u003e\n \u003cdiv class=\"ml-lg\"\u003e\n \u003cinput type=\"text\" class=\"form-control mt-sm\" ng-model=\"question.Answer\" disabled readonly ng-readonly\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/signature.html', "\u003c!--for signature--\u003e\n\u003cdiv class=\"row\"\u003e\n \u003cdiv class=\"col-lg-6 col-sm-6 col-xs-12 pull-left\" ng-show=\"!(isPreview || isPreviewConfig)\"\u003e\n \u003cdiv ng-class=\"{\u0027error-message\u0027:question.IsError}\" style=\"max-width:400px;\"\u003e\n \u003cdiv pw-canvas class=\"bg-shadow\"\n version=\"question.version\"\n lastdata=\"question.lastdata\"\n options=\"{undo: true, color: \u0027#000\u0027, lineWidth: \u00273\u0027, customCanvasId : question.Id, lastdata: signatureData[\u0027\u0027 + question.Id]}\"\u003e\u003c/div\u003e\n \u003cdiv class=\"undo\"\u003e\n \u003cbutton ng-click=\"undo(question)\" class=\"btn btn-survey\"\n ng-disabled=\"question.version \u003c 1\"\u003e\n {{getTextStrings(\u0027clear\u0027)}}\n \u003c/button\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv ng-show=\"isPreview || isPreviewConfig\"\u003e\n \u003cdiv class=\"wd-200 pull-left mv-lg mh-lg pv-lg ph-lg\" style=\"border:1px solid #dde6e9 !important;background:white\"\u003e\n \u003cimg src=\"/Content/images/signature.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/subform.html', "\u003ctable class=\"table table-striped table-bordered table-hover\"\u003e\n \u003cthead\u003e\n \u003ctr\u003e\n \u003cth class=\"text-center\"\u003e#\u003c/th\u003e\n \u003cth\u003eName\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eQuestionnaire\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eWeb URL\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eResponses\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eAnalytics\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eArchive\u003c/th\u003e\n \u003cth class=\"text-center\"\u003eStatus\u003c/th\u003e\n \u003cth class=\"text-center\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n\u003c/table\u003e"); $templateCache.put('/Areas/WebSurvey/Template/textarea.html', "\u003ctextarea type=\"text\" rows=\"3\" class=\"form-control\" ng-model=\"question.Answer\" ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" ng-disabled=\"question.IsReadOnly || question.IsDisable\"\u003e\u003c/textarea\u003e\n\u003cp class=\"help-text\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.Suffix!=null \u0026\u0026 question.Suffix!=\u0027\u0027\"\u003e{{question.Suffix}}\u003c/p\u003e"); $templateCache.put('/Areas/WebSurvey/Template/textbox.html', "\u003c!--For single line textbox --\u003e\n\u003cinput type=\"text\"\n ng-if=\"question.IsAutoFilled !== true\"\n ng-model=\"question.Answer\"\n autocomplete=\"none\"\n class=\"form-control text-input\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\"\n ng-readonly=\"question.IsReadOnly === true\"\n ng-disabled=\"question.IsReadOnly || question.IsDisable\"\u003e\n\u003cspan ng-if=\"question.IsAutoFilled === true\" ng-bind-html=\"question.Answer\" style=\"font-weight:bold;font-size:1.5em\"\u003e\u003c/span\u003e\n\u003cp class=\"help-text\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"question.Suffix!=null \u0026\u0026 question.Suffix!=\u0027\u0027\"\u003e{{question.Suffix}}\u003c/p\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/textboxgrid.html', "\u003cdiv ng-show=\"template.Questions.length \u003e 0\" class=\"margin-bottom-10 radio-grid preview-radio-grid\"\u003e\n \u003cdiv class=\"radio-group\"\u003e\n \u003ctable cellpadding=\"0\" cellspacing=\"0\" class=\"grid-template-table\"\u003e\n \u003cthead\u003e\n \u003ctr class=\"m-t-answer\"\u003e\n \u003cth class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\"\u003e\u0026nbsp;\u003c/th\u003e\n \u003cth ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-style=\"{\u0027color\u0027: webformDetails.theme.BodyTextColor}\" ng-if=\"isGridColumnVisible(template, columnIndex)\"\u003e{{column}}\u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr ng-repeat=\"(rowIndex, row) in template.Questions[0].RowOptions\" ng-if=\"isGridRowVisible(template, rowIndex)\"\u003e\n \u003ctd class=\"title\" style=\"{{getRowOptionWidthStyle(template)}}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.Questions[0].IsRequired\"\u003e*\u003c/span\u003e\n {{answerPipingReplaceVariables(row, -1, true)}}\n \u003c/td\u003e\n \u003ctd ng-repeat=\"(columnIndex, column) in template.Questions[0].ColumnOptions\" ng-if=\"templateQuestion(template, rowIndex, columnIndex).isDisplay\"\u003e\n \u003cdiv class=\"input-with-delete\" ng-class=\"{\u0027error-message\u0027:templateQuestion(template, rowIndex, columnIndex).IsError}\"\u003e\n \u003cinput type=\"text\"\n class=\"form-control\"\n ng-model=\"templateQuestion(template, rowIndex, columnIndex).Answer\"\n ng-disabled=\"templateQuestion(template, rowIndex, columnIndex).IsDisable\"\n ng-class=\"{\u0027error-message\u0027:templateQuestion(template, rowIndex, columnIndex).IsError}\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.InputTextColor}\" /\u003e\n \u003c/div\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/time.html', "\u003cdiv\u003e\n \u003cfieldset ng-disabled=\"question.IsDisable\" class=\"time\"\u003e\n \u003cdiv class=\"time-hh\" ng-dropdown-multiselect=\"\" translation-texts=\"question.ButtonTextHH\" data-id=\"{{question.Id}}_hh\" options=\"question.OptionListHH\" extra-settings=\"question.extraSettingsHH\"\n showselectedlabel=\"true\" \n selected-model=\"question.SelectedHH\"\n ng-style=\"{\u0027color\u0027: webformDetails.theme.InputTextColor}\"\n ng-class=\"question-dropdown\" \n ng-disabled=\"question.IsDisable\"\u003e\u003c/div\u003e\n \u003cdiv class=\"time-separator\"\u003e : \u003c/div\u003e\n \u003cdiv class=\"time-mm\" ng-dropdown-multiselect=\"\" translation-texts=\"question.ButtonTextMM\" data-id=\"{{question.Id}}_mm\" options=\"question.OptionListMM\" extra-settings=\"question.extraSettingsMM\"\n showselectedlabel=\"true\" selected-model=\"question.SelectedMM\" ng-class=\"question-dropdown\" ng-disabled=\"question.IsDisable\"\u003e\u003c/div\u003e\n \u003c/fieldset\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Template/video.html', "\u003cdiv class=\"row\"\u003e\n \u003cdiv ng-show=\"isPreview || isPreviewConfig\"\u003e\n \u003cdiv class=\"wd-200 pull-left mv-lg mh-lg pv-lg ph-lg\" style=\"border:1px solid #dde6e9 !important;background:white\"\u003e\n \u003cimg src=\"/Content/images/video.png\" width=\"100%\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n"); $templateCache.put('/Areas/WebSurvey/Login/webform-login.html', "\u003c!--Login Panel--\u003e\n\u003cdiv class=\"wrapper-block admin-front login-wrapper\" ng-controller=\"LoginCtrl\" fittosize=\"168\"\u003e\n \u003c!--\u003cdiv fittosize=\"86\" class=\"valign-center\"\u003e--\u003e\n \u003cdiv class=\"content-bg\" ng-if=\"!hasError\"\u003e\n \u003c!-- END Top Navbar--\u003e\n \u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"block-center wd-xxl\"\u003e\n \u003c!-- START panel--\u003e\n \u003cdiv class=\"panel panel-dark panel-flat\"\u003e\n \u003cdiv class=\"panel-heading text-center\"\u003e\n Sign In To GoSurvey\n \u003c/div\u003e\n \u003cdiv class=\"panel-body\"\u003e\n \u003cform role=\"form\" name=\"loginForm\" id=\"loginForm\" novalidate class=\"form-wrap\"\u003e\n \u003cdiv ng-show=\"authMsg\" class=\"alert-danger email-alert text-center ng-hide\"\u003e{{authMsg}}\u003c/div\u003e\n \u003cdiv class=\"form-group\"\u003e\n \u003clabel\u003eUsername\u003c/label\u003e\n \u003cinput id=\"username\" type=\"text\" name=\"account_username\" placeholder=\"Username\" autofocus autocomplete=\"off\" ng-model=\"account.Username\" class=\"form-control\" required /\u003e\n\n \u003cspan ng-show=\"loginForm.account_username.$dirty \u0026amp;\u0026amp; loginForm.account_username.$error.required\" class=\"text-danger ng-hide\"\u003eThis field is required\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group\"\u003e\n \u003clabel\u003ePassword\u003c/label\u003e\n \u003cinput id=\"password\" type=\"password\" name=\"account_password\" placeholder=\"Password\" autocomplete=\"off\" ng-model=\"account.Password\" required=\"\" class=\"form-control\" /\u003e\n\n \u003cspan ng-show=\"loginForm.account_password.$dirty \u0026amp;\u0026amp; loginForm.account_password.$error.required\" class=\"text-danger ng-hide\"\u003eThis field is required\u003c/span\u003e\n \u003c/div\u003e\n \u003cbutton type=\"submit\" ng-click=\"login()\" class=\"btn btn-block btn-custom-blue mt-sm\"\u003eSign In\u003c/button\u003e\n \u003c/form\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c!-- END panel--\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c!--\u003c/div\u003e--\u003e\n \u003cdiv ng-if=\"hasError\" ng-class=\"customStyle\"\u003e\n \u003cheader class=\"reduced inner-header fixed-top inner-slide\"\u003e\n \u003cdiv class=\"container\"\u003e\n \u003cdiv id=\"logo-wrapper\"\u003e\n \u003ca id=\"logo\" href=\"/\"\u003e\u003cimg src=\"/Content/images/admin-logo.png\" height=\"35\" alt=\"GoSurvey\"\u003e\u003c/a\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/header\u003e\n \u003cdiv class=\"wrapper-block container\"\u003e\n \u003cdiv class=\"comment-text\"\u003e\n \u003clabel\u003eOops! This survey couldn\u0027t be found\u003c/label\u003e\n \u003cdiv class=\"comment-inner-content\"\u003e\n \u003cp class=\"content-message\"\u003e\n Please double-check the link of the survey. For additional help, write us at \u003ca target=\u0027_balnk\u0027 href=\u0027https://www.gosurvey.in/contact-us/\u0027\u003eSupport\u003c/a\u003e\u003cbr /\u003e GoSurvey Team\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n\u003c/div\u003e\n\n\n\n\n\n"); $templateCache.put('/Areas/WebSurvey/WebForm/Layout/webform-contentview.html', "\u003c!-- top navbar--\u003e\n\u003cdiv data-loader\u003e\u003c/div\u003e\n\u003c!-- Main section--\u003e\n\u003c!-- Page content--\u003e\n\u003cdiv ui-view=\"WebformData\" autoscroll=\"false\" ng-class=\"app.viewAnimation\"\u003e\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/WebForm/web-form-template.html', "\u003cform class=\"question-container\"\u003e\n \u003cspan class=\"survey-month\"\u003e{{surveyMonth | date : \u0027MMM - yyyy\u0027}}\u003c/span\u003e\n \u003cdiv ng-repeat=\"group in questionDetails.Groups\" ng-if=\"group.isDisplay\"\u003e\n \u003cdiv class=\"text-group\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor}\" ng-if=\"group.GroupTitle \u0026\u0026 webformDetails.layoutType==1\"\u003e\n \u003cspan ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupTextColor}\" ng-bind-html=\"answerPipingReplaceVariables(group.GroupTitleHtml, group.Templates[0].Questions[0].Id)\"\u003e\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv class=\"panel-body\"\u003e\n \u003cfieldset\u003e\n \u003cdiv class=\"form-group question\" ng-class=\"{\u0027template8\u0027: template.TemplateType == 8}\" ng-repeat=\"template in group.Templates\" template=\"{{template.TemplateType}}\"\u003e\n \u003ch3 ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"template.TemplateType != 0 \u0026\u0026 webformDetails.layoutType==1 \u0026\u0026 isPreview\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.Questions[0].IsRequired \u0026\u0026 template.TemplateTitle!=\u0027\u0027 \u0026\u0026 template.TemplateTitle != undefined\"\u003e*\u003c/span\u003e\u003cspan ng-bind-html=\"template.TemplateTitleHtml\"\u003e\u003c/span\u003e\n \u003c/h3\u003e\n \u003cdiv ng-repeat=\"question in template.Questions\" ng-hide=\"!question.isDisplay\" ng-class=\"getQuestionTypeClass(question)\" ng-if=\"template.TemplateType==0 || (template.TemplateType == 3 \u0026\u0026 isPreview \u0026\u0026 webformDetails.layoutType==1)\"\u003e\n \u003cdiv style=\"position:relative\" ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cdiv class=\"web-question-detail pb-sm\" ng-class=\"{\u0027required\u0027 : question.IsRequired}\"\u003e\n \u003cspan style=\"display:inline-block\"\u003e\n \u003cspan ng-bind-html=\"question.QuestionHtml\"\u003e\u003c/span\u003e\n \u003ca href=\"#\" onclick=\"void(0)\" class=\"access-info\"\n ng-if=\"question.ShortDescription!=null \u0026\u0026 question.ShortDescription!=\u0027\u0027\"\u003e\n \u003ci class=\"glyphicon glyphicon-info-sign info-icon\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyIconColor}\" tooltip=\"{{question.ShortDescription}}\"\n tooltip-append-to-body=\u0027true\u0027 tooltip-placement=\"bottom\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003c/span\u003e\n \u003c/div\u003e\n \u003cbutton ng-click=\"showSubForm(question)\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey pull-right mb-lg\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\n ng-if=\"question.QuestionTypeId == 37\"\u003e\n \u003ci class=\"fa fa-plus\"\u003e\u003c/i\u003e\u0026nbsp;Add\n \u003c/button\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl \u0026\u0026 question.QuestionMediaTypeId == 1\" class=\"mb que-image\"\u003e\n \u003cimg ng-src=\"{{question.QuestionMediaUrl}}\" class=\"img-responsive\" /\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl \u0026\u0026 question.QuestionMediaTypeId == 2 \u0026\u0026 webformDetails.layoutType==2\" class=\"mb que-image\"\u003e\n \u003caudio controls class=\"audio-control\" id=\"Audio{{question.Id}}\" autoplay=\"autoplay\"\n ng-src=\"{{question.QuestionMediaUrl}}\"\u003e\n Your browser does not support the\n \u003ccode\u003eaudio\u003c/code\u003e element.\n \u003c/audio\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl \u0026\u0026 question.QuestionMediaTypeId == 2 \u0026\u0026 webformDetails.layoutType==1\" class=\"mb que-image\"\u003e\n \u003caudio controls class=\"audio-control\" id=\"Audio{{question.Id}}\"\n ng-src=\"{{question.QuestionMediaUrl}}\"\u003e\n Your browser does not support the\n \u003ccode\u003eaudio\u003c/code\u003e element.\n \u003c/audio\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl \u0026\u0026 question.QuestionMediaTypeId == 3 \u0026\u0026 webformDetails.layoutType==2\" class=\"mb que-image\"\u003e\n \u003cvideo controls class=\"audio-control question-video\" id=\"Audio{{question.Id}}\" autoplay=\"autoplay\" controlsList=\"nodownload\"\n ng-src=\"{{question.QuestionMediaUrl}}\"\u003e\n Your browser does not support the\n \u003ccode\u003evideo\u003c/code\u003e element.\n \u003c/video\u003e\n \u003c/div\u003e\n \u003cdiv ng-if=\"question.QuestionMediaUrl \u0026\u0026 question.QuestionMediaTypeId == 3 \u0026\u0026 webformDetails.layoutType==1\" class=\"mb que-image\"\u003e\n \u003cvideo controls class=\"audio-control question-video\" id=\"Audio{{question.Id}}\" controlsList=\"nodownload\"\n ng-src=\"{{question.QuestionMediaUrl}}\"\u003e\n Your browser does not support the\n \u003ccode\u003evideo\u003c/code\u003e element.\n \u003c/video\u003e\n \u003c/div\u003e\n \u003cwebformquestiontemplate question=\"question\"\u003e\u003c/webformquestiontemplate\u003e\n \u003cdiv class=\"mr-lg mb-lg\" ng-if=\"!isLanguageSelection2() || (!question.Formula)\"\u003e\n \u003cbutton ng-click=\"dataLookup(question)\" type=\"button\" class=\"btn mt-sm btn-footer btn-survey btn-right\"\n ng-show=\"question.DataLookupButtonText\" ng-disabled=\"question.IsDisplayReset\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e\n {{question.DataLookupButtonText ? question.DataLookupButtonText : getTextStrings(\u0027buttonsend\u0027)}}\n \u003c/button\u003e\n \u003cbutton type=\"button\" class=\"btn mt-sm btn-danger btn-survey btn-right\"\n ng-show=\"question.DataLookupButtonText \u0026\u0026 question.IsDisplayReset\"\n ng-click=\"clearDataLookUp(question)\"\u003e\n {{getTextStrings(\u0027cancel\u0027)}}\n \u003c/button\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"QTitle\" ng-class=\"{\u0027error\u0027: (showErrorBorder \u0026\u0026 template.isError)}\" ng-if=\"!(template.TemplateType==0 || (template.TemplateType == 3 \u0026\u0026 isPreview \u0026\u0026 webformDetails.layoutType==1))\" template=\"template.TemplateType\" ng-hide=\"IsHiddenTemplate(template)\"\u003e\n \u003ch3 ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\" ng-if=\"template.TemplateTitle!=\u0027\u0027 \u0026\u0026 template.TemplateTitle != undefined\"\u003e\n \u003cspan class=\"validate-icon\" ng-if=\"template.templateMinVal\"\u003e*\u003c/span\u003e\u003cspan ng-bind-html=\"template.TemplateTitleHtml\"\u003e\u003c/span\u003e\n \u003c/h3\u003e\n \u003cwebformquestiontemplate question=\"template.question\" template=\"template\" group=\"group\"\u003e\u003c/webformquestiontemplate\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/fieldset\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/form\u003e\n\u003cdiv class=\"panel-footer\"\u003e\n \u003cbutton ng-click=\"!questionDetails.Groups[0].Templates[0].Questions[0].PreventBack \u0026\u0026 previous($index)\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey btn-left\"\n ng-disabled=\"questionDetails.Groups[0].Templates[0].Questions[0].PreventBack\"\n ng-style=\"{\u0027display\u0027: (activeSurveyConfig.currentPageIndex == 0 ? \u0027none\u0027: \u0027\u0027), \u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e\n \u003ci class=\"glyphicon glyphicon-menu-left arrow-prev\"\u003e\u003c/i\u003e\u0026nbsp;{{getTextStrings(\u0027previous\u0027)}}\n \u003c/button\u003e\n \u003cbutton ng-click=\"resetSelectedLanguage()\"\n ng-show=\"showChangeLanguageButton() \u0026\u0026 !isLanguageSelection2()\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey btn-left\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e\n {{getTextStrings(\u0027change language\u0027)}}\n \u003c/button\u003e\n \u003cbutton ng-click=\"resetSelectedLanguage()\"\n ng-show=\"showChangeLanguageButton() \u0026\u0026 isLanguageSelection2()\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey btn-left\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor,\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e\n {{getTextStrings(\u0027previous\u0027)}}\n \u003c/button\u003e\n \u003cbutton ng-click=\"save()\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey pull-right btn-right btn-finish\"\n ng-if=\"activeSurveyConfig.currentPageIndex==activeSurveyConfig.questionConfiguration.Pages.length-1\"\n ng-disabled=\"isNextNavigationDisabled()\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor, \u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e\n {{getTextStrings(\u0027finish\u0027)}}\u0026nbsp;\u003ci class=\"glyphicon glyphicon glyphicon-flag arrow-finish\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003cbutton ng-click=\"next($index, true)\"\n type=\"submit\"\n class=\"btn btn-footer btn-survey pull-right btn-right\"\n ng-disabled=\"isNextNavigationDisabled()\"\n ng-if=\"activeSurveyConfig.currentPageIndex\u003cactiveSurveyConfig.questionConfiguration.Pages.length-1\"\n ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor, \u0027color\u0027:webformDetails.theme.GroupTextColor }\"\u003e\n {{getTextStrings(\u0027next\u0027)}}\u0026nbsp;\u003ci class=\"glyphicon glyphicon-menu-right arrow-next\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003cdiv class=\"page-info\"\n ng-if=\"surveyConfig.surveyProgressInfo.display\"\n ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupBackgroundColor, \u0027background-color\u0027:webformDetails.theme.GroupTextColor }\"\u003e\n \u003cspan\u003e{{$index + 1}}\u003c/span\u003e\n \u003cspan\u003eof\u003c/span\u003e\n \u003cspan\u003e{{activeSurveyConfig.questionConfiguration.Pages.length}}\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n\u003c/div\u003e"); $templateCache.put('/Areas/WebSurvey/WebForm/web-form.html', "\u003cdiv ng-if=\"!activateWebSurvey\" ng-class=\"customStyle\"\u003e\n \u003cheader class=\"reduced inner-header fixed-top inner-slide\"\u003e\n \u003cdiv class=\"container\"\u003e\n \u003cdiv id=\"logo-wrapper\"\u003e\n \u003ca id=\"logo\" href=\"/\"\u003e\u003cimg src=\"/Content/images/admin-logo.png\" height=\"35\" alt=\"GoSurvey\"\u003e\u003c/a\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/header\u003e\n \u003cdiv class=\"wrapper-block container\"\u003e\n \u003cdiv class=\"comment-text\"\u003e\n \u003clabel ng-bind-html=\"webSurveyErrorTitle\"\u003e\u003c/label\u003e\n \u003cdiv class=\"comment-inner-content\"\u003e\n \u003cp class=\"content-message\" ng-bind-html=\"webSurveyMessage\"\u003e\n \u003c/p\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv ng-show=\"showWelcomeText()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003csection id=\"content\" class=\"wrapper-md\"\u003e\n \u003cform\u003e\n \u003cspan class=\"survey-month\"\u003e{{surveyMonth | date : \u0027MMM - yyyy\u0027}}\u003c/span\u003e\n \u003cspan ng-bind-html=\"webformDetails.startPage\"\u003e\n \u003c/span\u003e\n \u003cdiv class=\"feedback-block\"\u003e\n \u003cbutton ng-click=\"startSurveyForm()\" type=\"submit\" class=\"btn btn-right center-block start\" style=\"background-color:rgba(0,0,0,0.8);color:#ffffff;\"\u003e\n {{getTextStrings(\u0027starthere\u0027)}}\u003ci class=\"glyphicon glyphicon-menu-right arrow-start-end\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003cdiv class=\"survey-valid-till\"\u003e{{surveyValidTill}}\u003c/div\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n \u003c/section\u003e\n\u003c/div\u003e\n\u003cdiv ng-show=\"showWelcomeImage()\" ng-class=\"customStyle\" ng-style=\"{\u0027background-image\u0027:webformDetails.welcomeImage}\"\u003e\n \u003csection id=\"content\" class=\"wrapper-md\"\u003e\n \u003cform\u003e\n \u003cspan class=\"survey-month\"\u003e{{surveyMonth | date : \u0027MMM - yyyy\u0027}}\u003c/span\u003e\n \u003cdiv class=\"feedback-block\"\u003e\n \u003cbutton ng-click=\"startSurveyForm()\" type=\"submit\" class=\"btn btn-right center-block start\" style=\"background-color:rgba(0,0,0,0.8);color:#ffffff;\"\u003e\n {{getTextStrings(\u0027starthere\u0027)}}\u003ci class=\"glyphicon glyphicon-menu-right arrow-start-end\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003cdiv class=\"survey-valid-till\"\u003e{{surveyValidTill}}\u003c/div\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n \u003c/section\u003e\n\u003c/div\u003e\n\u003cdiv ng-show=\"showErorMessage()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003cdiv class=\"panel-heading\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cform\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"security-error\"\u003e\n \u003cspan class=\"title\" ng-bind-html=\"webSurveyErrorTitle\"\u003e\n \u003c/span\u003e\n \u003cspan ng-bind-html=\"webSurveyMessage\"\u003e\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n\u003c/div\u003e\n\u003cdiv ng-show=\"showSuccessMessage()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003cdiv class=\"panel-heading\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cform\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"pt-lg\"\u003e\n \u003cspan class=\"title\" ng-if=\"webSurveyMessageTitle\" ng-bind-html=\"webSurveyMessageTitle\"\u003e\n \u003c/span\u003e\n \u003cspan ng-bind-html=\"webSurveyMessage\"\u003e\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n\u003c/div\u003e\n\u003cdiv ng-if=\"showLanguageSelection2()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003csection class=\"panel bg\"\u003e\n \u003cstyle\u003e\n .startup-title {\n font-weight: 500;\n font-size: 24px;\n line-height: 1.5em;\n }\n .startup-footer {\n margin-top:20px;\n margin-bottom:20px;\n }\n \u003c/style\u003e\n \u003cdiv class=\"bg-color\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyColor}\" ng-class=\"{\u0027opacity-07\u0027:webformDetails.theme.FormBackgroundImage}\"\u003e \u003c/div\u003e\n \u003cdiv class=\"panel-heading\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cform class=\"form-horizontal ph-lg\"\u003e\n \u003cdiv class=\"text-center pt-lg pb-sm startup-title\"\u003eWelcome to States\u0027 Startup Ranking 2022\u003c/div\u003e\n \u003cdiv class=\"mb-lg mt-sm ml-sm\"\u003e\n English is the default language for the survey, if you want to choose any other language – kindly choose from the below options as per your preference.\n \u003c/div\u003e\n \u003cdiv class=\"wd-200\"\u003e\n \u003cselect ng-model=\"$parent.surveyLanguage\" name=\"language-selection\" class=\"form-control\"\u003e\n \u003coption ng-repeat=\"language in surveyLanguages\"\u003e{{language}}\u003c/option\u003e\n \u003c/select\u003e\n \u003c/div\u003e\n \u003cdiv class=\"startup-footer\"\u003e\n We are collecting feedback from the startup ecosystem across various domains to understand the on-ground implementation of initiatives. As you are an integral part of the startup ecosystem, your responses will be extremely helpful.\n \u003cbr /\u003e\u003cbr /\u003e\n We are collecting feedback for the \u003cstrong\u003eStates’ Startup Ranking 2022\u003c/strong\u003e which is an annual exercise undertaken by the Department for Promotion of Industry and Internal Trade (DPIIT).\n This survey is part of the States\u0027 Startup Ranking Exercise 2022 which is an yearly capacity building exercise created and released by DPIIT that evaluates all of India\u0027s states and union territories on their efforts to build an ecosystem conducive to startup growth.\n \u003cbr /\u003e\u003cbr /\u003e\n We would request your valuable contribution to this exercise by filling out the survey form.\n \u003c/div\u003e\n \u003c/form\u003e\n \u003cdiv class=\"panel-footer\"\u003e\n \u003cbutton type=\"submit\" ng-click=\"selectPrefferedLanguage()\" class=\"btn-footer btn-survey btn\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor}\"\u003e\n \u003cspan ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003eNEXT\u003c/span\u003e\n \u003c/button\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003ccopyright\u003e\u003c/copyright\u003e\n\n \u003c/section\u003e\n\u003c/div\u003e\n\u003cdiv ng-if=\"showLanguageSelection()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003csection class=\"panel bg\"\u003e\n \u003cdiv class=\"bg-color\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyColor}\" ng-class=\"{\u0027opacity-07\u0027:webformDetails.theme.FormBackgroundImage}\"\u003e \u003c/div\u003e\n \u003cdiv class=\"panel-heading\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cform class=\"form-horizontal pl-sm\"\u003e\n \u003cdiv class=\"radio c-radio radio-type-5 smily\" ng-repeat=\"language in surveyLanguagesMap\"\u003e\n \u003clabel ng-style=\"{\u0027color\u0027:webformDetails.theme.BodyTextColor}\"\u003e\n \u003cinput type=\"radio\" name=\"language-selection\" ng-click=\"selectLanguage(language)\" value=\"{{language.Value}}\" ng-model=\"selectedLanguageId\" /\u003e\n \u003cspan class=\"fa fa-check\" ng-style=\"{\u0027border-color\u0027: webformDetails.theme.BodyIconColor}\"\u003e\u003c/span\u003e\n {{language.Text}}\n \u003c/label\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n \u003cdiv class=\"panel-footer\"\u003e\n \u003cbutton type=\"submit\" ng-click=\"currentSelectedLanguageId \u003e -1 \u0026\u0026 fetchLingualQuestionnaire()\" class=\"btn-footer btn-survey btn\" ng-disabled=\"currentSelectedLanguageId \u003c 0\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor}\"\u003e\n \u003cspan ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e{{getTextStrings(\u0027button.selectlanguage\u0027)}}\u003c/span\u003e\n \u003c/button\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003ccopyright\u003e\u003c/copyright\u003e\n\n \u003c/section\u003e\n\u003c/div\u003e\n\u003cdiv ng-show=\"showFilterSelection()\" class=\"content-wrapper\" ng-class=\"customStyle\"\u003e\n \u003csection class=\"panel bg\"\u003e\n \u003cdiv class=\"bg-color\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyColor}\" ng-class=\"{\u0027opacity-07\u0027:webformDetails.theme.FormBackgroundImage}\"\u003e \u003c/div\u003e\n \u003cdiv class=\"panel-heading\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cform class=\"form-horizontal\"\u003e\n \u003cspan class=\"survey-month\"\u003e{{surveyMonth | date : \u0027MMM - yyyy\u0027}}\u003c/span\u003e\n \u003cdiv class=\"row filters\"\u003e\n \u003cdiv class=\" col-md-6 col-md-offset-3\"\u003e\n \u003cdiv class=\"form-group\"\u003e\n \u003clabel class=\"col-md-4 control-label\"\u003e\n {{filters.FilterLabel[0].Name}}\n \u003c/label\u003e\n \u003cdiv class=\"col-md-8\"\u003e\n \u003cselect ng-model=\"selectedFilter.level1\" name=\"filter\" class=\"form-control\"\n ng-options=\"filterValue.Name for filterValue in filterOptionsLevel1 track by filterValue.Id\"\u003e\u003c/select\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group\" ng-show=\"filters.FilterLabel.length \u003e 1\"\u003e\n \u003clabel class=\"col-md-4 control-label\"\u003e\n {{filters.FilterLabel[1].Name}}\n \u003c/label\u003e\n \u003cdiv class=\"col-md-8\"\u003e\n \u003cselect ng-model=\"selectedFilter.level2\" name=\"filter\" ng-disabled=\"selectedFilter.level1.Id==0\" class=\"form-control\"\n ng-options=\"filterValue.Name for filterValue in filterOptionsLevel2 track by filterValue.Id\"\u003e\u003c/select\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group\" ng-show=\"filters.FilterLabel.length \u003e 2\"\u003e\n \u003clabel class=\"col-md-4 control-label\"\u003e\n {{filters.FilterLabel[2].Name}}\n \u003c/label\u003e\n \u003cdiv class=\"col-md-8\"\u003e\n \u003cselect ng-model=\"selectedFilter.level3\" name=\"filter\" ng-disabled=\"selectedFilter.level2.Id==0\" class=\"form-control\"\n ng-options=\"filterValue.Name for filterValue in filterOptionsLevel3 track by filterValue.Id\"\u003e\u003c/select\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group\" ng-show=\"filters.FilterLabel.length \u003e 3\"\u003e\n \u003clabel class=\"col-md-4 control-label\"\u003e\n {{filters.FilterLabel[3].Name}}\n \u003c/label\u003e\n \u003cdiv class=\"col-md-8\"\u003e\n \u003cselect ng-model=\"selectedFilter.level4\" name=\"filter\" ng-disabled=\"selectedFilter.level3.Id==0\" class=\"form-control\"\n ng-options=\"filterValue.Name for filterValue in filterOptionsLevel4 track by filterValue.Id\"\u003e\u003c/select\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"form-group\" ng-show=\"filters.FilterLabel.length \u003e 4\"\u003e\n \u003clabel class=\"col-md-4 control-label\"\u003e\n {{filters.FilterLabel[4].Name}}\n \u003c/label\u003e\n \u003cdiv class=\"col-md-8\"\u003e\n \u003cselect ng-model=\"selectedFilter.level5\" name=\"filter\" ng-disabled=\"selectedFilter.level4.Id==0\" class=\"form-control\"\n ng-options=\"filterValue.Name for filterValue in filterOptionsLevel5 track by filterValue.Id\"\u003e\u003c/select\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n \u003cdiv class=\"panel-footer\"\u003e\n \u003cbutton type=\"submit\" ng-click=\"webSurveyFilterId \u0026\u0026 moveToQuestions()\" class=\"btn-footer btn-survey pull-right btn-right\" ng-disabled=\"!webSurveyFilterId\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.GroupBackgroundColor}\"\u003e\n \u003ca ng-style=\"{\u0027color\u0027:webformDetails.theme.GroupTextColor}\"\u003e{{getTextStrings(\u0027next\u0027)}} \u003ci class=\"glyphicon glyphicon-menu-right arrow-next\"\u003e\u003c/i\u003e\u003c/a\u003e\n \u003c/button\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003ccopyright\u003e\u003c/copyright\u003e\n \u003c/section\u003e\n\u003c/div\u003e\n\n\u003cdiv ng-show=\"showWebForm()\"\u003e\n \u003cdiv class=\"content-wrapper\" page=\"{{$index}}\" ng-class=\"customStyle\" ng-repeat=\"questionDetails in activeSurveyConfig.questionConfiguration.Pages\"\u003e\n \u003csection class=\"panel bg\" page=\"{{$index}}\" ng-if=\"$index == activeSurveyConfig.currentPageIndex\" updatedatetime=\"{{page.updateDateTime}}\"\u003e\n \u003cdiv class=\"bg-color\" ng-style=\"{\u0027background-color\u0027:webformDetails.theme.BodyColor}\" ng-class=\"{\u0027opacity-07\u0027:webformDetails.theme.FormBackgroundImage}\"\u003e \u003c/div\u003e\n \u003cdiv class=\"panel-heading web-header\" ng-if=\"webformDetails.showHeader\"\u003e\n \u003cimg ng-src=\"{{webformDetails.headerImage}}\" ng-if=\"webformDetails.headerImage\" class=\"logo\" /\u003e\n \u003cdiv class=\"text-header pull-right\" ng-class=\"{\u0027full-width\u0027: !webformDetails.headerImage}\" ng-style=\"{\u0027color\u0027:webformDetails.theme.HeaderTextColor}\"\u003e\u003cp\u003e{{webformDetails.headerText}}\u003c/p\u003e \u003c/div\u003e\n \u003cdiv class=\"clearfix\"\u003e\u003c/div\u003e\n \u003c/div\u003e{{appVersion}}\n \u003cng-include src=\"webFormTemplateUrl\"\u003e\u003c/ng-include\u003e\n \u003ccopyright\u003e\u003c/copyright\u003e\n \u003c/section\u003e\n \u003c/div\u003e\n\u003c/div\u003e\n\u003csection id=\"content\" class=\"wrapper-md\" ng-show=\"showThankyouFooter()\"\u003e\n \u003cform\u003e\n \u003cdiv class=\"content-wrapper\"\u003e\n \u003csection class=\"panel no-border\"\u003e\n \u003cfooter class=\"feedback-block\" ng-if=\"showStartAgain()\"\u003e\n \u003cbutton ng-click=\"reStartSurveyForm()\" type=\"submit\" class=\"btn btn-right center-block start\" style=\"background-color:rgba(0,0,0,0.8);color:#ffffff;\"\u003e\n {{getTextStrings(\u0027startagain\u0027)}} \u003ci class=\"glyphicon glyphicon-menu-right arrow-start-end\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003c/footer\u003e\n \u003c/section\u003e\n \u003c/div\u003e\n \u003c/form\u003e\n\u003c/section\u003e\n\u003cstyle\u003e\n div[ng-if=\"template.TemplateType==3\"] {\n background-color: rgba(255,255,255,0.1);\n padding: 5px;\n }\n\n div[ng-if=\"template.TemplateType==3\"] \u003e h3 {\n font-size: 20px;\n padding: 5px 0 5px 5px;\n }\n\u003c/style\u003e\n\n"); }]);