{"id":17574,"date":"2025-08-08T10:29:07","date_gmt":"2025-08-08T02:29:07","guid":{"rendered":"https:\/\/wmsb.widetech.com.my\/?page_id=17574"},"modified":"2025-08-18T12:21:16","modified_gmt":"2025-08-18T04:21:16","slug":"add-it-technician-pre-assessment","status":"publish","type":"page","link":"https:\/\/wmsb.widetech.com.my\/ne\/hr\/add-it-technician-pre-assessment\/","title":{"rendered":"HR &#8211; ADD IT TECHNICIAN PRE-ASSESSMENT"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"17574\" class=\"elementor elementor-17574\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-801b452 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"801b452\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e5dfdb4\" data-id=\"e5dfdb4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d2d5a16 elementor-widget elementor-widget-heading\" data-id=\"d2d5a16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HR - ADD IT TECHNICIAN PRE-ASSESSMENT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-261549e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"261549e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-990b3cc\" data-id=\"990b3cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03c6942 elementor-widget elementor-widget-spacer\" data-id=\"03c6942\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e109088 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e109088\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6572ec0\" data-id=\"6572ec0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cbfba97 elementor-widget elementor-widget-text-editor\" data-id=\"cbfba97\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUp(){\n            var $none  = $('#choice_121_46_5'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_46 input[type=checkbox]').not($none);\n\n            \/\/ toggle on change of the \"none\" option\n            $none.off('change.hr12146').on('change.hr12146', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ enforce correct state on load (eg. edit\/validation reload)\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ initial bind\n        wireUp();\n\n        \/\/ re-bind after GF AJAX events (multipage\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUp();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpDoorAccess(){\n            var $none   = $('#choice_121_47_5'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_47 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12147').on('change.hr12147', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce correct state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpDoorAccess();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpDoorAccess();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpDataBackup(){\n            var $none   = $('#choice_121_48_5'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_48 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12148').on('change.hr12148', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload (validation, edit, ajax pages)\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpDataBackup();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpDataBackup();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpHardware(){\n            var $none   = $('#choice_121_63_9'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_63 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12163').on('change.hr12163', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpHardware();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpHardware();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpNetworkingHandled(){\n            var $none   = $('#choice_121_72_8'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_72 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12172').on('change.hr12172', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpNetworkingHandled();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpNetworkingHandled();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpNetworkingCable(){\n            var $none   = $('#choice_121_74_5'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_74 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12174').on('change.hr12174', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpNetworkingCable();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpNetworkingCable();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpOsType(){\n            var $none   = $('#choice_121_79_17'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_79 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12179').on('change.hr12179', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpOsType();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpOsType();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpTroubleshootingTools(){\n            var $none   = $('#choice_121_83_9'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_83 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12183').on('change.hr12183', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpTroubleshootingTools();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpTroubleshootingTools();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpMsOffice(){\n            var $none   = $('#choice_121_111_12'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_111 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121111').on('change.hr121111', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpMsOffice();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpMsOffice();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpMsOfficeApps(){\n            var $none   = $('#choice_121_112_8'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_112 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121112').on('change.hr121112', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpMsOfficeApps();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpMsOfficeApps();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpExcelFeatures(){\n            var $none   = $('#choice_121_114_12'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_114 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121114').on('change.hr121114', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpExcelFeatures();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpExcelFeatures();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpEmailProtocol(){\n            var $none   = $('#choice_121_117_4'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_117 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121117').on('change.hr121117', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpEmailProtocol();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpEmailProtocol();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpEmailSupportTasks(){\n            var $none   = $('#choice_121_119_7'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_119 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121119').on('change.hr121119', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpEmailSupportTasks();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpEmailSupportTasks();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpDevicesSupported(){\n            var $none   = $('#choice_121_100_6'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_100 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121100').on('change.hr121100', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpDevicesSupported();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpDevicesSupported();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpPrinterPhotocopier(){\n            var $none   = $('#choice_121_104_9'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_104 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121104').on('change.hr121104', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpPrinterPhotocopier();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpPrinterPhotocopier();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpAntivirusEndpoints(){\n            var $none   = $('#choice_121_134_15'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_134 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr121134').on('change.hr121134', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce state on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpAntivirusEndpoints();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpAntivirusEndpoints();\n        });\n    });\n    <\/script>\n        <script type=\"text\/javascript\">\n    jQuery(function($){\n\n        function wireUpInventoryTasks(){\n            var $none   = $('#choice_121_91_5'); \/\/ \"NONE OF THE ABOVE\"\n            var $others = $('#input_121_91 input[type=checkbox]').not($none);\n\n            \/\/ Toggle when \"NONE OF THE ABOVE\" changes\n            $none.off('change.hr12191').on('change.hr12191', function () {\n                if (this.checked) {\n                    $others.prop('checked', false).prop('disabled', true);\n                } else {\n                    $others.prop('disabled', false);\n                }\n            });\n\n            \/\/ Enforce on load\/reload\n            if ($none.is(':checked')) {\n                $others.prop('checked', false).prop('disabled', true);\n            } else {\n                $others.prop('disabled', false);\n            }\n        }\n\n        \/\/ Initial bind\n        wireUpInventoryTasks();\n\n        \/\/ Re-bind after GF AJAX renders (multi-page\/conditional)\n        $(document).on('gform_post_render gform_page_loaded', function(){\n            wireUpInventoryTasks();\n        });\n    });\n    <\/script>\n    \t\t\t\t<p><script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_121' style='display:none'><div id='gf_121' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_121'  action='\/ne\/wp-json\/wp\/v2\/pages\/17574#gf_121' data-formid='121' novalidate data-trp-original-action=\"\/ne\/wp-json\/wp\/v2\/pages\/17574#gf_121\"><input type=\"hidden\" name=\"gpuid_existing_value_1\" id=\"gpuid_existing_value_1\" value=\"032af6b18a65cabef2e91968d501722b\" \/>\n        <div id='gf_progressbar_wrapper_121' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Step <span class='gf_step_current_page'>1<\/span> of <span class='gf_step_page_count'>15<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_blue percentbar_6' style='width:6%;'><span>6%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_121_1' class='gform_page' data-js='page-field-id-1' >\n                                    <div class='gform_page_fields'><div id='gform_fields_121' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_4\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_4\" ><div style=\"padding: 15px; border: 1px solid #ccc; background-color: #f9f9f9; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;\">\n\n  <h3 style=\"margin-top: 0;\">Important Notice \u2013 Please Read Before You Begin<\/h3>\n\n  <p>Thank you for your interest in the IT Technician position.<\/p>\n\n  <p>This pre-assessment is intended to assess your authentic technical knowledge, practical experience, and ability to solve real-world IT issues. Additionally, it functions as a preliminary background screening to better understand your professional history and alignment with the responsibilities of the IT Technician position.<\/p>\n\n  <p>To ensure fairness and accuracy in our shortlisting process, we kindly ask the following:<\/p>\n\n  <p><strong>\u2022 Please complete this assessment independently.<\/strong><\/p>\n  <p><strong>\u2022 Do not use any external tools, including AI assistants<\/strong> (such as ChatGPT, Gemini, Copilot, etc.).<\/p>\n\n  <p>We utilize advanced AI detection technology to identify responses that do not reflect personal experience or practical knowledge.<\/p>\n\n  <p>Applicants found to be using AI-generated content will be disqualified from further consideration.<\/p>\n\n  <hr style=\"border: 0; border-top: 1px solid #ddd; margin: 12px 0;\">\n\n  <p><strong>Submission Policy<\/strong><\/p>\n  <p>\u2022 You will have a chance to <strong>preview your answers before submitting<\/strong>.<\/p>\n  <p>\u2022 <strong>Once submitted, your responses are final<\/strong> and cannot be edited or resubmitted.<\/p>\n\n  <p>Your honesty and integrity during this assessment reflect the professionalism we value in our team. We appreciate your cooperation and wish you the best of luck.<\/p>\n\n<\/div>\n<\/div><div id=\"field_121_1\" class=\"gfield gfield--type-uid gfield--input-type-uid field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  data-js-reload=\"field_121_1\" ><label class='gfield_label gform-field-label' for='input_121_1'>ITPA #<\/label><div class='ginput_container ginput_container_hidden'><input name='input_1' id='input_121_1' type='hidden' value=''  \/><\/div><\/div><div id=\"field_121_3\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_3\" ><label class='gfield_label gform-field-label' for='input_121_3'>\u092e\u093f\u0924\u093f<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input readonly='readonly' name='input_3' id='input_121_3' type='text' value='16\/04\/2026' class='gpro-disabled-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/yyyy' aria-describedby=\"input_121_3_date_format gfield_description_121_3\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_121_3_date_format' class='screen-reader-text'>DD slash MM slash YYYY<\/span>\n                        <input type=\"hidden\" id=\"gwro_hidden_capture_121_3\" name=\"gwro_hidden_capture_121_3\" value=\"16\/04\/2026\" class=\"gf-default-disabled\" \/><\/div>\n                        <input readonly='readonly' type='hidden' id='gforms_calendar_icon_input_121_3' class='gform_hidden' value='https:\/\/wmsb.widetech.com.my\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><div class='gfield_description' id='gfield_description_121_3'>Read-Only<\/div><\/div><div id=\"field_121_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_5\" ><label class='gfield_label gform-field-label' for='input_121_5'>\u0928\u093e\u092e<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_121_5' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_5\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_5'>Write Full According To IC<\/div><\/div><div id=\"field_121_6\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_6\" ><label class='gfield_label gform-field-label' for='input_121_6'>EMAIL<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_6' id='input_121_6' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_description_121_6\" \/>\n                        <\/div><div class='gfield_description' id='gfield_description_121_6'>Current Contactable Email Address. Advisable To Use The Same Email Address As Written In Resume.<\/div><\/div><div id=\"field_121_7\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_7\" ><label class='gfield_label gform-field-label' for='input_121_7'>MOBILE CONTACT NUMBER<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_121_7' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_7\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_7'>Current Contactable Phone Number. Advisable To Use The Same Contact Number As Written In Resume. Acceptable Format: 0121234567 or 012345678 (10 \/11 Digits Without Space)<\/div><\/div><div id=\"field_121_8\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_8\" ><h3 class=\"gsection_title\">1. EMPLOYMENT BACKGROUND<\/h3><\/div><div id=\"field_121_9\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_9\" ><label class='gfield_label gform-field-label' for='input_121_9'>TOTAL YEARS WORKING EXPERIENCE<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_9' id='input_121_9' class='large gfield_select'  aria-describedby=\"gfield_description_121_9\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='0-1 YEAR' >0-1 YEAR<\/option><option value='2-3 YEARS' >2-3 YEARS<\/option><option value='4-6 YEARS' >4-6 YEARS<\/option><option value='7-10 YEARS' >7-10 YEARS<\/option><option value='10+ YEARS' >10+ YEARS<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_9'>Overall Working Experience Including Part Time, Internship Etc. <\/div><\/div><div id=\"field_121_10\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_10\" ><label class='gfield_label gform-field-label' for='input_121_10'>CURRENTLY EMPLOYED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_10' id='input_121_10' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_11\" ><label class='gfield_label gform-field-label' for='input_121_11'>JOB TITLE<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_121_11' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_11\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_11'>Input Your Current Or Last Recent Employed Job Title. You May Input Internship For Those Whom Applied That Are Currently In Training.<\/div><\/div><div id=\"field_121_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_12\" ><label class='gfield_label gform-field-label' for='input_121_12'>COMPANY NAME<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_121_12' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_12\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_12'>Input Your Current Or Last Recent Employed Company Name.<\/div><\/div><div id=\"field_121_13\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_13\" ><label class='gfield_label gform-field-label' for='input_121_13'>EMPLOYER INDUSTRY<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_121_13' class='large gfield_select'  aria-describedby=\"gfield_description_121_13\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='EDUCATION' >EDUCATION<\/option><option value='FINANCE' >FINANCE<\/option><option value='GOVERNMENT' >GOVERNMENT<\/option><option value='INFORMATION TECHNOLOGY' >INFORMATION TECHNOLOGY<\/option><option value='LOGISTICS' >LOGISTICS<\/option><option value='MANUFACTURING' >MANUFACTURING<\/option><option value='OTHERS' >\u0905\u0928\u094d\u092f<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_13'>Input Your Current Or Last Recent Company Industry Type.<\/div><\/div><div id=\"field_121_14\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_14\" ><label class='gfield_label gform-field-label' for='input_121_14'>DURATION OF CURRENT EMPLOYEMENT (START)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_14' id='input_121_14' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/yyyy' aria-describedby=\"input_121_14_date_format gfield_description_121_14\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_121_14_date_format' class='screen-reader-text'>DD slash MM slash YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_121_14' class='gform_hidden' value='https:\/\/wmsb.widetech.com.my\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><div class='gfield_description' id='gfield_description_121_14'>Current Or Last Employement Start Date.<\/div><\/div><div id=\"field_121_15\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-quarter field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_15\" ><label class='gfield_label gform-field-label' for='input_121_15'>DURATION OF LAST EMPLOYEMENT (END)<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_15' id='input_121_15' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/yyyy' aria-describedby=\"input_121_15_date_format gfield_description_121_15\" aria-invalid=\"false\" \/>\n                            <span id='input_121_15_date_format' class='screen-reader-text'>DD slash MM slash YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_121_15' class='gform_hidden' value='https:\/\/wmsb.widetech.com.my\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><div class='gfield_description' id='gfield_description_121_15'>Last Recent Employment End Date. Leave Blank If Currently Employed.<\/div><\/div><div id=\"field_121_109\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_109\" ><label class='gfield_label gform-field-label' for='input_121_109'>EXPECTED SALARY (RM)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_109' id='input_121_109' type='number' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_description_121_109\" \/><\/div><div class='gfield_description' id='gfield_description_121_109'>Only Numbers And Round Figure. Example: 1700, 1750 Etc.<\/div><\/div><div id=\"field_121_16\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_16\" ><label class='gfield_label gform-field-label' for='input_121_16'>REASON FOR LEAVING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_16' id='input_121_16' class='textarea small'  aria-describedby=\"gfield_description_121_16\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_16'>Briefly Explain Why You Left Or Plan To Leave Your Current Employment. <\/div><\/div><div id=\"field_121_139\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_139\" ><div style=\"padding: 15px; border: 1px solid #ccc; background-color: #f9f9f9; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;\">\n\n    <h3 style=\"margin-top: 0;\">Personal Data Protection Notice<\/h3>\n\n    <p>As part of our pre-employment checks, we may request your recent payslip(s) to verify your salary and employment details. This helps us ensure a fair and competitive offer.<\/p>\n    \n    <p>By submitting your payslip, you consent to us using this data according to the <b>Malaysian PDPA 2010.<\/b><\/p>\n    \n    <p><b>Providing your payslip is optional<\/b> and will not affect your application. If you prefer, you may submit a redacted payslip (with sensitive details like your IC number blacked out).<\/p>\n\n<\/div>\n<\/div><div id=\"field_121_138\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_138\" ><label class='gfield_label gform-field-label' for='gform_browse_button_121_138'>PAYSLIP<\/label><div class='ginput_container ginput_container_fileupload'><div id='gform_multifile_upload_121_138' data-settings='{&quot;runtimes&quot;:&quot;html5,flash,html4&quot;,&quot;browse_button&quot;:&quot;gform_browse_button_121_138&quot;,&quot;container&quot;:&quot;gform_multifile_upload_121_138&quot;,&quot;drop_element&quot;:&quot;gform_drag_drop_area_121_138&quot;,&quot;filelist&quot;:&quot;gform_preview_121_138&quot;,&quot;unique_names&quot;:true,&quot;file_data_name&quot;:&quot;file&quot;,&quot;url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/?gf_page=374a50d074be22e&quot;,&quot;flash_swf_url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/wp-includes\\\/js\\\/plupload\\\/plupload.flash.swf&quot;,&quot;silverlight_xap_url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/wp-includes\\\/js\\\/plupload\\\/plupload.silverlight.xap&quot;,&quot;filters&quot;:{&quot;mime_types&quot;:[{&quot;title&quot;:&quot;Allowed Files&quot;,&quot;extensions&quot;:&quot;pdf,jpg,jpeg,png&quot;}],&quot;max_file_size&quot;:&quot;10485760b&quot;},&quot;multipart&quot;:true,&quot;urlstream_upload&quot;:false,&quot;multipart_params&quot;:{&quot;form_id&quot;:121,&quot;field_id&quot;:138},&quot;gf_vars&quot;:{&quot;max_files&quot;:&quot;1&quot;,&quot;message_id&quot;:&quot;gform_multifile_messages_121_138&quot;,&quot;disallowed_extensions&quot;:[&quot;php&quot;,&quot;asp&quot;,&quot;aspx&quot;,&quot;cmd&quot;,&quot;csh&quot;,&quot;bat&quot;,&quot;html&quot;,&quot;htm&quot;,&quot;hta&quot;,&quot;jar&quot;,&quot;exe&quot;,&quot;com&quot;,&quot;js&quot;,&quot;lnk&quot;,&quot;htaccess&quot;,&quot;phtml&quot;,&quot;ps1&quot;,&quot;ps2&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;php5&quot;,&quot;php6&quot;,&quot;py&quot;,&quot;rb&quot;,&quot;tmp&quot;]}}' class='gform_fileupload_multifile'>\n\t\t\t\t\t\t\t\t\t\t<div id='gform_drag_drop_area_121_138' class='gform_drop_area gform-theme-field-control'>\n\t\t\t\t\t\t\t\t\t\t\t<span class='gform_drop_instructions'>\u092b\u093e\u0907\u0932\u0939\u0930\u0942 \u092f\u0939\u093e\u0901 \u0921\u094d\u0930\u092a \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d \u0935\u093e <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<button type='button' id='gform_browse_button_121_138' class='button gform_button_select_files gform-theme-button gform-theme-button--control' aria-describedby=\"gfield_upload_rules_121_138 gfield_description_121_138\"  >Select files<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_121_138'>Accepted file types: pdf, jpg, jpeg, png, Max. file size: 10 MB, Max. files: 1.<\/span><ul class='validation_message--hidden-on-empty gform-ul-reset' id='gform_multifile_messages_121_138'><\/ul> <!-- Leave <ul> empty to support CSS :empty selector. --><\/div><div id='gform_preview_121_138' class='ginput_preview_list'><\/div><div class='gfield_description' id='gfield_description_121_138'>Make Sure The Payslip Is Clear<\/div><\/div><div id=\"field_121_140\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_140\" ><h3 class=\"gsection_title\">2. EDUCATION AND QUALIFICATIONS<\/h3><\/div><div id=\"field_121_142\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_142\" ><div style=\"padding: 15px; border: 1px solid #ccc; background-color: #f9f9f9; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;\">\n\n    <h3 style=\"margin-top: 0;\">Personal Data Protection Notice<\/h3>\n\n    <p>As part of our pre-employment checks, we may request your transcript or certificate of achievements to verify your educational qualifications. This helps us ensure a fair and accurate recruitment process.<\/p>\n    \n    <p>By submitting your documents, you consent to us using this data according to the <b>Malaysian PDPA 2010.<\/b><\/p>\n    \n    <p><b>Providing these documents is optional<\/b> and will not affect your application. If you prefer, you may submit redacted versions with sensitive details such as your IC number blacked out.<\/p>\n\n<\/div>\n<\/div><div id=\"field_121_141\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_141\" ><label class='gfield_label gform-field-label' for='gform_browse_button_121_141'>ACADEMIC TRANSCRIPT OR CERTIFICATES<\/label><div class='ginput_container ginput_container_fileupload'><div id='gform_multifile_upload_121_141' data-settings='{&quot;runtimes&quot;:&quot;html5,flash,html4&quot;,&quot;browse_button&quot;:&quot;gform_browse_button_121_141&quot;,&quot;container&quot;:&quot;gform_multifile_upload_121_141&quot;,&quot;drop_element&quot;:&quot;gform_drag_drop_area_121_141&quot;,&quot;filelist&quot;:&quot;gform_preview_121_141&quot;,&quot;unique_names&quot;:true,&quot;file_data_name&quot;:&quot;file&quot;,&quot;url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/?gf_page=374a50d074be22e&quot;,&quot;flash_swf_url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/wp-includes\\\/js\\\/plupload\\\/plupload.flash.swf&quot;,&quot;silverlight_xap_url&quot;:&quot;https:\\\/\\\/wmsb.widetech.com.my\\\/wp-includes\\\/js\\\/plupload\\\/plupload.silverlight.xap&quot;,&quot;filters&quot;:{&quot;mime_types&quot;:[{&quot;title&quot;:&quot;Allowed Files&quot;,&quot;extensions&quot;:&quot;pdf,jpg,jpeg,png&quot;}],&quot;max_file_size&quot;:&quot;10485760b&quot;},&quot;multipart&quot;:true,&quot;urlstream_upload&quot;:false,&quot;multipart_params&quot;:{&quot;form_id&quot;:121,&quot;field_id&quot;:141},&quot;gf_vars&quot;:{&quot;max_files&quot;:&quot;10&quot;,&quot;message_id&quot;:&quot;gform_multifile_messages_121_141&quot;,&quot;disallowed_extensions&quot;:[&quot;php&quot;,&quot;asp&quot;,&quot;aspx&quot;,&quot;cmd&quot;,&quot;csh&quot;,&quot;bat&quot;,&quot;html&quot;,&quot;htm&quot;,&quot;hta&quot;,&quot;jar&quot;,&quot;exe&quot;,&quot;com&quot;,&quot;js&quot;,&quot;lnk&quot;,&quot;htaccess&quot;,&quot;phtml&quot;,&quot;ps1&quot;,&quot;ps2&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;php5&quot;,&quot;php6&quot;,&quot;py&quot;,&quot;rb&quot;,&quot;tmp&quot;]}}' class='gform_fileupload_multifile'>\n\t\t\t\t\t\t\t\t\t\t<div id='gform_drag_drop_area_121_141' class='gform_drop_area gform-theme-field-control'>\n\t\t\t\t\t\t\t\t\t\t\t<span class='gform_drop_instructions'>\u092b\u093e\u0907\u0932\u0939\u0930\u0942 \u092f\u0939\u093e\u0901 \u0921\u094d\u0930\u092a \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d \u0935\u093e <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<button type='button' id='gform_browse_button_121_141' class='button gform_button_select_files gform-theme-button gform-theme-button--control' aria-describedby=\"gfield_upload_rules_121_141 gfield_description_121_141\"  >Select files<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_121_141'>Accepted file types: pdf, jpg, jpeg, png, Max. file size: 10 MB, Max. files: 10.<\/span><ul class='validation_message--hidden-on-empty gform-ul-reset' id='gform_multifile_messages_121_141'><\/ul> <!-- Leave <ul> empty to support CSS :empty selector. --><\/div><div id='gform_preview_121_141' class='ginput_preview_list'><\/div><div class='gfield_description' id='gfield_description_121_141'>Upload Only Highest Education Transcript Or Certificate Of Achievement.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_121_151' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"2\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"2\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_2' class='gform_page' data-js='page-field-id-151' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_18\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_18\" ><h3 class=\"gsection_title\">3. JOB-RELATED REQUIREMENTS<\/h3><\/div><div id=\"field_121_19\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_19\" ><label class='gfield_label gform-field-label' for='input_121_19'>TASK INCLUDE RELOCATING IT DEVICES. ARE YOU ABLE TO CARRY OUT THESE TASKS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_121_19' class='small gfield_select'  aria-describedby=\"gfield_description_121_19\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_19'>Example: Desktops, Laptops, Printers, Monitors, CCTV, Or Any Items Relates To IT.<\/div><\/div><div id=\"field_121_20\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_20\" ><label class='gfield_label gform-field-label' for='input_121_20'>REQUIRED OCCASIONAL NETWORK OR CCTV CABLE INSTALLATION INCLUDING TERMINATION. ARE YOU ABLE TO CARRY OUT THESE TASKS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_20' id='input_121_20' class='small gfield_select'  aria-describedby=\"gfield_description_121_20\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><option value='NO EXPERIENCE' >NO EXPERIENCE<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_20'>Physical Task Handling Any Routine IT Support Tasks Like Laying Cable, Network Or CCTV Installation Etc. Training Will Be Provided For Non-Experience.<\/div><\/div><div id=\"field_121_23\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_23\" ><label class='gfield_label gform-field-label' for='input_121_23'>THIS JOB INVOLVES STANDING, CLIMBING LADDER, BENDING AND WORKING IN HIGH OR LOW AREAS. CAN PERFORM THESE ESSENTIAL JOB FUNCTIONS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_121_23' class='small gfield_select'  aria-describedby=\"gfield_description_121_23\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_23'>Example: Accessing Desktops Located Beneath Desks, Climbing Ladder At Ceiling Heights Etc.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_152' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"1\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"1\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_152' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"3\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"3\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_3' class='gform_page' data-js='page-field-id-152' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_24\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_24\" ><h3 class=\"gsection_title\">4. CCTV AND SYSTEM<\/h3><\/div><div id=\"field_121_25\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_25\" ><label class='gfield_label gform-field-label' for='input_121_25'>KNOWLEDGE WORKING WITH CCTV?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_121_25' class='small gfield_select'  aria-describedby=\"gfield_description_121_25\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_25'>Example: Diagnosed, Repair, Install Or Configure CCTV Related Equipments.<\/div><\/div><div id=\"field_121_26\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_26\" ><label class='gfield_label gform-field-label' for='input_121_26'>INSTALLED OR CONFIGURED CCTV?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_26' id='input_121_26' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_46\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_46\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >TYPES OF CCTV SYSTEM YOU WORKED WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_46'><div class='gchoice gchoice_121_46_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_46.1' type='checkbox'  value='ANALOG (DVR)'  id='choice_121_46_1'   aria-describedby=\"gfield_description_121_46\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_46_1' id='label_121_46_1' class='gform-field-label gform-field-label--type-inline'>ANALOG (DVR)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_46_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_46.2' type='checkbox'  value='IP (NVR)'  id='choice_121_46_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_46_2' id='label_121_46_2' class='gform-field-label gform-field-label--type-inline'>IP (NVR)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_46_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_46.3' type='checkbox'  value='WIRELESS'  id='choice_121_46_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_46_3' id='label_121_46_3' class='gform-field-label gform-field-label--type-inline'>WIRELESS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_46_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_46.4' type='checkbox'  value='HYBRID'  id='choice_121_46_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_46_4' id='label_121_46_4' class='gform-field-label gform-field-label--type-inline'>HYBRID<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_46_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_46.5' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_46_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_46_5' id='label_121_46_5' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_46'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_28\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_28\" ><label class='gfield_label gform-field-label' for='input_121_28'>WHICH BRAND OR SYSTEMS YOU FAMILIAR?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_121_28' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_28\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_28'>Example: HikVision, Dahua, Uniview, Tapo, Xiaomi, Etc. Can Input More Than 1 Brand.<\/div><\/div><div id=\"field_121_29\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_29\" ><label class='gfield_label gform-field-label' for='input_121_29'>RETRIEVE OR EXPORT CCTV FOOTAGE BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_29' id='input_121_29' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_30\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_30\" ><label class='gfield_label gform-field-label' for='input_121_30'>COMFORTABLE USING LADDERS OR TOOLS FOR CCTV INSTALLATION?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_30' id='input_121_30' class='large gfield_select'  aria-describedby=\"gfield_description_121_30\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_30'>Example: CCTV Camera Installation At Normal Ceiling Height Etc.<\/div><\/div><div id=\"field_121_130\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_130\" ><label class='gfield_label gform-field-label' for='input_121_130'>KNOW HOW TO CRIMP CCTV CONNECTOR?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_130' id='input_121_130' class='large gfield_select'  aria-describedby=\"gfield_description_121_130\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_130'>Example: Crimp RG6 \/ RG59 Cable.<\/div><\/div><div id=\"field_121_31\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_31\" ><label class='gfield_label gform-field-label' for='input_121_31'>SETUP CCTV REMOTE VIEWING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_31' id='input_121_31' class='large gfield_select'  aria-describedby=\"gfield_description_121_31\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_31'>Example: Using Web Or Mobile App.<\/div><\/div><div id=\"field_121_32\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_32\" ><label class='gfield_label gform-field-label' for='input_121_32'>HOW CONFIDENT ARE YOU IN IDENTIFYING ISSUES RELATED TO CCTV?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_32' id='input_121_32' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='NOT CONFIDENT' >NOT CONFIDENT<\/option><option value='SLIGHTLY CONFIDENT' >SLIGHTLY CONFIDENT<\/option><option value='SOMEWHAT CONFIDENT' >SOMEWHAT CONFIDENT<\/option><option value='CONFIDENT' >CONFIDENT<\/option><option value='VERY CONFIDENT' >VERY CONFIDENT<\/option><\/select><\/div><\/div><div id=\"field_121_33\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_33\" ><label class='gfield_label gform-field-label' for='input_121_33'>BRIEFLY DESCRIBE CCTV ISSUE YOU HAD FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_33' id='input_121_33' class='textarea small'  aria-describedby=\"gfield_description_121_33\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_33'>Example: CCTV Video Loss, No Network Connectivity (PoE) Etc. Input No If Never Fix CCTV Issue At All.<\/div><\/div><div id=\"field_121_57\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_57\" ><label class='gfield_label gform-field-label' for='input_121_57'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_57' id='input_121_57' class='textarea medium'  aria-describedby=\"gfield_description_121_57\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_57'>Share Any Other Hands-On CCTV Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_153' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"2\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"2\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_153' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"4\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"4\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_4' class='gform_page' data-js='page-field-id-153' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_34\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_34\" ><h3 class=\"gsection_title\">5. DOOR ACCESS CONTROL<\/h3><\/div><div id=\"field_121_35\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_35\" ><label class='gfield_label gform-field-label' for='input_121_35'>KNOWLEDGE WORKING WITH DOOR ACCESS CONTROL?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_121_35' class='small gfield_select'  aria-describedby=\"gfield_description_121_35\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_35'>Example: Diagnosed, Repair, Install Or Configure Door Access Via Software.<\/div><\/div><fieldset id=\"field_121_47\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_47\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >TYPES OF DOOR CONTROL YOU WORKED WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_47'><div class='gchoice gchoice_121_47_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.1' type='checkbox'  value='RFID CARD'  id='choice_121_47_1'   aria-describedby=\"gfield_description_121_47\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_47_1' id='label_121_47_1' class='gform-field-label gform-field-label--type-inline'>RFID CARD<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_47_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.2' type='checkbox'  value='PIN KEYPAD'  id='choice_121_47_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_47_2' id='label_121_47_2' class='gform-field-label gform-field-label--type-inline'>PIN KEYPAD<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_47_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.3' type='checkbox'  value='BIOMETRIC (FINGERPRINT\/FACE)'  id='choice_121_47_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_47_3' id='label_121_47_3' class='gform-field-label gform-field-label--type-inline'>BIOMETRIC (FINGERPRINT\/FACE)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_47_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.4' type='checkbox'  value='CLOUD BASED'  id='choice_121_47_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_47_4' id='label_121_47_4' class='gform-field-label gform-field-label--type-inline'>CLOUD BASED<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_47_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.5' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_47_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_47_5' id='label_121_47_5' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_47'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_37\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_37\" ><label class='gfield_label gform-field-label' for='input_121_37'>DOOR ACCESS CONTROL BRANDS ARE YOU FAMILIAR WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_37' id='input_121_37' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_37\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_37'>Example: ELID, ZKTeco, Suprema, HID, Paxton, Etc.  Can Input More Than 1 Brand.<\/div><\/div><div id=\"field_121_38\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_38\" ><label class='gfield_label gform-field-label' for='input_121_38'>INSTALLED OR REPLACED DOOR ACCESS HARDWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_38' id='input_121_38' class='large gfield_select'  aria-describedby=\"gfield_description_121_38\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_38'>Example: Card Readers, Magnetic Locks, Exit Buttons Etc.<\/div><\/div><div id=\"field_121_39\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_39\" ><label class='gfield_label gform-field-label' for='input_121_39'>CONFIGURED OR PROGRAMMED ACCESS CONTROL SOFTWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_39' id='input_121_39' class='large gfield_select'  aria-describedby=\"gfield_description_121_39\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_39'>Example: Door Schedule Lock\/Unlock, Users Access Levels Etc.<\/div><\/div><div id=\"field_121_40\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_40\" ><label class='gfield_label gform-field-label' for='input_121_40'>DIAGNOSED AND FIXED ACCESS DOOR CONTROL ISSUES?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_40' id='input_121_40' class='large gfield_select'  aria-describedby=\"gfield_description_121_40\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_40'>Example: Door Not Unlocking, Reader Not Responding Etc.<\/div><\/div><div id=\"field_121_41\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_41\" ><label class='gfield_label gform-field-label' for='input_121_41'>HOW CONFIDENT ARE YOU IN IDENTIFYING ISSUES RELATED TO DOOR ACCESS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_41' id='input_121_41' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='NOT CONFIDENT' >NOT CONFIDENT<\/option><option value='SLIGHTLY CONFIDENT' >SLIGHTLY CONFIDENT<\/option><option value='SOMEWHAT CONFIDENT' >SOMEWHAT CONFIDENT<\/option><option value='CONFIDENT' >CONFIDENT<\/option><option value='VERY CONFIDENT' >VERY CONFIDENT<\/option><\/select><\/div><\/div><div id=\"field_121_42\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_42\" ><label class='gfield_label gform-field-label' for='input_121_42'>BRIEFLY DESCRIBE DOOR ACCESS ISSUE YOU HAD FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_42' id='input_121_42' class='textarea small'  aria-describedby=\"gfield_description_121_42\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_42'>Example: Door Unable To Open, User Unable To Open Door, Etc. Input No If Never Fix Door Access Issue At All.<\/div><\/div><div id=\"field_121_58\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_58\" ><label class='gfield_label gform-field-label' for='input_121_58'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_58' id='input_121_58' class='textarea medium'  aria-describedby=\"gfield_description_121_58\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_58'>Share Any Other Hands-On Door Access Control Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_154' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"3\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"3\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_154' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"5\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"5\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_5' class='gform_page' data-js='page-field-id-154' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_5' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_43\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_43\" ><h3 class=\"gsection_title\">6. BACKUP AND RECOVERY EXPERIENCE<\/h3><\/div><div id=\"field_121_44\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_44\" ><label class='gfield_label gform-field-label' for='input_121_44'>KNOWLEDGE IN BACKUP AND RECOVERY?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_44' id='input_121_44' class='small gfield_select'  aria-describedby=\"gfield_description_121_44\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_44'>Example: Backup And Recovery Using Enterprise Software, Automated Scripting Or Manual.<\/div><\/div><div id=\"field_121_55\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_55\" ><label class='gfield_label gform-field-label' for='input_121_55'>INVOLVED IN ANY BACKUP AND RESTORE TASKS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_55' id='input_121_55' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_48\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_48\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >TYPES OF DATA BACKUPS YOU WORKED WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_48'><div class='gchoice gchoice_121_48_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.1' type='checkbox'  value='FULL BACKUPS'  id='choice_121_48_1'   aria-describedby=\"gfield_description_121_48\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_48_1' id='label_121_48_1' class='gform-field-label gform-field-label--type-inline'>FULL BACKUPS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_48_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.2' type='checkbox'  value='INCREMENTAL \/ DIFFERENTIAL BACKUPS'  id='choice_121_48_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_48_2' id='label_121_48_2' class='gform-field-label gform-field-label--type-inline'>INCREMENTAL \/ DIFFERENTIAL BACKUPS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_48_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.3' type='checkbox'  value='MANUAL BACKUP (EXTERNAL DRIVE OR FILE SERVER)'  id='choice_121_48_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_48_3' id='label_121_48_3' class='gform-field-label gform-field-label--type-inline'>MANUAL BACKUP (EXTERNAL DRIVE OR FILE SERVER)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_48_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.4' type='checkbox'  value='CLOUD BACKUPS (GOOGLE DRIVE, ONEDRIVE, DROPBOX)'  id='choice_121_48_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_48_4' id='label_121_48_4' class='gform-field-label gform-field-label--type-inline'>CLOUD BACKUPS (GOOGLE DRIVE, ONEDRIVE, DROPBOX)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_48_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.5' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_48_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_48_5' id='label_121_48_5' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_48'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_49\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_49\" ><label class='gfield_label gform-field-label' for='input_121_49'>BACKUP TOOLS OR SOFTWARE USED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_49' id='input_121_49' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_49\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_49'>Example: Veeam, Acronis, Shadow Protect, Windows Backup, Synology NAS, Altaro, SyncBack, Etc. Can Input More Than 1 Brand.<\/div><\/div><div id=\"field_121_50\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_50\" ><label class='gfield_label gform-field-label' for='input_121_50'>RESTORED DATA FROM BACKUP BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_50' id='input_121_50' class='large gfield_select'  aria-describedby=\"gfield_description_121_50\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_50'>Example: User Files, Folders, System Image Etc.<\/div><\/div><div id=\"field_121_53\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_53\" ><label class='gfield_label gform-field-label' for='input_121_53'>HANDLED SCHEDULED OR AUTOMATED BACKUPS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_53' id='input_121_53' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_52\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_52\" ><label class='gfield_label gform-field-label' for='input_121_52'>FAMILIAR WITH VERIFYING BACKUP SUCCESS OR FAILURE LOGS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_52' id='input_121_52' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='NOT FAMILIAR' >NOT FAMILIAR<\/option><option value='SOMEWHAT FAMILIAR' >SOMEWHAT FAMILIAR<\/option><option value='VERY FAMILIAR AND CONFIDENT' >VERY FAMILIAR AND CONFIDENT<\/option><\/select><\/div><\/div><div id=\"field_121_54\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_54\" ><label class='gfield_label gform-field-label' for='input_121_54'>COMFORTABLE HANDLING BACKUP SOFTWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_54' id='input_121_54' class='large gfield_select'  aria-describedby=\"gfield_description_121_54\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_54'>Example: External Hard Disk, NAS, Backup Server Etc.<\/div><\/div><div id=\"field_121_56\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_56\" ><label class='gfield_label gform-field-label' for='input_121_56'>BRIEFLY DESCRIBED SITUATION WHERE YOU SUCCESSFULLY RECOVERED LOST OR CORRUPTED DATA AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_56' id='input_121_56' class='textarea small'  aria-describedby=\"gfield_description_121_56\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_56'>Input No If Never Done Any Recovery From Lost Or Corrupted Data Before.<\/div><\/div><div id=\"field_121_70\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_70\" ><label class='gfield_label gform-field-label' for='input_121_70'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_70' id='input_121_70' class='textarea medium'  aria-describedby=\"gfield_description_121_70\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_70'>Share Any Other Backup And Recovery Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_155' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"4\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"4\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_155' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"6\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"6\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_6' class='gform_page' data-js='page-field-id-155' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_60\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_60\" ><h3 class=\"gsection_title\">7. EQUIPMENT SETUP AND MAINTENANCE<\/h3><\/div><div id=\"field_121_61\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_61\" ><label class='gfield_label gform-field-label' for='input_121_61'>KNOWLEDGE IN COMPUTER RELATED HARDWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_61' id='input_121_61' class='small gfield_select'  aria-describedby=\"gfield_description_121_61\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_61'>Example: Hardware For Desktop, Laptop, Printer, Scanner, Projector Or Any Hardware Related Accessory.<\/div><\/div><div id=\"field_121_62\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_62\" ><label class='gfield_label gform-field-label' for='input_121_62'>SET UP NEW DESKTOPS OR LAPTOPS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_62' id='input_121_62' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_63\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_63\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >EQUIPMENT YOU SET UP OR MAINTAINED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_63'><div class='gchoice gchoice_121_63_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.1' type='checkbox'  value='DESKTOP'  id='choice_121_63_1'   aria-describedby=\"gfield_description_121_63\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_1' id='label_121_63_1' class='gform-field-label gform-field-label--type-inline'>DESKTOP<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.2' type='checkbox'  value='LAPTOP'  id='choice_121_63_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_2' id='label_121_63_2' class='gform-field-label gform-field-label--type-inline'>LAPTOP<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.3' type='checkbox'  value='PRINTERS (USB\/NETWORK)'  id='choice_121_63_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_3' id='label_121_63_3' class='gform-field-label gform-field-label--type-inline'>PRINTERS (USB\/NETWORK)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.4' type='checkbox'  value='SCANNER'  id='choice_121_63_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_4' id='label_121_63_4' class='gform-field-label gform-field-label--type-inline'>SCANNER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.5' type='checkbox'  value='PHOTOCOPIER'  id='choice_121_63_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_5' id='label_121_63_5' class='gform-field-label gform-field-label--type-inline'>PHOTOCOPIER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.6' type='checkbox'  value='MONITOR'  id='choice_121_63_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_6' id='label_121_63_6' class='gform-field-label gform-field-label--type-inline'>MONITOR<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.7' type='checkbox'  value='UPS (UNINTERRUPTIBLE POWER SUPPLY)'  id='choice_121_63_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_7' id='label_121_63_7' class='gform-field-label gform-field-label--type-inline'>UPS (UNINTERRUPTIBLE POWER SUPPLY)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.8' type='checkbox'  value='PROJECTOR'  id='choice_121_63_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_8' id='label_121_63_8' class='gform-field-label gform-field-label--type-inline'>PROJECTOR<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_63_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_63.9' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_63_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_63_9' id='label_121_63_9' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_63'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_64\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_64\" ><label class='gfield_label gform-field-label' for='input_121_64'>INSTALLED OR UPDATE DRIVERS ON IT HARDWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_64' id='input_121_64' class='large gfield_select'  aria-describedby=\"gfield_description_121_64\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_64'>On Desktop, Laptop, Printer<\/div><\/div><div id=\"field_121_65\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_65\" ><label class='gfield_label gform-field-label' for='input_121_65'>DONE ANY MAINTENANCE ROUTINE ON INTERNAL HARDWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_65' id='input_121_65' class='large gfield_select'  aria-describedby=\"gfield_description_121_65\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_65'>Example: Dust Removal, Apply Thermal Paste, Checking Overheating Issues Etc. Either On Desktop Or Laptop.<\/div><\/div><div id=\"field_121_66\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_66\" ><label class='gfield_label gform-field-label' for='input_121_66'>FOLLOW ANY CHECKLIST OR PROCESS WHEN PREPARING NEW COMPUTER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_66' id='input_121_66' class='large gfield_select'  aria-describedby=\"gfield_description_121_66\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES - FOLLOW DOCUMENTED CHECKLIST' >YES &#8211; FOLLOW DOCUMENTED CHECKLIST<\/option><option value='NO - SET UP AS NEEDED WITHOUT CHECKLIST' >NO &#8211; SET UP AS NEEDED WITHOUT CHECKLIST<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_66'>Example: Operating System Installation, Driver Setup, Software Configuration, User Profile Startup Configuration Etc.<\/div><\/div><div id=\"field_121_59\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_59\" ><label class='gfield_label gform-field-label' for='input_121_59'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_59' id='input_121_59' class='textarea medium'  aria-describedby=\"gfield_description_121_59\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_59'>Share Any Other Equipment Setup And Maintenance Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_156' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"5\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"5\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_156' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"7\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"7\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_7' class='gform_page' data-js='page-field-id-156' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_67\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_67\" ><h3 class=\"gsection_title\">8. NETWORKING<\/h3><\/div><div id=\"field_121_69\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_69\" ><label class='gfield_label gform-field-label' for='input_121_69'>KNOWLEDGE IN NETWORKING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_69' id='input_121_69' class='small gfield_select'  aria-describedby=\"gfield_description_121_69\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_69'>Example: Cabling, Switch Ports, Connectivity, WiFi, VLAN Etc.<\/div><\/div><div id=\"field_121_71\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_71\" ><label class='gfield_label gform-field-label' for='input_121_71'>PERFORMED BASIC LAN TROUBLESHOOTING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_71' id='input_121_71' class='large gfield_select'  aria-describedby=\"gfield_description_121_71\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_71'>Example: Checking Cabling, Switch Ports, Wifi, Diagnose Computer Connectivity Etc.<\/div><\/div><fieldset id=\"field_121_72\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_72\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH NETWORKING HAVE YOU HANDLED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_72'><div class='gchoice gchoice_121_72_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.1' type='checkbox'  value='CHECKING \/ REPLACING LAN CABLES'  id='choice_121_72_1'   aria-describedby=\"gfield_description_121_72\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_1' id='label_121_72_1' class='gform-field-label gform-field-label--type-inline'>CHECKING \/ REPLACING LAN CABLES<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.2' type='checkbox'  value='IDENTIFYING SWITCH PORT CONNECTIVITY'  id='choice_121_72_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_2' id='label_121_72_2' class='gform-field-label gform-field-label--type-inline'>IDENTIFYING SWITCH PORT CONNECTIVITY<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.3' type='checkbox'  value='BASIC NETWORK CONFIG (WIFI ROUTER, ACCESS POINT)'  id='choice_121_72_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_3' id='label_121_72_3' class='gform-field-label gform-field-label--type-inline'>BASIC NETWORK CONFIG (WIFI ROUTER, ACCESS POINT)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.4' type='checkbox'  value='ADVANCED NETWORK CONFIG (VLAN)'  id='choice_121_72_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_4' id='label_121_72_4' class='gform-field-label gform-field-label--type-inline'>ADVANCED NETWORK CONFIG (VLAN)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.5' type='checkbox'  value='INTERNET OUTGAGE TROUBLESHOOTING'  id='choice_121_72_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_5' id='label_121_72_5' class='gform-field-label gform-field-label--type-inline'>INTERNET OUTGAGE TROUBLESHOOTING<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.6' type='checkbox'  value='TRACE NETWORK CABLE'  id='choice_121_72_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_6' id='label_121_72_6' class='gform-field-label gform-field-label--type-inline'>TRACE NETWORK CABLE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.7' type='checkbox'  value='LABELLING AND ORGANIZING PATCH PANELS'  id='choice_121_72_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_7' id='label_121_72_7' class='gform-field-label gform-field-label--type-inline'>LABELLING AND ORGANIZING PATCH PANELS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_72_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_72.8' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_72_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_72_8' id='label_121_72_8' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_72'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_73\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_73\" ><label class='gfield_label gform-field-label' for='input_121_73'>FAMILIAR WITH LAN CABLE TESTER \/ TRACER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_73' id='input_121_73' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_74\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_74\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >TYPE OF NETWORK CABLES YOU WORKED WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_74'><div class='gchoice gchoice_121_74_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_74.1' type='checkbox'  value='CAT5'  id='choice_121_74_1'   aria-describedby=\"gfield_description_121_74\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_74_1' id='label_121_74_1' class='gform-field-label gform-field-label--type-inline'>CAT5<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_74_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_74.2' type='checkbox'  value='CAT5E'  id='choice_121_74_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_74_2' id='label_121_74_2' class='gform-field-label gform-field-label--type-inline'>CAT5E<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_74_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_74.3' type='checkbox'  value='CAT6 AND ABOVE'  id='choice_121_74_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_74_3' id='label_121_74_3' class='gform-field-label gform-field-label--type-inline'>CAT6 AND ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_74_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_74.4' type='checkbox'  value='FIBER OPTIC (SFP, SC, LC)'  id='choice_121_74_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_74_4' id='label_121_74_4' class='gform-field-label gform-field-label--type-inline'>FIBER OPTIC (SFP, SC, LC)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_74_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_74.5' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_74_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_74_5' id='label_121_74_5' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_74'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_77\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_77\" ><label class='gfield_label gform-field-label' for='input_121_77'>KNOW HOW TO CRIMP NETWORK CABLE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_77' id='input_121_77' class='large gfield_select'  aria-describedby=\"gfield_description_121_77\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_77'>Example: Crimp RJ45 <\/div><\/div><div id=\"field_121_75\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_75\" ><label class='gfield_label gform-field-label' for='input_121_75'>BRIEFLY DESCRIBED NETWORK ISSUE YOU HAD FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_75' id='input_121_75' class='textarea small'  aria-describedby=\"gfield_description_121_75\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_75'>Example: User Computer No Internet Connection, Network Loss, Switch Port No Connectivity. Input No If Never Solved Any Network Related Issue.<\/div><\/div><div id=\"field_121_76\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_76\" ><label class='gfield_label gform-field-label' for='input_121_76'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_76' id='input_121_76' class='textarea medium'  aria-describedby=\"gfield_description_121_76\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_76'>Share Any Other Networking Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_157' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"6\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"6\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_157' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"8\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"8\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_8' class='gform_page' data-js='page-field-id-157' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_78\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_78\" ><h3 class=\"gsection_title\">9. SOFTWARE OPERATING SYSTEM<\/h3><\/div><fieldset id=\"field_121_79\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_79\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >OPERATING SYSTEM EXPERIENCE<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_79'><div class='gchoice gchoice_121_79_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.1' type='checkbox'  value='WINDOWS XP'  id='choice_121_79_1'   aria-describedby=\"gfield_description_121_79\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_1' id='label_121_79_1' class='gform-field-label gform-field-label--type-inline'>WINDOWS XP<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.2' type='checkbox'  value='WINDOWS VISTA'  id='choice_121_79_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_2' id='label_121_79_2' class='gform-field-label gform-field-label--type-inline'>WINDOWS VISTA<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.3' type='checkbox'  value='WINDOWS 7'  id='choice_121_79_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_3' id='label_121_79_3' class='gform-field-label gform-field-label--type-inline'>WINDOWS 7<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.4' type='checkbox'  value='WINDOWS 8'  id='choice_121_79_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_4' id='label_121_79_4' class='gform-field-label gform-field-label--type-inline'>WINDOWS 8<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.5' type='checkbox'  value='WINDOWS 8.1'  id='choice_121_79_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_5' id='label_121_79_5' class='gform-field-label gform-field-label--type-inline'>WINDOWS 8.1<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.6' type='checkbox'  value='WINDOWS 10'  id='choice_121_79_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_6' id='label_121_79_6' class='gform-field-label gform-field-label--type-inline'>WINDOWS 10<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.7' type='checkbox'  value='WINDOWS 11'  id='choice_121_79_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_7' id='label_121_79_7' class='gform-field-label gform-field-label--type-inline'>WINDOWS 11<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.8' type='checkbox'  value='WINDOWS SERVER 2003 INCLUDE SP1,SP2'  id='choice_121_79_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_8' id='label_121_79_8' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2003 INCLUDE SP1,SP2<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.9' type='checkbox'  value='WINDOWS SERVER 2008 INCLUDE R2'  id='choice_121_79_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_9' id='label_121_79_9' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2008 INCLUDE R2<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.11' type='checkbox'  value='WINDOWS SERVER 2012 INCLUDE R2'  id='choice_121_79_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_11' id='label_121_79_11' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2012 INCLUDE R2<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.12' type='checkbox'  value='WINDOWS SERVER 2016'  id='choice_121_79_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_12' id='label_121_79_12' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2016<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.13' type='checkbox'  value='WINDOWS SERVER 2019'  id='choice_121_79_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_13' id='label_121_79_13' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2019<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_14'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.14' type='checkbox'  value='WINDOWS SERVER 2022'  id='choice_121_79_14'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_14' id='label_121_79_14' class='gform-field-label gform-field-label--type-inline'>WINDOWS SERVER 2022<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_15'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.15' type='checkbox'  value='MAC OS'  id='choice_121_79_15'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_15' id='label_121_79_15' class='gform-field-label gform-field-label--type-inline'>MAC OS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_16'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.16' type='checkbox'  value='LINUX (CENTOS, UBUNTU)'  id='choice_121_79_16'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_16' id='label_121_79_16' class='gform-field-label gform-field-label--type-inline'>LINUX (CENTOS, UBUNTU)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_79_17'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_79.17' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_79_17'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_79_17' id='label_121_79_17' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_79'>Operating System You Had Use And Operate. You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_80\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_80\" ><label class='gfield_label gform-field-label' for='input_121_80'>INSTALLED OR REINSTALLED WINDOWS OPERATING SYSTEM?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_80' id='input_121_80' class='large gfield_select'  aria-describedby=\"gfield_description_121_80\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_80'>Only For Microsoft Windows. Not Microsoft Windows Server Based.<\/div><\/div><div id=\"field_121_81\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_81\" ><label class='gfield_label gform-field-label' for='input_121_81'>CREATED OR RESTORED WINDOWS SYSTEM IMAGES?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_81' id='input_121_81' class='large gfield_select'  aria-describedby=\"gfield_description_121_81\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_81'>Only For Microsoft Windows. Not Microsoft Windows Server Based.<\/div><\/div><div id=\"field_121_82\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_82\" ><label class='gfield_label gform-field-label' for='input_121_82'>CONFIGURED WINDOWS SYSTEM SETTINGS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_82' id='input_121_82' class='large gfield_select'  aria-describedby=\"gfield_description_121_82\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_82'>Example: User Accounts, Power Options, Startup Apps Etc.<\/div><\/div><fieldset id=\"field_121_83\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_83\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >EXPERIENCE USING COMMON WINDOWS TROUBLESHOOTING TOOLS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_83'><div class='gchoice gchoice_121_83_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.1' type='checkbox'  value='DEVICE MANAGER'  id='choice_121_83_1'   aria-describedby=\"gfield_description_121_83\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_1' id='label_121_83_1' class='gform-field-label gform-field-label--type-inline'>DEVICE MANAGER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.2' type='checkbox'  value='EVENT VIEWER'  id='choice_121_83_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_2' id='label_121_83_2' class='gform-field-label gform-field-label--type-inline'>EVENT VIEWER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.3' type='checkbox'  value='TASK MANAGER'  id='choice_121_83_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_3' id='label_121_83_3' class='gform-field-label gform-field-label--type-inline'>TASK MANAGER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.4' type='checkbox'  value='SYSTEM CONFIGURATION (MSCONFIG)'  id='choice_121_83_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_4' id='label_121_83_4' class='gform-field-label gform-field-label--type-inline'>SYSTEM CONFIGURATION (MSCONFIG)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.5' type='checkbox'  value='SERVICES.MSC'  id='choice_121_83_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_5' id='label_121_83_5' class='gform-field-label gform-field-label--type-inline'>SERVICES.MSC<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.6' type='checkbox'  value='WINDOWS UPDATE TROUBLESHOOTER'  id='choice_121_83_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_6' id='label_121_83_6' class='gform-field-label gform-field-label--type-inline'>WINDOWS UPDATE TROUBLESHOOTER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.7' type='checkbox'  value='SYSTEM RESTORE'  id='choice_121_83_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_7' id='label_121_83_7' class='gform-field-label gform-field-label--type-inline'>SYSTEM RESTORE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.8' type='checkbox'  value='SAFE MODE'  id='choice_121_83_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_8' id='label_121_83_8' class='gform-field-label gform-field-label--type-inline'>SAFE MODE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_83_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_83.9' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_83_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_83_9' id='label_121_83_9' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_83'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_84\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_84\" ><label class='gfield_label gform-field-label' for='input_121_84'>HAVE EXPERIENCED CONFIGURING OR MANAGING USER ACCOUNTS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_84' id='input_121_84' class='large gfield_select'  aria-describedby=\"gfield_description_121_84\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_84'>Through Microsoft Active Directory (Windows Server). Not Based On Local Account.<\/div><\/div><div id=\"field_121_85\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_85\" ><label class='gfield_label gform-field-label' for='input_121_85'>JOINED COMPUTERS TO DOMAIN ACTIVE DIRECTORY?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_85' id='input_121_85' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_86\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_86\" ><label class='gfield_label gform-field-label' for='input_121_86'>BRIEFLY DESCRIBE WINDOWS-RELATED PROBLEM YOU HAVE FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_86' id='input_121_86' class='textarea small'  aria-describedby=\"gfield_description_121_86\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_86'>Example: Boot Failure, Blue Screen, User Profile Error, Etc.<\/div><\/div><div id=\"field_121_87\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_87\" ><label class='gfield_label gform-field-label' for='input_121_87'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_87' id='input_121_87' class='textarea medium'  aria-describedby=\"gfield_description_121_87\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_87'>Share Any Other Software Operating System Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_158' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"7\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"7\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_158' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"9\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"9\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_9' class='gform_page' data-js='page-field-id-158' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_9' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_110\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_110\" ><h3 class=\"gsection_title\">10. MICROSOFT OFFICE<\/h3><\/div><fieldset id=\"field_121_111\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_111\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >MICROSOFT OFFICE EXPERIENCE<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_111'><div class='gchoice gchoice_121_111_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.1' type='checkbox'  value='OFFICE 2003'  id='choice_121_111_1'   aria-describedby=\"gfield_description_121_111\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_1' id='label_121_111_1' class='gform-field-label gform-field-label--type-inline'>OFFICE 2003<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.2' type='checkbox'  value='OFFICE 2007'  id='choice_121_111_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_2' id='label_121_111_2' class='gform-field-label gform-field-label--type-inline'>OFFICE 2007<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.3' type='checkbox'  value='OFFICE 2010'  id='choice_121_111_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_3' id='label_121_111_3' class='gform-field-label gform-field-label--type-inline'>OFFICE 2010<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.4' type='checkbox'  value='OFFICE 2013'  id='choice_121_111_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_4' id='label_121_111_4' class='gform-field-label gform-field-label--type-inline'>OFFICE 2013<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.5' type='checkbox'  value='OFFICE 2016'  id='choice_121_111_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_5' id='label_121_111_5' class='gform-field-label gform-field-label--type-inline'>OFFICE 2016<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.6' type='checkbox'  value='OFFICE 2019'  id='choice_121_111_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_6' id='label_121_111_6' class='gform-field-label gform-field-label--type-inline'>OFFICE 2019<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.7' type='checkbox'  value='OFFICE 2021'  id='choice_121_111_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_7' id='label_121_111_7' class='gform-field-label gform-field-label--type-inline'>OFFICE 2021<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.8' type='checkbox'  value='OFFICE 2024'  id='choice_121_111_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_8' id='label_121_111_8' class='gform-field-label gform-field-label--type-inline'>OFFICE 2024<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.9' type='checkbox'  value='OFFICE 365'  id='choice_121_111_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_9' id='label_121_111_9' class='gform-field-label gform-field-label--type-inline'>OFFICE 365<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.11' type='checkbox'  value='OPEN OFFICE'  id='choice_121_111_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_11' id='label_121_111_11' class='gform-field-label gform-field-label--type-inline'>OPEN OFFICE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_111_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_111.12' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_111_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_111_12' id='label_121_111_12' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_111'>Microsoft Office You Had Use And Operate. You May Select More Than One.<\/div><\/fieldset><fieldset id=\"field_121_112\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_112\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >MICROSOFT OFFICE APPLICATION YOU COMFORTABLE USING<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_112'><div class='gchoice gchoice_121_112_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.1' type='checkbox'  value='WORD'  id='choice_121_112_1'   aria-describedby=\"gfield_description_121_112\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_1' id='label_121_112_1' class='gform-field-label gform-field-label--type-inline'>WORD<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.2' type='checkbox'  value='EXCEL'  id='choice_121_112_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_2' id='label_121_112_2' class='gform-field-label gform-field-label--type-inline'>EXCEL<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.3' type='checkbox'  value='POWERPOINT'  id='choice_121_112_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_3' id='label_121_112_3' class='gform-field-label gform-field-label--type-inline'>POWERPOINT<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.4' type='checkbox'  value='OUTLOOK'  id='choice_121_112_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_4' id='label_121_112_4' class='gform-field-label gform-field-label--type-inline'>OUTLOOK<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.5' type='checkbox'  value='TEAMS'  id='choice_121_112_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_5' id='label_121_112_5' class='gform-field-label gform-field-label--type-inline'>TEAMS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.6' type='checkbox'  value='ACCESS'  id='choice_121_112_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_6' id='label_121_112_6' class='gform-field-label gform-field-label--type-inline'>ACCESS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.7' type='checkbox'  value='SHAREPOINT'  id='choice_121_112_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_7' id='label_121_112_7' class='gform-field-label gform-field-label--type-inline'>SHAREPOINT<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_112_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_112.8' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_112_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_112_8' id='label_121_112_8' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_112'>You May Select More Than One.<\/div><\/fieldset><fieldset id=\"field_121_114\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_114\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH EXCEL FEATURES HAVE YOU USED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_114'><div class='gchoice gchoice_121_114_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.1' type='checkbox'  value='BASIC FORMULA'  id='choice_121_114_1'   aria-describedby=\"gfield_description_121_114\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_1' id='label_121_114_1' class='gform-field-label gform-field-label--type-inline'>BASIC FORMULA<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.2' type='checkbox'  value='CELL AND CONDITIONAL FORMATTING'  id='choice_121_114_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_2' id='label_121_114_2' class='gform-field-label gform-field-label--type-inline'>CELL AND CONDITIONAL FORMATTING<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.3' type='checkbox'  value='SORTING AND FILTERING DATA'  id='choice_121_114_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_3' id='label_121_114_3' class='gform-field-label gform-field-label--type-inline'>SORTING AND FILTERING DATA<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.4' type='checkbox'  value='VLOOKUP \/ HLOOKUP'  id='choice_121_114_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_4' id='label_121_114_4' class='gform-field-label gform-field-label--type-inline'>VLOOKUP \/ HLOOKUP<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.5' type='checkbox'  value='IF STATEMENTS \/ NESTED FORMULAS'  id='choice_121_114_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_5' id='label_121_114_5' class='gform-field-label gform-field-label--type-inline'>IF STATEMENTS \/ NESTED FORMULAS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.6' type='checkbox'  value='PIVOT TABLES'  id='choice_121_114_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_6' id='label_121_114_6' class='gform-field-label gform-field-label--type-inline'>PIVOT TABLES<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.7' type='checkbox'  value='CHARTS AND GRAPHS'  id='choice_121_114_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_7' id='label_121_114_7' class='gform-field-label gform-field-label--type-inline'>CHARTS AND GRAPHS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.8' type='checkbox'  value='DATA VALIDATION'  id='choice_121_114_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_8' id='label_121_114_8' class='gform-field-label gform-field-label--type-inline'>DATA VALIDATION<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.9' type='checkbox'  value='MACROS'  id='choice_121_114_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_9' id='label_121_114_9' class='gform-field-label gform-field-label--type-inline'>MACROS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.11' type='checkbox'  value='POWER QUERY'  id='choice_121_114_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_11' id='label_121_114_11' class='gform-field-label gform-field-label--type-inline'>POWER QUERY<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_114_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_114.12' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_114_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_114_12' id='label_121_114_12' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_114'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_113\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_113\" ><label class='gfield_label gform-field-label' for='input_121_113'>YOUR OVERALL MICROSOFT OFFICE SKILL<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_113' id='input_121_113' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='BASIC (OPEN, EDIT AND SAVE)' >BASIC (OPEN, EDIT AND SAVE)<\/option><option value='INTERMEDIATE (FORMATTING, FORMULAS)' >INTERMEDIATE (FORMATTING, FORMULAS)<\/option><option value='ADVANCED (AUTOMATE OFFICE TASK)' >ADVANCED (AUTOMATE OFFICE TASK)<\/option><\/select><\/div><\/div><div id=\"field_121_115\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_115\" ><label class='gfield_label gform-field-label' for='input_121_115'>ASSIST OR HELP OTHERS WITH OFFICE RELATED SUPPORT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_115' id='input_121_115' class='large gfield_select'  aria-describedby=\"gfield_description_121_115\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES - REGULARLY' >YES &#8211; REGULARLY<\/option><option value='YES - OCCASIONALLY' >YES &#8211; OCCASIONALLY<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_115'>Example: Office Application Formatting Issues, Outlook Errors, Excel Formulas, Etc.<\/div><\/div><div id=\"field_121_116\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_116\" ><label class='gfield_label gform-field-label' for='input_121_116'>CONFIGURED OUTLOOK EMAIL BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_116' id='input_121_116' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_117\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_117\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH EMAIL PROTOCOL YOU WORKED WITH IN OUTLOOK?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_117'><div class='gchoice gchoice_121_117_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_117.1' type='checkbox'  value='POP3'  id='choice_121_117_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_117_1' id='label_121_117_1' class='gform-field-label gform-field-label--type-inline'>POP3<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_117_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_117.2' type='checkbox'  value='IMAP'  id='choice_121_117_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_117_2' id='label_121_117_2' class='gform-field-label gform-field-label--type-inline'>IMAP<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_117_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_117.3' type='checkbox'  value='MICROSOFT EXCHANGE \/ OFFICE 365'  id='choice_121_117_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_117_3' id='label_121_117_3' class='gform-field-label gform-field-label--type-inline'>MICROSOFT EXCHANGE \/ OFFICE 365<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_117_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_117.4' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_117_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_117_4' id='label_121_117_4' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_121_118\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-quarter gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_118\" ><label class='gfield_label gform-field-label' for='input_121_118'>WORKED WITH GLOBAL ADDRESS BOOKS OR LDAP IN OUTLOOK?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_118' id='input_121_118' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_119\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_119\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >OUTLOOK SUPPORT TASKS YOU HAVE PERFORMED<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_119'><div class='gchoice gchoice_121_119_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.1' type='checkbox'  value='SETTING UP EMAIL ACCOUNTS'  id='choice_121_119_1'   aria-describedby=\"gfield_description_121_119\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_1' id='label_121_119_1' class='gform-field-label gform-field-label--type-inline'>SETTING UP EMAIL ACCOUNTS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.2' type='checkbox'  value='CREATING SIGNATURES'  id='choice_121_119_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_2' id='label_121_119_2' class='gform-field-label gform-field-label--type-inline'>CREATING SIGNATURES<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.3' type='checkbox'  value='AUTO-REPLY AND RULES CONFIGURATIONS'  id='choice_121_119_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_3' id='label_121_119_3' class='gform-field-label gform-field-label--type-inline'>AUTO-REPLY AND RULES CONFIGURATIONS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.4' type='checkbox'  value='CALENDAR SHARING'  id='choice_121_119_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_4' id='label_121_119_4' class='gform-field-label gform-field-label--type-inline'>CALENDAR SHARING<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.5' type='checkbox'  value='MANAGING MAILBOX SIZE OR ARCHIVE'  id='choice_121_119_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_5' id='label_121_119_5' class='gform-field-label gform-field-label--type-inline'>MANAGING MAILBOX SIZE OR ARCHIVE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.6' type='checkbox'  value='EXPORTING AND IMPORTING PST FILES'  id='choice_121_119_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_6' id='label_121_119_6' class='gform-field-label gform-field-label--type-inline'>EXPORTING AND IMPORTING PST FILES<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_119_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_119.7' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_119_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_119_7' id='label_121_119_7' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_119'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_120\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_120\" ><label class='gfield_label gform-field-label' for='input_121_120'>CONFIGURED OUTLOOK ON MOBILE DEVICES<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_120' id='input_121_120' class='large gfield_select'  aria-describedby=\"gfield_description_121_120\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_120'>Example: Smartphones, Tablets<\/div><\/div><div id=\"field_121_121\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_121\" ><label class='gfield_label gform-field-label' for='input_121_121'>BRIEFLY DESCRIBE MICROSOFT OFFICE ISSUE YOU HAVE FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_121' id='input_121_121' class='textarea small'  aria-describedby=\"gfield_description_121_121\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_121'>Example: Excel Formatting Issues, Excel Formulas, Printing Alignment, Outlok Syncing Erros, Profile Corruption Etc.<\/div><\/div><div id=\"field_121_122\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_122\" ><label class='gfield_label gform-field-label' for='input_121_122'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_122' id='input_121_122' class='textarea medium'  aria-describedby=\"gfield_description_121_122\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_122'>Share Any Other Microsoft Office Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_159' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"8\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"8\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_159' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"10\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"10\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_10' class='gform_page' data-js='page-field-id-159' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_10' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_97\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_97\" ><h3 class=\"gsection_title\">11. PRINTER<\/h3><\/div><div id=\"field_121_98\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_98\" ><label class='gfield_label gform-field-label' for='input_121_98'>KNOWLEDGE IN PRINTER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_98' id='input_121_98' class='small gfield_select'  aria-describedby=\"gfield_description_121_98\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_98'>Example: Setup Or Configure Printer \/ Photocopier, Link Printer Or Photocopier Etc.<\/div><\/div><div id=\"field_121_99\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_99\" ><label class='gfield_label gform-field-label' for='input_121_99'>SETUP OR CONFIGURED PRINTERS AND PHOTOCOPIERS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_99' id='input_121_99' class='large gfield_select'  aria-describedby=\"gfield_description_121_99\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_99'>Experience In Setting Up Printer Or Photocopier.<\/div><\/div><fieldset id=\"field_121_100\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_100\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >TYPES OF DEVICES SUPPORTED OR MAINTAINED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_100'><div class='gchoice gchoice_121_100_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.1' type='checkbox'  value='USB PRINTERS'  id='choice_121_100_1'   aria-describedby=\"gfield_description_121_100\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_1' id='label_121_100_1' class='gform-field-label gform-field-label--type-inline'>USB PRINTERS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_100_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.2' type='checkbox'  value='NETWORK PRINTERS'  id='choice_121_100_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_2' id='label_121_100_2' class='gform-field-label gform-field-label--type-inline'>NETWORK PRINTERS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_100_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.3' type='checkbox'  value='WIRELESS PRINTERS'  id='choice_121_100_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_3' id='label_121_100_3' class='gform-field-label gform-field-label--type-inline'>WIRELESS PRINTERS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_100_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.4' type='checkbox'  value='MULTI-FUNCTION PRINTERS (PRINT\/SCAN\/COPY\/FAX)'  id='choice_121_100_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_4' id='label_121_100_4' class='gform-field-label gform-field-label--type-inline'>MULTI-FUNCTION PRINTERS (PRINT\/SCAN\/COPY\/FAX)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_100_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.5' type='checkbox'  value='STANDALONE \/ NETWORK PHOTOCOPIERS'  id='choice_121_100_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_5' id='label_121_100_5' class='gform-field-label gform-field-label--type-inline'>STANDALONE \/ NETWORK PHOTOCOPIERS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_100_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_100.6' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_100_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_100_6' id='label_121_100_6' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_100'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_101\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_101\" ><label class='gfield_label gform-field-label' for='input_121_101'>BRANDS OR MODELS WORKED WITH?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_101' id='input_121_101' type='text' value='' class='large'  aria-describedby=\"gfield_description_121_101\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_121_101'>Example: HP, Canon, Brother, Epson, Ricoh, Xerox, Konica Minolta, Etc. Can Input More Than 1 Brand.<\/div><\/div><div id=\"field_121_102\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_102\" ><label class='gfield_label gform-field-label' for='input_121_102'>CONFIGURED PRINTER OR PHOTOCOPIER ON NETWORK FOR MULTIPLE USERS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_102' id='input_121_102' class='large gfield_select'  aria-describedby=\"gfield_description_121_102\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_102'>Exmaple: Setup Printer Or Photocopuer Sharing, Etc.<\/div><\/div><div id=\"field_121_103\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_103\" ><label class='gfield_label gform-field-label' for='input_121_103'>CONFIGURED SCAN-TO-EMAIL OR SCAN-TO-FOLDER FEATURES ON NETWORK PHOTOCOPIER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_103' id='input_121_103' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><fieldset id=\"field_121_104\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_104\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH PRINTER \/ PHOTOCOPIER ISSUES RESOLVED BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_104'><div class='gchoice gchoice_121_104_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.1' type='checkbox'  value='PAPER JAM'  id='choice_121_104_1'   aria-describedby=\"gfield_description_121_104\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_1' id='label_121_104_1' class='gform-field-label gform-field-label--type-inline'>PAPER JAM<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.2' type='checkbox'  value='DEVICE SHOWING &#039;OFFLINE&#039;'  id='choice_121_104_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_2' id='label_121_104_2' class='gform-field-label gform-field-label--type-inline'>DEVICE SHOWING &#8216;OFFLINE&#8217;<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.3' type='checkbox'  value='PRINTING GIBBERISH'  id='choice_121_104_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_3' id='label_121_104_3' class='gform-field-label gform-field-label--type-inline'>PRINTING GIBBERISH<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.4' type='checkbox'  value='PRINT QUEUE STUCK'  id='choice_121_104_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_4' id='label_121_104_4' class='gform-field-label gform-field-label--type-inline'>PRINT QUEUE STUCK<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.5' type='checkbox'  value='SLOW PRINTING'  id='choice_121_104_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_5' id='label_121_104_5' class='gform-field-label gform-field-label--type-inline'>SLOW PRINTING<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.6' type='checkbox'  value='POOR PRINT QUALITY (LINES, FADED)'  id='choice_121_104_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_6' id='label_121_104_6' class='gform-field-label gform-field-label--type-inline'>POOR PRINT QUALITY (LINES, FADED)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.7' type='checkbox'  value='SCANNER NOT WORKING OR UNAVAILABLE'  id='choice_121_104_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_7' id='label_121_104_7' class='gform-field-label gform-field-label--type-inline'>SCANNER NOT WORKING OR UNAVAILABLE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.8' type='checkbox'  value='USER UNABLE SCAN TO EMAIL OR FOLDER'  id='choice_121_104_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_8' id='label_121_104_8' class='gform-field-label gform-field-label--type-inline'>USER UNABLE SCAN TO EMAIL OR FOLDER<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_104_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_104.9' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_104_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_104_9' id='label_121_104_9' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_104'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_105\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_105\" ><label class='gfield_label gform-field-label' for='input_121_105'>INSTALL OR UPDATE DRIVERS FOR PRINTER OR PHOTOCOPIER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_105' id='input_121_105' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_106\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_106\" ><label class='gfield_label gform-field-label' for='input_121_106'>HANDLED TONER OR DRUM REPLACEMENT FOR GENERAL CLEANING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_106' id='input_121_106' class='large gfield_select'  aria-describedby=\"gfield_description_121_106\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_106'>Example: Either General Cleaning (Use Proper Material Cloth, Shake) On Printer Or Photocopier Toner Etc. Not Dismantle Or Take Out Any Parts.<\/div><\/div><div id=\"field_121_107\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_107\" ><label class='gfield_label gform-field-label' for='input_121_107'>BRIEFLY DESCRIBE PRINTER OR PHOTOCOPIER YOU HAVE FIXED AND HOW?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_107' id='input_121_107' class='textarea small'  aria-describedby=\"gfield_description_121_107\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_107'>Example: Resolve Printer Sharing Connectivity, Etc.<\/div><\/div><div id=\"field_121_108\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_108\" ><label class='gfield_label gform-field-label' for='input_121_108'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_108' id='input_121_108' class='textarea medium'  aria-describedby=\"gfield_description_121_108\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_108'>Share Any Other Printer Or Photocopier Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_160' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"9\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"9\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_160' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"11\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"11\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_11' class='gform_page' data-js='page-field-id-160' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_11' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_131\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_131\" ><h3 class=\"gsection_title\">12. ENDPOINT SECURITY &amp; ANTIVIRUS<\/h3><\/div><div id=\"field_121_132\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_132\" ><label class='gfield_label gform-field-label' for='input_121_132'>KNOWLEDGE IN ANTIVIRUS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_132' id='input_121_132' class='small gfield_select'  aria-describedby=\"gfield_description_121_132\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_132'>Example: Install Antivirus Or Deploy Via Console Management, Clean Virus, Malware Etc.<\/div><\/div><div id=\"field_121_133\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_133\" ><label class='gfield_label gform-field-label' for='input_121_133'>DEPLOYED OR MANAGED ANTIVIRUS SOFTWARE USING MANAGEMENT CONSOLE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_133' id='input_121_133' class='large gfield_select'  aria-describedby=\"gfield_description_121_133\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_133'>Not Deployed And Managed Individually But Push Installation And Managed Via Centralise Console.<\/div><\/div><fieldset id=\"field_121_134\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_134\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >ANTIVIRUS AND ENPOINTS PROTECTION EXPERIENCES<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_134'><div class='gchoice gchoice_121_134_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.1' type='checkbox'  value='SYMANTEC ENDPOINT PROTECTION (SEP)'  id='choice_121_134_1'   aria-describedby=\"gfield_description_121_134\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_1' id='label_121_134_1' class='gform-field-label gform-field-label--type-inline'>SYMANTEC ENDPOINT PROTECTION (SEP)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.2' type='checkbox'  value='MCAFEE \/ MCAFEE EPOLICY ORHESTRATOR (EPO)'  id='choice_121_134_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_2' id='label_121_134_2' class='gform-field-label gform-field-label--type-inline'>MCAFEE \/ MCAFEE EPOLICY ORHESTRATOR (EPO)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.3' type='checkbox'  value='TREND MICRO OFFICESCAN'  id='choice_121_134_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_3' id='label_121_134_3' class='gform-field-label gform-field-label--type-inline'>TREND MICRO OFFICESCAN<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.4' type='checkbox'  value='KASPERSKY ENPOINT SECURITY'  id='choice_121_134_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_4' id='label_121_134_4' class='gform-field-label gform-field-label--type-inline'>KASPERSKY ENPOINT SECURITY<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.5' type='checkbox'  value='BITDEFENDER GRAVITYZONE'  id='choice_121_134_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_5' id='label_121_134_5' class='gform-field-label gform-field-label--type-inline'>BITDEFENDER GRAVITYZONE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.6' type='checkbox'  value='SOPHOS ENDPOINT PROTECTION'  id='choice_121_134_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_6' id='label_121_134_6' class='gform-field-label gform-field-label--type-inline'>SOPHOS ENDPOINT PROTECTION<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.7' type='checkbox'  value='ESET ENDPOINT SECURITY'  id='choice_121_134_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_7' id='label_121_134_7' class='gform-field-label gform-field-label--type-inline'>ESET ENDPOINT SECURITY<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.8' type='checkbox'  value='AVAST BUSINESS ANTIVIRUS'  id='choice_121_134_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_8' id='label_121_134_8' class='gform-field-label gform-field-label--type-inline'>AVAST BUSINESS ANTIVIRUS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.9' type='checkbox'  value='WEBROOT SECUREANYWHERE'  id='choice_121_134_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_9' id='label_121_134_9' class='gform-field-label gform-field-label--type-inline'>WEBROOT SECUREANYWHERE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.11' type='checkbox'  value='CROWDSTRIKE FALCON'  id='choice_121_134_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_11' id='label_121_134_11' class='gform-field-label gform-field-label--type-inline'>CROWDSTRIKE FALCON<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.12' type='checkbox'  value='CYLANCEPROTECT'  id='choice_121_134_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_12' id='label_121_134_12' class='gform-field-label gform-field-label--type-inline'>CYLANCEPROTECT<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.13' type='checkbox'  value='NORTON SMALL BUSINESS'  id='choice_121_134_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_13' id='label_121_134_13' class='gform-field-label gform-field-label--type-inline'>NORTON SMALL BUSINESS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_14'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.14' type='checkbox'  value='F-SECURE CLIENT SECURITY'  id='choice_121_134_14'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_14' id='label_121_134_14' class='gform-field-label gform-field-label--type-inline'>F-SECURE CLIENT SECURITY<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_134_15'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_134.15' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_134_15'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_134_15' id='label_121_134_15' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_134'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_135\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_135\" ><label class='gfield_label gform-field-label' for='input_121_135'>PERFORMED MALWARE SCANS AND CLEANED INFECTED COMPUTERS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_135' id='input_121_135' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_136\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_136\" ><label class='gfield_label gform-field-label' for='input_121_136'>CREATED OR MODIFIFED ANTIVIRUS POLICIES?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_136' id='input_121_136' class='large gfield_select'  aria-describedby=\"gfield_description_121_136\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_136'>Example: Scheduled Scans, Exclusions, Real-Time Protection Settings.<\/div><\/div><div id=\"field_121_137\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_137\" ><label class='gfield_label gform-field-label' for='input_121_137'>BRIEFLY DESCRIBE CHALLENGING ANTIVIRUS OR MALWARE INCIDENT YOU HANDLED AND HOW YOU RESOLVED IT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_137' id='input_121_137' class='textarea small'  aria-describedby=\"gfield_description_121_137\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_137'>Example: Resolve Conficker, Ransomware, Trojan Etc. Input &#8216;No Experience&#8217; If Never Experience Before.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_161' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"10\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"10\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_161' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"12\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"12\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_12' class='gform_page' data-js='page-field-id-161' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_12' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_88\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_88\" ><h3 class=\"gsection_title\">13. DOCUMENTATION AND INVENTORY<\/h3><\/div><div id=\"field_121_89\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_89\" ><label class='gfield_label gform-field-label' for='input_121_89'>KNOWLEDGE IN IT DOCUMENTATION AND INVENTORY?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_89' id='input_121_89' class='small gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_90\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_90\" ><label class='gfield_label gform-field-label' for='input_121_90'>RESPONSIBLE FOR RECORDING AND TRACKING IT EQUIPMENT BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_90' id='input_121_90' class='large gfield_select'  aria-describedby=\"gfield_description_121_90\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_90'>Experience In Managing And Tracking IT Assets Accordingly?<\/div><\/div><fieldset id=\"field_121_91\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-third gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_91\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH INVENTORY TASKS HAVE YOU PERFORMED?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_91'><div class='gchoice gchoice_121_91_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_91.1' type='checkbox'  value='LABELLING IT ASSETS WITH TAG'  id='choice_121_91_1'   aria-describedby=\"gfield_description_121_91\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_121_91_1' id='label_121_91_1' class='gform-field-label gform-field-label--type-inline'>LABELLING IT ASSETS WITH TAG<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_91_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_91.2' type='checkbox'  value='RECORD INTO SPREADSHEETS \/ EXCEL OR SOFTWARE'  id='choice_121_91_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_91_2' id='label_121_91_2' class='gform-field-label gform-field-label--type-inline'>RECORD INTO SPREADSHEETS \/ EXCEL OR SOFTWARE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_91_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_91.3' type='checkbox'  value='REGULAR ASSET CHECKS \/ AUDITS'  id='choice_121_91_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_91_3' id='label_121_91_3' class='gform-field-label gform-field-label--type-inline'>REGULAR ASSET CHECKS \/ AUDITS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_91_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_91.4' type='checkbox'  value='UPDATING INVENTORY WHEN ISSUING OR RETRIEVING ASSETS'  id='choice_121_91_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_91_4' id='label_121_91_4' class='gform-field-label gform-field-label--type-inline'>UPDATING INVENTORY WHEN ISSUING OR RETRIEVING ASSETS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_121_91_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_91.5' type='checkbox'  value='NONE OF THE ABOVE'  id='choice_121_91_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_91_5' id='label_121_91_5' class='gform-field-label gform-field-label--type-inline'>NONE OF THE ABOVE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_91'>You May Select More Than One.<\/div><\/fieldset><div id=\"field_121_92\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_92\" ><label class='gfield_label gform-field-label' for='input_121_92'>RECORD OR ISSUES SUPPORT TICKETS BEFORE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_92' id='input_121_92' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES - IT TICKETING SYSTEM' >YES &#8211; IT TICKETING SYSTEM<\/option><option value='YES - MANUAL LOG (SPREADSHEET \/ EXCEL)' >YES &#8211; MANUAL LOG (SPREADSHEET \/ EXCEL)<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_93\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_93\" ><label class='gfield_label gform-field-label' for='input_121_93'>HOW OFTEN DID YOU UPDATE OR MAINTAIN DOCUMENTATION?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_93' id='input_121_93' class='large gfield_select'  aria-describedby=\"gfield_description_121_93\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='DAILY' >DAILY<\/option><option value='WEEKLY' >WEEKLY<\/option><option value='MONTHLY' >MONTHLY<\/option><option value='NONE' >NONE<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_121_93'>Example: IT Logs, Equipment Records, Setup Checklist Etc.<\/div><\/div><div id=\"field_121_94\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_94\" ><label class='gfield_label gform-field-label' for='input_121_94'>FOLLOWED STANDARD PROCEDURES OR CHECKLISTS WHEN DEPLOYING IT ASSETS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_94' id='input_121_94' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/option><option value='YES' >YES<\/option><option value='NO' >NO<\/option><\/select><\/div><\/div><div id=\"field_121_96\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_96\" ><label class='gfield_label gform-field-label' for='input_121_96'>REMARKS (OPTIONAL)<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_96' id='input_121_96' class='textarea medium'  aria-describedby=\"gfield_description_121_96\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_96'>Share Any Other Documentation And Inventory Hands-On Not Covered In The Questions Above.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_162' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"11\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"11\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_162' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"13\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"13\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_13' class='gform_page' data-js='page-field-id-162' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_13' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_123\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_123\" ><h3 class=\"gsection_title\">14. TROUBLESHOOTING<\/h3><\/div><div id=\"field_121_124\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_124\" ><label class='gfield_label gform-field-label' for='input_121_124'>HOW WOULD YOU TROUBLESHOOT A PC THAT POWERS ON BUT SHOWS NOTHING ON THE MONITOR AFTER BEING MOVED TO A NEW DESK?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_124' id='input_121_124' class='textarea medium'  aria-describedby=\"gfield_description_121_124\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_124'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><div id=\"field_121_125\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_125\" ><label class='gfield_label gform-field-label' for='input_121_125'>HOW WOULD YOU TROUBLESHOOT A LAPTOP THAT SHOWS POWER (LED ON) BUT HAS NO DISPLAY OR SOUND?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_125' id='input_121_125' class='textarea medium'  aria-describedby=\"gfield_description_121_125\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_125'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><div id=\"field_121_126\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_126\" ><label class='gfield_label gform-field-label' for='input_121_126'>HOW WOULD YOU TROUBLESHOOT A USER UNABLE TO ACCESS A NETWORK SHARED FOLDER IN A DOMAIN WHEN OTHERS CAN?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_126' id='input_121_126' class='textarea medium'  aria-describedby=\"gfield_description_121_126\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_126'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><div id=\"field_121_127\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_127\" ><label class='gfield_label gform-field-label' for='input_121_127'>HOW WOULD YOU TROUBLESHOOT A DOMAIN PC THAT CAN PING DEVICES BUT CANNOT ACCESS INTERNET OR NETWORK SHARES?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_127' id='input_121_127' class='textarea medium'  aria-describedby=\"gfield_description_121_127\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_127'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><div id=\"field_121_128\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_128\" ><label class='gfield_label gform-field-label' for='input_121_128'>HOW WOULD YOU TROUBLESHOOT A DOMAIN USER WHO LOST ACCESS TO A PREVIOUSLY AVAILABLE NETWORK SHARED FOLDER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_128' id='input_121_128' class='textarea medium'  aria-describedby=\"gfield_description_121_128\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_128'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><div id=\"field_121_129\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_129\" ><label class='gfield_label gform-field-label' for='input_121_129'>HOW WOULD YOU TROUBLESHOOT A NETWORK PRINTER IN A DOMAIN THAT SHOWS OFFLINE FOR SOME USERS BUT WORKS FOR OTHERS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_129' id='input_121_129' class='textarea medium'  aria-describedby=\"gfield_description_121_129\"   aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_121_129'>If You Are Unfamiliar With This Or Have No Experience, Please Type \u2018Not Familiar\u2019 Or \u2018No Experience\u2019 In The Answer Field.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_163' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"12\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"12\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_163' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"14\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"14\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_14' class='gform_page' data-js='page-field-id-163' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_14' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_143\" class=\"gfield gfield--type-section gfield--input-type-section gsection pagebreak field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_143\" ><h3 class=\"gsection_title\">15. KNOWLEDGE OF STANDARDS, SYSTEMS AND COMPLIANCE PRACTICES<\/h3><\/div><fieldset id=\"field_121_144\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_144\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF CTPAT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_144'>\n\t\t\t<div class='gchoice gchoice_121_144_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_144' type='radio' value='YES'  id='choice_121_144_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_144\"   \/>\n\t\t\t\t\t<label for='choice_121_144_0' id='label_121_144_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_144_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_144' type='radio' value='NO'  id='choice_121_144_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_144_1' id='label_121_144_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_144'>Customs-Trade Partnership Against Terrorism<\/div><\/fieldset><fieldset id=\"field_121_145\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_145\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF NIST FRAMEWORK?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_145'>\n\t\t\t<div class='gchoice gchoice_121_145_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_145' type='radio' value='YES'  id='choice_121_145_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_145\"   \/>\n\t\t\t\t\t<label for='choice_121_145_0' id='label_121_145_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_145_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_145' type='radio' value='NO'  id='choice_121_145_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_145_1' id='label_121_145_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_145'>National Institute of Standards and Technology<\/div><\/fieldset><fieldset id=\"field_121_146\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_146\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF ISO 27001?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_146'>\n\t\t\t<div class='gchoice gchoice_121_146_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_146' type='radio' value='YES'  id='choice_121_146_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_146\"   \/>\n\t\t\t\t\t<label for='choice_121_146_0' id='label_121_146_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_146_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_146' type='radio' value='NO'  id='choice_121_146_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_146_1' id='label_121_146_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_146'>Information Security Management Systems<\/div><\/fieldset><fieldset id=\"field_121_147\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_147\" ><legend class='gfield_label gform-field-label' >EXPERIENCE WITH CMS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_147'>\n\t\t\t<div class='gchoice gchoice_121_147_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_147' type='radio' value='YES'  id='choice_121_147_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_147\"   \/>\n\t\t\t\t\t<label for='choice_121_147_0' id='label_121_147_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_147_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_147' type='radio' value='NO'  id='choice_121_147_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_147_1' id='label_121_147_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_147'>Content Management System. Example: WordPress, Joomla, Drupal, Etc.<\/div><\/fieldset><fieldset id=\"field_121_148\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_148\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF MICROSOFT LICENSING?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_148'>\n\t\t\t<div class='gchoice gchoice_121_148_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_148' type='radio' value='YES'  id='choice_121_148_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_148\"   \/>\n\t\t\t\t\t<label for='choice_121_148_0' id='label_121_148_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_148_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_148' type='radio' value='NO'  id='choice_121_148_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_148_1' id='label_121_148_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_148'>ESD, OEM, Retail, VLSC Etc.<\/div><\/fieldset><fieldset id=\"field_121_149\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_149\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF 5S IT MANAGEMENT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_149'>\n\t\t\t<div class='gchoice gchoice_121_149_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_149' type='radio' value='YES'  id='choice_121_149_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_149\"   \/>\n\t\t\t\t\t<label for='choice_121_149_0' id='label_121_149_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_149_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_149' type='radio' value='NO'  id='choice_121_149_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_149_1' id='label_121_149_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_149'>Example: Standardize Computer Hostname, Printer Sharing Name, Folder Structure Name, Etc.<\/div><\/fieldset><fieldset id=\"field_121_150\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_150\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE USING WDS?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_150'>\n\t\t\t<div class='gchoice gchoice_121_150_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_150' type='radio' value='YES'  id='choice_121_150_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_150\"   \/>\n\t\t\t\t\t<label for='choice_121_150_0' id='label_121_150_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_150_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_150' type='radio' value='NO'  id='choice_121_150_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_150_1' id='label_121_150_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_150'>Windows Deployment Services<\/div><\/fieldset><fieldset id=\"field_121_172\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-quarter gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_172\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF FIREWALL HARDWARE?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_172'>\n\t\t\t<div class='gchoice gchoice_121_172_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_172' type='radio' value='YES'  id='choice_121_172_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_172\"   \/>\n\t\t\t\t\t<label for='choice_121_172_0' id='label_121_172_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_172_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_172' type='radio' value='NO'  id='choice_121_172_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_172_1' id='label_121_172_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_172'>Sophos, Fortinet, Watchguard, Etc.<\/div><\/fieldset><fieldset id=\"field_121_173\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_173\" ><legend class='gfield_label gform-field-label' >KNOWLEDGE OF EMAIL SERVER?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_121_173'>\n\t\t\t<div class='gchoice gchoice_121_173_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_173' type='radio' value='YES'  id='choice_121_173_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_121_173\"   \/>\n\t\t\t\t\t<label for='choice_121_173_0' id='label_121_173_0' class='gform-field-label gform-field-label--type-inline'>YES<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_121_173_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_173' type='radio' value='NO'  id='choice_121_173_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_121_173_1' id='label_121_173_1' class='gform-field-label gform-field-label--type-inline'>NO<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_121_173'>MDaemon, Microsoft Exchange Server, Etc.<\/div><\/fieldset><fieldset id=\"field_121_170\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_170\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >ACKNOWLEDGEMENT<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_121_170'><div class='gchoice gchoice_121_170_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_170.1' type='checkbox'  value='I hereby declare that the information I have provided is true, complete, and accurate to the best of my knowledge. I understand that any false or misleading information may affect my application.'  id='choice_121_170_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_121_170_1' id='label_121_170_1' class='gform-field-label gform-field-label--type-inline'>I hereby declare that the information I have provided is true, complete, and accurate to the best of my knowledge. I understand that any false or misleading information may affect my application.<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_121_167\" class=\"gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_167\" ><label class='gfield_label gform-field-label' for='input_121_167'>CAPTCHA<\/label><div id='input_121_167' class='ginput_container ginput_recaptcha' data-sitekey='6LfX9DccAAAAAGI-FK9cDfz4bmzd2PJN5kZ2p_KD'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><div id=\"field_121_171\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  data-js-reload=\"field_121_171\" ><div style=\"padding: 15px; border: 1px solid #ccc; background-color: #f9f9f9; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;\">\n\n  <p style=\"margin-top: 10px; font-style: italic; color: #555;\">\n    This is a computer-generated document. No signature is required.\n  <\/p>\n\n<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_121_164' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"13\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"13\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_121_164' class='gform_next_button gform-theme-button button' value='\u0905\u0930\u094d\u0915\u094b'  onclick='jQuery(\"#gform_target_page_number_121\").val(\"15\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_121\").val(\"15\");  jQuery(\"#gform_121\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_121_15' class='gform_page' data-js='page-field-id-164' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_121_15' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_121_166\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_121_166\" ><div style=\"padding: 15px; border: 1px solid #ccc; background-color: #f9f9f9; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;\">\n\n  <h3 style=\"margin-top: 0;\">Review HR \u2013 IT Technician Pre-Assessment<\/h3>\n\n  <div class=\"all-fields\">\n    {all_fields}\n  <\/div>\n\n  <p style=\"margin-top: 15px; color: #333;\">\n    <b>Note:<\/b> This submission is final and can no longer be edited. Please ensure that all information provided is correct before submission.\n  <\/p>\n\n<\/div>\n<\/div><\/div><\/div>\n        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_121' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='\u092f\u0938\u0905\u0918\u093f'  onclick='if(window[\"gf_submitting_121\"]){return false;}  if( !jQuery(\"#gform_121\")[0].checkValidity || jQuery(\"#gform_121\")[0].checkValidity()){window[\"gf_submitting_121\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_121\"]){return false;} if( !jQuery(\"#gform_121\")[0].checkValidity || jQuery(\"#gform_121\")[0].checkValidity()){window[\"gf_submitting_121\"]=true;}  jQuery(\"#gform_121\").trigger(\"submit\",[true]); }' \/> <input type='submit' id='gform_submit_button_121' class='gform_button button' value='\u092a\u0947\u0936 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d'  onclick='if(window[\"gf_submitting_121\"]){return false;}  if( !jQuery(\"#gform_121\")[0].checkValidity || jQuery(\"#gform_121\")[0].checkValidity()){window[\"gf_submitting_121\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_121\"]){return false;} if( !jQuery(\"#gform_121\")[0].checkValidity || jQuery(\"#gform_121\")[0].checkValidity()){window[\"gf_submitting_121\"]=true;}  jQuery(\"#gform_121\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_121' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='121' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_121' value='WyJ7XCI5XCI6W1wiM2JmZjE3YmM0NDVmOTU2ZWVkYjEyY2VhNTRiNzM0YWZcIixcIjU5MDA1Mzg3MjdkMDgxN2ZkYmU4MTNiODVmOGI5Yzk5XCIsXCIzNGNlYzRjYWUwZDNhMDExMGU4MzZhNzA1OGYxY2ZlOFwiLFwiOGQzNzc4YzJmYTc0ZjNlNmVmNWVlNjk3ZjE2Nzk5ZWZcIixcImY4NjVlMDJlMTFiYzNhMDI4MjZlZjg4NDM3Yzk0YmIzXCJdLFwiMTBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCIxM1wiOltcImM5ZDljY2JjZWNmOTJhNDU5ZjJkYTYwMTA0ZjQwZTg1XCIsXCI0NTA1ZmJkMmI3ZGY5NTQ2YzQ3OGVhYjNjZjkwZTE0ZlwiLFwiMzQ2YjExNDcyNjliZWY5OTgxZWQ4Yzc4ZDFiOTg3ZTlcIixcIjdkNDg4MjU0NTJhMDFmZDJlYjQ4NzU1ZGUyOGJmNzc1XCIsXCJmYmU4NWFkYjM0MGViMGU4MDQ2ODEzNjI1Yjc0NTYyNFwiLFwiMmUyM2E4ZWJhOGU4YTk4MTU0OWY2MWNlYjUyODdkYjNcIixcImJmYWE5ZTRmY2IyMDRkNTAyMzZkNGZlMmQ4ZWYyNWQ1XCJdLFwiMTlcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCIyMFwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiLFwiZmMzOGFiNDdiZjIxNzNmYmVhN2ZjMjQ5MGIzMDViMWRcIl0sXCIyM1wiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjI1XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMjZcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI0Ni4xXCI6XCJlZmJkZjc1ZDdmYWZjZTkwNjQxMGI1ZGE5Y2MyMWRiM1wiLFwiNDYuMlwiOlwiZWZiYWNkMWYzMmM4NDk0NTYzMDgxZDA5ZGIzNDY5MTJcIixcIjQ2LjNcIjpcImMxZDAwYjNhMTI5MTVlMzQxNjRlYzAyOGFkN2IwY2M0XCIsXCI0Ni40XCI6XCI1ZmEyOGQyZmQwMTJlNmFkYmU0Yzk1NjkyOGM4NmNiYVwiLFwiNDYuNVwiOlwiNWNmYTg3MmQ5YTMxMjZiNzMwOTA5MzlhYzUwMTU0MTlcIixcIjI5XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMzBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCIxMzBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCIzMVwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjMyXCI6W1wiMTEzN2I5NzlhMGU0MTMzZTFlNTZjMDFlYjZhNzQwNGJcIixcIjBkMGVlY2NhYzI5Mjc5YjcwMjA1ZWYwOTZiYTUzNTZjXCIsXCJhMGNiMDY5ODE1ZDgzZTgwNDQ2Zjc4Y2I0NWI5Yzg4ZlwiLFwiZDFiZWI0NGQzOGZkOWQ3NDQ0NmYwMDk2ZDY5NzE5MDdcIixcIjNkYjllN2MzMmNiM2I4ZjM1YjhjMzk5NWNjOGE4NzU0XCJdLFwiMzVcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI0Ny4xXCI6XCIzMDJjNWExMjEzZDgzY2IyZTZiNDRhNjVlZWViOTM4ZlwiLFwiNDcuMlwiOlwiNmRhMTczZWNmMzlkOGUwNzBhNGRhYmU1Nzg5NmZiOTlcIixcIjQ3LjNcIjpcIjMwNDNmMzI2NmMzODAxYWFhY2ZmN2YxYzg4OTJkMzI3XCIsXCI0Ny40XCI6XCJhMTI4OTczMTQ0NjE2YzkyNjM2MjExYjczZGM5ZThlOVwiLFwiNDcuNVwiOlwiNWNmYTg3MmQ5YTMxMjZiNzMwOTA5MzlhYzUwMTU0MTlcIixcIjM4XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMzlcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI0MFwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjQxXCI6W1wiMTEzN2I5NzlhMGU0MTMzZTFlNTZjMDFlYjZhNzQwNGJcIixcIjBkMGVlY2NhYzI5Mjc5YjcwMjA1ZWYwOTZiYTUzNTZjXCIsXCJhMGNiMDY5ODE1ZDgzZTgwNDQ2Zjc4Y2I0NWI5Yzg4ZlwiLFwiZDFiZWI0NGQzOGZkOWQ3NDQ0NmYwMDk2ZDY5NzE5MDdcIixcIjNkYjllN2MzMmNiM2I4ZjM1YjhjMzk5NWNjOGE4NzU0XCJdLFwiNDRcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI1NVwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjQ4LjFcIjpcIjBlMTk5NTRmMDg5M2EwZGEzNjYxYTdiMGEzNzk0YTQ5XCIsXCI0OC4yXCI6XCJjODFmOGE5N2I1MjkyYjQzZjU1ZjcyMTc5ZDMxMGNjOFwiLFwiNDguM1wiOlwiYWViODAzMzcwZGVjNmUwNjRhYWU1Yjk0YWJlNzM3Y2JcIixcIjQ4LjRcIjpcIjI3YzhjNzQ3ZTc5NDNjY2Q3NjIxYzQ2MmMzNTUwM2VhXCIsXCI0OC41XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiNTBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI1M1wiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjUyXCI6W1wiNDIzZjY5Y2QzNjg2OTdlMGYwOGE1Njk5MDM3NWY2OTFcIixcIjU5MTJmMjQ3NTZjMWRhYjY0ZDlmOGQ1NzYxMzRkMzZiXCIsXCJlYTZlYmU0ODNjZWRiYzc5Zjg4ZTA3YzczZDRiOWEwOFwiXSxcIjU0XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiNjFcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI2MlwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjYzLjFcIjpcIjZjYTI1Yjc4YTQ4YmNmOGQyNjBlOTljYjQ1MTM1YTUyXCIsXCI2My4yXCI6XCIyMGQyM2Y0M2Y1M2YzMWEwMGQxMzAwNDhlNGZjMjA3MFwiLFwiNjMuM1wiOlwiYmM2ODcyMjYxMGJhMWVhY2Q3YjEwZTRmZDdhOTRiODhcIixcIjYzLjRcIjpcIjQ3MzZkMjY0NmIxZDE3NmI1YmI1Y2JkYTQwYThhZGU5XCIsXCI2My41XCI6XCIyNTE0OTVhMDhjNzMwMTk1YWM4Njc2YWE3OGE0NjI4OFwiLFwiNjMuNlwiOlwiYWY0YTY4NjRjOGU5NjFlNmRkNmM4MDAxMDU1ZDRhMThcIixcIjYzLjdcIjpcIjk0NzBkYmVhMjhiNDAyNGQ5ZmYyOTcxZDUyZTI5OTJjXCIsXCI2My44XCI6XCI3NWU3MDgzZWVlNDkxZGRmZThmZmY5ZDQ2ZWZmMDc5MlwiLFwiNjMuOVwiOlwiNWNmYTg3MmQ5YTMxMjZiNzMwOTA5MzlhYzUwMTU0MTlcIixcIjY0XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiNjVcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI2NlwiOltcImQxNzkwZTc3MjdiYzI1OGI0MzhkNDBmZmM2ODdlNDA5XCIsXCI0MGQ4MzhlZGIwZWE5NjMzYzk3ZmIxYjZhNTlmYTA2YlwiXSxcIjY5XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiNzFcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI3Mi4xXCI6XCIyNzY3MTUwODYxMGViNTE4ZDQ5NTA1MDJmNmZhNTQ0YVwiLFwiNzIuMlwiOlwiMmJlZTE4M2E5Y2JiOGRjYTJiYTBkMTNiNTNkYjU4NzhcIixcIjcyLjNcIjpcIjg2ZDYyMThiZDRlYzM1YWYwZDRkMzYwZmFlMTY4NTE2XCIsXCI3Mi40XCI6XCI5NTJkMGVhNDIwZjU0YjljNTg0Yzk0Njg1ZGUyZTQ3ZlwiLFwiNzIuNVwiOlwiZTc1NDAzZTVjYjNmNTc0ZThlYjg5YTUwMjllY2FkNWNcIixcIjcyLjZcIjpcIjc1YmZhZmJkNjgzMTFlYzhlNTczZDllN2E2YTgxY2Y2XCIsXCI3Mi43XCI6XCJjZWMzNjc2ZTExMGIxNzllNWQ4MWJkNGQ2ODg2MWUyYVwiLFwiNzIuOFwiOlwiNWNmYTg3MmQ5YTMxMjZiNzMwOTA5MzlhYzUwMTU0MTlcIixcIjczXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiNzQuMVwiOlwiMTQ3YWQzMTg0NzVkOTBjOTRkOTVlYzY1YjBkYTlhMjJcIixcIjc0LjJcIjpcIjIzYTg2M2E3Njc3ODY1MTQxMWU5YThiNTNlMGUyOGM3XCIsXCI3NC4zXCI6XCI3ZGU5NjRiNTRmMGQxYWFkMzQ2ZjRmYjg0MTAwNGU3MlwiLFwiNzQuNFwiOlwiMDFjYTE1YzNjNTBjODVhMDExYzdjMjExMDkxMGIxODVcIixcIjc0LjVcIjpcIjVjZmE4NzJkOWEzMTI2YjczMDkwOTM5YWM1MDE1NDE5XCIsXCI3N1wiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjc5LjFcIjpcIjM4YzJkMDNiZGQyZGViZTdmM2QwNTM1MDE0NDMyNWMyXCIsXCI3OS4yXCI6XCI3ODI2N2MyZTE0OTQwMmI4NGM1MDBkMTU2MGM1OGFmNFwiLFwiNzkuM1wiOlwiNTlmM2M1ODg1Yzg2NmNmMTRhNDBlMTg3ZDBjNTkzYWJcIixcIjc5LjRcIjpcIjQ1MjEzZThiYTdjMDIxMTdkNTY4ZDQ2MDBmMWJjNjc1XCIsXCI3OS41XCI6XCIyNzBhOGMwOTQ1ZTM5OWU1NDZmOTE3MTNjYzliZmVhZFwiLFwiNzkuNlwiOlwiZWQ2YzgwZThlMTc5NGM3YTE4YTRkZTY2YzQ0ZjQwYTFcIixcIjc5LjdcIjpcImRmNjc3YTk4OThjMjAwNzQ5YmRkNWU3YzcxZDc0OWRhXCIsXCI3OS44XCI6XCI0NjUyNGQ4MzczZGE4YjE4N2MwOGMxYzYxMWVkZDdlMFwiLFwiNzkuOVwiOlwiMzg3NzEyYmNlNWRiMzIyMGFiNTkwNGVjM2E3NzQ2OTdcIixcIjc5LjExXCI6XCJlMzVjZjIzNDg5YzViZDkzZjhkODEyMzQ1ZjgzNDUxMlwiLFwiNzkuMTJcIjpcImM3MjQ0Y2I5ZTIyNGUzYzhmN2M3NjcwZDY3YWYwYzg4XCIsXCI3OS4xM1wiOlwiZTc4NmVlMTUzMTMzMjY3NTU1YWNlMTA4ZmZkZDI1N2JcIixcIjc5LjE0XCI6XCIzM2I5YmM0Njc0NmZkYjc0MjBjZWI1YjhiYjcwNmE2Y1wiLFwiNzkuMTVcIjpcImQ2ODEyNGU0MjA5ZWNkMDMxNGM2MzQzNjIwZmI0YTNiXCIsXCI3OS4xNlwiOlwiYmJmYzI1YTE4YzEzNTFlNzZlNjJmODBmNjA0OWQwZWJcIixcIjc5LjE3XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiODBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI4MVwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjgyXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiODMuMVwiOlwiMTBlNjE3ZWZjZWM4YTA5ZWVjNzU1YTgyODc4ZGY1NTNcIixcIjgzLjJcIjpcIjVhZjY5Mzc3OTI1ZGVkNWY4Mzc4YjU4YzA3YjhkNGMzXCIsXCI4My4zXCI6XCI5NDU4NTcyMTVlOTRlNjE3NThhYTEzY2UzMGIxYTJmZFwiLFwiODMuNFwiOlwiMjc0OTg0NjUwOWQ5NmRlODc0ZGU4OGQzOTIxMDRmNzFcIixcIjgzLjVcIjpcImM0MTk5ODdjNzBjZTYwOGQzZWM4NTE1YjJhZmM4ODBhXCIsXCI4My42XCI6XCJlZDlkYzQwMmZhZDgzY2RiYmVkNGJiNDk0ZjQ2NDM1NFwiLFwiODMuN1wiOlwiNzlhZGJjMjZlMzc4NmQxYjA1MmZlMGNiNzkwYmVlZmFcIixcIjgzLjhcIjpcIjQ5ZjM2NDI5NDhiNTU1YTY4Y2EwZjQxYzE5ZWI0ZWI4XCIsXCI4My45XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiODRcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI4NVwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjExMS4xXCI6XCJlMTc2MzNmM2RmMThhOGY1MGRkN2ZmNWIxYTM2MWFmYlwiLFwiMTExLjJcIjpcIjZiMTc1NGIwMDY3YmIyOWRiMzUzNTVlM2UxMzQ4YmNlXCIsXCIxMTEuM1wiOlwiODFhYWVlNTA2YjYwNDhlYjM2Yzc2YjIxYmFmOWIyNWFcIixcIjExMS40XCI6XCI2MGMyYmJkMDU3M2Q3Njg5MTNmYmFjZjk5MmVlYTkzYVwiLFwiMTExLjVcIjpcImNhMmNmODVmYWIyZjdhZDY2ODNkYzZhNDhjOWNiODZiXCIsXCIxMTEuNlwiOlwiOTAzNmVmMzE0YjMzMWEwOTk4ODMyZThjNGUzZGUyMTVcIixcIjExMS43XCI6XCI2ZWZiNzgxZTY1NDYyZTAyYjEwZDM5NDE4NGIzNDA4YVwiLFwiMTExLjhcIjpcImM5MDhiZWViOGJmZTAyOTdlYWI5MDY1YThjNmYyN2RmXCIsXCIxMTEuOVwiOlwiYTYzNmI4NmZjY2NhNGFlYjRmYjZkOWI4NGYwNDQzZjVcIixcIjExMS4xMVwiOlwiYmIwYjdhMzg0ZTc1OGRhYmYzODhiZDJiMmM1MDBiOTNcIixcIjExMS4xMlwiOlwiNWNmYTg3MmQ5YTMxMjZiNzMwOTA5MzlhYzUwMTU0MTlcIixcIjExMi4xXCI6XCIyMzVjYjg3NjkyZjUwNWFjNzZkYzE3OTgxMWYxMjhlN1wiLFwiMTEyLjJcIjpcIjM3OTYyNzZkMWUwZmNkOWE4NDE0YmQ4MGNhNTY1ZWUzXCIsXCIxMTIuM1wiOlwiN2U0N2Y1YmQ1ZGJkZmZkYjBjMjYzMWVlYmY3NWY3YjJcIixcIjExMi40XCI6XCI4YjI3MTc3Yjg5ZjlmZmNhMTkwNzRhMjM4ZDUzNzMyOVwiLFwiMTEyLjVcIjpcIjZhMGNhYTRkYjA3YTFmZTc5ZDExNmYyNzllNzEzNTZmXCIsXCIxMTIuNlwiOlwiOTkzYWZkZmM5MGJlZTBlYmQyYjU4ZTA5MjAzZWEzZGZcIixcIjExMi43XCI6XCI5MjQ3MGQxY2Q2ODViY2Q4MGY1YzcxODRlNDM5NGUwM1wiLFwiMTEyLjhcIjpcIjVjZmE4NzJkOWEzMTI2YjczMDkwOTM5YWM1MDE1NDE5XCIsXCIxMTQuMVwiOlwiMWU3NjlmYWI4OTkyMzM4NTkzZTg1OGIzMjMxOWY2MzZcIixcIjExNC4yXCI6XCJlZmE0ZmIyZmJlYjRmYzBmMzBmZWZhYTg0MDcyYWEzOFwiLFwiMTE0LjNcIjpcIjljZWI1ZmM4NzQ1YjQ0ZTQ5MmJhYTJjM2I2YmRkZGE1XCIsXCIxMTQuNFwiOlwiMGUzZGM5MDRlOTNlZDMxZTZiZDA4YWRmOTRjNzg4NjdcIixcIjExNC41XCI6XCJhMjEwYTdkM2JkZWRjZGY5MWQ1ZDJmNzk0M2FkNTIxYlwiLFwiMTE0LjZcIjpcImYyMzM1YzE0YjU5OTg2ZjJjMWQzOTY4NzU0NGNlMmExXCIsXCIxMTQuN1wiOlwiNWIyMjhiNTlmYzlmNDgyNDI2Zjg3OGU4Y2VhZWZhNTBcIixcIjExNC44XCI6XCJlZjE2ZTFhN2NlY2RhZTU4NzlhNjIyZmYwZDYxZmYwMVwiLFwiMTE0LjlcIjpcIjc2MTE1NjAyODExMjYzN2Q5OTVkMWY1MmY5NDExZTI3XCIsXCIxMTQuMTFcIjpcImM2OTQ2NzhlZDg3NzE5MzM5MGFmYTE0NTk5MTBmYmI2XCIsXCIxMTQuMTJcIjpcIjVjZmE4NzJkOWEzMTI2YjczMDkwOTM5YWM1MDE1NDE5XCIsXCIxMTNcIjpbXCI0MzhjMGU1NDJkN2ZjMjMzNWI4MzcyZTBlNTZiMjIxYlwiLFwiZDFlZDc2YzA4ZjBhNTU2N2QwMWY3MWI3M2EyNDM5YTNcIixcIjZiOGQyMDcwM2JjYTM4ZjcwMTUzMjJkZTUyNjQzOTBhXCJdLFwiMTE1XCI6W1wiOTY3ODNjOTc2MTFiYjJkMzliYmMxMWJiZTNlZDYyYzNcIixcImNmYjc4ZGY1M2JhOGExNDA1ZmY3NzRhNDdhMWU0NzQ3XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjExNlwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjExNy4xXCI6XCI1N2I0ZmVhZGQwNWVjMjJjOWNlNzJlOGNlODRjZDAxOFwiLFwiMTE3LjJcIjpcImEzNjJlMTk1YWI2YjMzZGEzYWVjYTIxNjEyYzVmNTQ5XCIsXCIxMTcuM1wiOlwiNjVhZTkwZjgwMTFkODc0YTIxZTQ0OTVlODU5MTY1MWFcIixcIjExNy40XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiMTE4XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTE5LjFcIjpcImExYjYyNjQwN2M3MjNjZDAxZjEzNzUwYTRhYmYwMDM2XCIsXCIxMTkuMlwiOlwiZDIxMjNmMmI5NTM3NjdiNmFiZGJmNzY4YTUyYTU1OTJcIixcIjExOS4zXCI6XCIwMTQ1Mzk3ZTIzOGZmMzg1NmE5ZTUyMTdiMDdiMjMxNFwiLFwiMTE5LjRcIjpcIjBhM2E4MjI0ZjEwNmY1M2UxYjgzNDY3Y2FhNmNmYjRhXCIsXCIxMTkuNVwiOlwiNzRlOGQ4ZDkyOGVlNTczZWZiOTBjYzQ3MWNjMjc1MDBcIixcIjExOS42XCI6XCI3YjY3MDdkNGI0OTU3MjQwZDEyOGI5MGNiZDU0Nzk4NVwiLFwiMTE5LjdcIjpcIjVjZmE4NzJkOWEzMTI2YjczMDkwOTM5YWM1MDE1NDE5XCIsXCIxMjBcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI5OFwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjk5XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTAwLjFcIjpcImRkMWM1ODdlOWJkNTllMDk5OTY3NzMwNmJmZWFmMjcxXCIsXCIxMDAuMlwiOlwiZTRlMTcyNWEwMTgwNWM1MjRkNjRlNmM2NGIxYzRmNTJcIixcIjEwMC4zXCI6XCI3NWE2Njg5Yzk1MWNmMGUyNGVjOWU1N2E4ZGI4N2M4MVwiLFwiMTAwLjRcIjpcImM5MjI5YmVlM2FjN2IyNWM5ZDYzMDJjZjI3ZmIwNTAxXCIsXCIxMDAuNVwiOlwiMDZmMjU5ZThjNTgwNzRjMjQ2Mjk5MjQxMGQ5ZDE2MTFcIixcIjEwMC42XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiMTAyXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTAzXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTA0LjFcIjpcIjVmZWIzNGVkOTNhZjdmNGM4YzQ4YTI4OWJmZDJkYWQwXCIsXCIxMDQuMlwiOlwiOTgzMjA0NDc2Y2ExODI5Y2IzMjE2ZjQxZTM3YTcwNzJcIixcIjEwNC4zXCI6XCJhNzk3MDU1ZWU4N2Q4ZGQ4YzcyNjkyNmY4N2FjNmVjY1wiLFwiMTA0LjRcIjpcIjM3MjVhMWNlMzdiMTJlOTg0ZmY4MDFmODE2ODIyMmY0XCIsXCIxMDQuNVwiOlwiOGQxZDYwZmM0ZjkyNWI3MmQzNWM5ZWU5OTllYTA0ODJcIixcIjEwNC42XCI6XCI4MjEwMjljMDZlMzY3ZGMyY2FlMTBhNjhiN2QwYTg5OVwiLFwiMTA0LjdcIjpcIjE1ZTQwZTU2N2U3ZWUwYjA5NGY3ZTM0NzVmM2Q0ZjZkXCIsXCIxMDQuOFwiOlwiZmViMzRkODVkZDhiYjg2Y2FmNjI1MTk3NjYxNzVlOTRcIixcIjEwNC45XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiMTA1XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTA2XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTMyXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTMzXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTM0LjFcIjpcIjBiYjI1NDI2ZmVkYjQ1NTVhYmRhYWZmMGUwYTU4ZGIxXCIsXCIxMzQuMlwiOlwiMmFhNmQ4MDc2NGQxZGM5ZDQ4MjJhYzBhYzAwNzEzZjRcIixcIjEzNC4zXCI6XCIyZTBkMzVmYmRlM2YxNTZkZDQ4NTUzMDE0YTU2N2YwM1wiLFwiMTM0LjRcIjpcImZhZWJkMzgwOWQyNmM0NDA4NWYxMjFhZjI0NGMzNWYxXCIsXCIxMzQuNVwiOlwiYmE0NzU4YTRjMzhkNTI3YjkwYjkxMmYzNzcyZmQyY2RcIixcIjEzNC42XCI6XCIyYmI3NWU3MmYyOWI0NmJhOTY3YjEzZTUxN2Y5Y2M2YlwiLFwiMTM0LjdcIjpcIjNlMTVhNjQ0MDJhNjkzZTM4MmYxZTcyOTBmZmNjNDQ1XCIsXCIxMzQuOFwiOlwiZDE4YjAyNjYxNDc3ZDBhMTEyOTQzOTUxM2RlM2Y2NDRcIixcIjEzNC45XCI6XCI0MWJiMzk3NDBkNzkwNjUwNzliYjMzYjM5YjIwM2RlYVwiLFwiMTM0LjExXCI6XCI0Njk4ZDY5N2FjOWRmNTM3NDY2MzQ5MGFmZjZiMGY2NVwiLFwiMTM0LjEyXCI6XCIyZGQ4ZDdjMDc3YWZiMmE4ODcyNmRlZGE4MTE2ZTUwNVwiLFwiMTM0LjEzXCI6XCJkMjdiZGM2ZTJhMzRjYmIyYjY5N2NlNzc3MzNjODZmZVwiLFwiMTM0LjE0XCI6XCI1NjE0YjU4MjUyNjFhZjEzYThlN2VjNTNmYjFjZDkyNFwiLFwiMTM0LjE1XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiMTM1XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTM2XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiODlcIjpbXCI5ZmYyMGI4MDM0NTAzNGMwMTQ1MGZiZGM3YTgwMmJhNVwiLFwiMGFmMDkxODllOTAyNDRmNDY2NDcwZWVkNTlmM2ZlZmFcIl0sXCI5MFwiOltcIjlmZjIwYjgwMzQ1MDM0YzAxNDUwZmJkYzdhODAyYmE1XCIsXCIwYWYwOTE4OWU5MDI0NGY0NjY0NzBlZWQ1OWYzZmVmYVwiXSxcIjkxLjFcIjpcIjc5NDQ0OWMyZjdkNGJhNTc1NDAxYmQ1MGFiYmJjNjU5XCIsXCI5MS4yXCI6XCI2YTc0MDk1YmE2NjYwMzc3MTQ5YzNmMTM0Y2FhNzc1ZFwiLFwiOTEuM1wiOlwiZmEzMzVmNmE5MjEzMTQ2OTkyZGNjYzZmMGExNDk3MzRcIixcIjkxLjRcIjpcIjViZGU3YmQ1MjI5ZWJmZTczYjA0NGJjN2M3NDExNWQyXCIsXCI5MS41XCI6XCI1Y2ZhODcyZDlhMzEyNmI3MzA5MDkzOWFjNTAxNTQxOVwiLFwiOTJcIjpbXCI2YTU0YjRkODc0MmY2M2RjZTEwMGJmMmRiYWFkN2UxZVwiLFwiOGRhNzEwNjY5MmU0ZTU3YWMwMjE0NDVhNDNmNDE3NWRcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiOTNcIjpbXCJjNDE2OGVlMzU3OTIyODc2MDA1NjczNDQ5Mzg3NTI3MlwiLFwiY2FkMzIxZDU0MGVlMTI3ZmNjYzQ1MjIwMDA2MDg0OGVcIixcIjk2MTc0NjQ1NzNkMWI0Y2VkNjBiZGJhNTQ0NWVkYWMyXCIsXCI0MWQxZDhjNmQ2OWU2MzAzYTYxYzRkMDliNmFkMmZhOFwiXSxcIjk0XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ0XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ1XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ2XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ3XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ4XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTQ5XCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTUwXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTcyXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTczXCI6W1wiOWZmMjBiODAzNDUwMzRjMDE0NTBmYmRjN2E4MDJiYTVcIixcIjBhZjA5MTg5ZTkwMjQ0ZjQ2NjQ3MGVlZDU5ZjNmZWZhXCJdLFwiMTcwLjFcIjpcIjY2OThhMzNkOTA0ZGQ3OGI1NzA2ZjE2ODdkODA5ODA1XCJ9IiwiZjU4YTVlOTRlYzQwZTlhYzhhNmRjNWM3MDdiMmM3YzQiXQ==' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_121' id='gform_target_page_number_121' value='2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_121' id='gform_source_page_number_121' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            <input type='hidden' name='gform_uploaded_files' id='gform_uploaded_files_121' value='' \/>\n        <\/div>\n                        <\/div><\/div>\n                        <input type=\"hidden\" name=\"trp-form-language\" value=\"ne\"\/><\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 121, 'https:\/\/wmsb.widetech.com.my\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_121').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_121');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_121').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_121').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_121').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_121').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_121').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_121').val();gformInitSpinner( 121, 'https:\/\/wmsb.widetech.com.my\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [121, current_page]);window['gf_submitting_121'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_121').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_121').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [121]);window['gf_submitting_121'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_121').text());}else{jQuery('#gform_121').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"121\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_121\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_121\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_121\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [121, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 121, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>HR &#8211; ADD IT TECHNICIAN PRE-ASSESSMENT<\/p>","protected":false},"author":1,"featured_media":0,"parent":536,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":"","_wp_rev_ctl_limit":""},"class_list":["post-17574","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/pages\/17574","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/comments?post=17574"}],"version-history":[{"count":0,"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/pages\/17574\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/pages\/536"}],"wp:attachment":[{"href":"https:\/\/wmsb.widetech.com.my\/ne\/wp-json\/wp\/v2\/media?parent=17574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}