https://zhawivm.fra1.qualtrics.com/jfe/form/SV_3rSIxnSJqiuX5n8

Eingereichte URL:
https://zhawivm.fra1.qualtrics.com/jfe/form/SV_3rSIxnSJqiuX5n8
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://accrual.rgs.mef.gov.it/it/index.htmlhttps://accrual.rgs.mef.gov.it/it/index.html
https://www.qualtrics.com/powered-by-qualtrics/?utm_source=internal%2Binitiatives&utm_medium=survey%2Bpowered%2Bby%2Bqualtrics&utm_content=zhawivm&utm_survey_id=SV_3rSIxnSJqiuX5n8Powered by Qualtrics: scopri di più su Qualtrics in una nuova schedaPowered by Qualtrics

JavaScript-Variablen · 35 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
QSettingsobject
webpackChunkjavascriptformengineobject
ErrorWatcherobject
jQueryfunction
jQuery112402513075948071479object
onLoadCaptchafunction
experimentalobject

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html class="JFEScope" lang="IT"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="mobile-web-app-capable" content="yes">
    <title>Qualtrics Umfrage | Qualtrics Experience Management</title>
    
        <link rel="dns-prefetch" href="//eu.qualtrics.com/WRQualtricsShared/">
        <link rel="preconnect" href="//eu.qualtrics.com/WRQualtricsShared/">
    
    <meta name="description" content="Die stärkste, einfachste und vertrauenswürdigste Möglichkeit zur Sammlung von Erfahrungsdaten. Beginnen Sie Ihre Reise mit Experience Management und testen Sie noch heute ein kostenloses Konto.">
    <meta name="robots" content="noindex">
    <meta id="meta-viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2.5">
    <meta property="og:title" content="Qualtrics Umfrage | Qualtrics Experience Management">
    <meta property="og:description" content="Die stärkste, einfachste und vertrauenswürdigste Möglichkeit zur Sammlung von Erfahrungsdaten. Beginnen Sie Ihre Reise mit Experience Management und testen Sie noch heute ein kostenloses Konto.">
    
    <script>(function(w) {
  'use strict';
  if (w.history && w.history.replaceState) {
    var path = w.location.pathname;
    var jfePathRegex = /^\/jfe\d+\//;

    if (jfePathRegex.test(path)) {
      w.history.replaceState(null, null, w.location.href.replace(path, path.replace(jfePathRegex, '/jfe/')));
    }
  }
})(window);
</script>
<link rel="apple-touch-icon" href="/brand-management/apple-touch-icon"><link type="image/x-icon" rel="icon" href="https://zhawivm.fra1.qualtrics.com/brand-management/brand-assets/zhawivm/favicon.ico"><script data-runid="522310196880259">Qualtrics.SurveyEngine.addOnload(Qualtrics.uniformLabelHeight);</script><script data-runid="522310196880259">
//TM6 Question Text Cell Padding
	//JFE
	Page.on('ready:imagesLoaded',function() {
		var t = jQuery(".QuestionText table");
	  for (i=0; i<t.length; i++) {
	    if (t[i].cellPadding != undefined) {
	      var p = t[i].cellPadding + "px";
	      t.eq(i).find("th").css("padding",p);
	      t.eq(i).find("td").css("padding",p);
	    }
	  }
	});
	//SE
	jQuery(window).load(function() {
		if (jQuery("div").hasClass("JFE") == false) {
	    var t = jQuery(".QuestionText table");
	    for (i=0; i<t.length; i++) {
	      if (t[i].cellPadding != undefined) {
	        var p = t[i].cellPadding + "px";
	        t.eq(i).find("th").css("padding",p);
	        t.eq(i).find("td").css("padding",p);
	      }
	    }
		};
	});
//TM21 iOS Text Box Width Fix
	//JFE
	Page.on('ready:imagesLoaded',function() {
		function isIE () {
	  	var myNav = navigator.userAgent.toLowerCase();
	  	return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;
		}
		if (!isIE()) {
			var mq = window.matchMedia( "(max-width: 480px)" );
			if (mq.matches == true) {
				jQuery(".Skin .MC .TextEntryBox").css("width","100%");
				jQuery(".Skin .TE .ESTB .InputText").css("width","100%");
				jQuery(".Skin .TE .FORM .InputText").css("width","100%");
				jQuery(".Skin .TE .ML .InputText").css("width","100%");
				jQuery(".Skin .TE .PW .InputText").css("width","100%");
				jQuery(".Skin .TE .SL .InputText").css("width","100%");
				jQuery(".Skin .TE .FollowUp .InputText").css("width","100%");
			};
		};
	});
	//SE
	jQuery(window).load(function() {
		function isIE () {
	  	var myNav = navigator.userAgent.toLowerCase();
	  	return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;
		}
		if (!isIE()) {
			var mq = window.matchMedia( "(max-width: 480px)" );
			if (jQuery("div").hasClass("JFE") == false && mq.matches == true) {
				jQuery(".Skin .MC .TextEntryBox").css("width","100%");
				jQuery(".Skin .TE .ESTB .InputText").css("width","100%");
				jQuery(".Skin .TE .FORM .InputText").css("width","100%");
				jQuery(".Skin .TE .ML .InputText").css("width","100%");
				jQuery(".Skin .TE .PW .InputText").css("width","100%");
				jQuery(".Skin .TE .SL .InputText").css("width","100%");
				jQuery(".Skin .TE .FollowUp .InputText").css("width","100%");
			};
		};
	});
</script><script data-runid="522310196880259">
//Wrapping up those pesky SE labels like Christmas
jQuery(window).load(function() {
		if (jQuery("div").hasClass("JFE") == false) {
	    var mcs = jQuery(".Skin .MC span.LabelWrapper");
			for (i = 0; i < mcs.length; i++) {
				mcs.eq(i).find("label").wrapInner("<span></span>");
			}
	};
});
</script><script data-runid="522310196880259">
// Matrix Hover States Like Big Brother
Qualtrics.SurveyEngine.addOnload(function() {
  if (jQuery(".QuestionOuter").hasClass("Matrix") && (jQuery(".InnerInner").hasClass("SingleAnswer") || jQuery(".InnerInner").hasClass("MultipleAnswer"))) {
    var boxes = jQuery(".Skin .Matrix table tr.ChoiceRow td");
    boxes.on({
      mouseenter: function() {
        jQuery(this).prevAll().addClass('nutherhoverleft');
        var numba = jQuery(this).attr('class').split(' ')[0];
        jQuery(this).parents('tr').prevAll('tr').find('td.' + numba).addClass('nutherhoverup');
        jQuery(this).parents('table').find('tr.Answers th.' + numba).addClass('nutherhoverup');
      },
      mouseleave: function() {
        jQuery(this).parents('tbody').find('td').removeClass('nutherhoverleft');
        jQuery(this).parents('tbody').find('th').removeClass('nutherhoverleft');
        jQuery(this).parents('tbody').find('td').removeClass('nutherhoverup');
        jQuery(this).parents('table').find('th').removeClass('nutherhoverup');
      }
    });
  }
});
</script></head>
    <body id="SurveyEngineBody" style="direction: ltr;">
    <noscript><style>#pace{display: none;}</style><div style="padding:8px 15px;font-family:Helvetica,Arial,sans-serif;background:#fcc;border:1px solid #c55">Javascript is required to load this page.</div></noscript>
    
        <style type="text/css">#pace{background:#fff;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}#pace::before{content:'';display:block;position:fixed;top:30%;right:50%;width:50px;height:50px;border:6px solid transparent;border-top-color:#0b6ed0;border-left-color:#0b6ed0;border-radius:80px;animation:q 1s linear infinite;margin:-33px -33px 0 0;box-sizing:border-box}@keyframes q{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
</style>
        
    
    <script type="text/javascript">
      window.QSettings = {
          
        jfeVersion: "49e58c0b55c606f368f8ccff5b0646660d7edc83",
        publicPath: "/jfe/static/dist/",
        cbs: [], bootstrapSkin: null, ab: false,
        getPT: function(cb) {
          if (this.pt !== undefined) {
            cb(this.success, this.pt);
          } else {
            this.cbs.push(cb);
          }
        },
        setPT: function(s, pt) {
          this.success = s;
          this.pt = pt;
          if (this.cbs.length) {
            for (var i = 0; i < this.cbs.length; i++) {
              this.cbs[i](s, pt);
            }
          }
        }
      };
    </script>
    
    <script>(()=>{"use strict";var e,t,r,a,d,o={},n={};function f(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(r.exports,r,r.exports,f),r.loaded=!0,r.exports}f.m=o,e=[],f.O=(t,r,a,d)=>{if(!r){var o=1/0;for(l=0;l<e.length;l++){for(var[r,a,d]=e[l],n=!0,c=0;c<r.length;c++)(!1&d||o>=d)&&Object.keys(f.O).every((e=>f.O[e](r[c])))?r.splice(c--,1):(n=!1,d<o&&(o=d));if(n){e.splice(l--,1);var i=a();void 0!==i&&(t=i)}}return t}d=d||0;for(var l=e.length;l>0&&e[l-1][2]>d;l--)e[l]=e[l-1];e[l]=[r,a,d]},f.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return f.d(t,{a:t}),t},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var d=Object.create(null);f.r(d);var o={};t=t||[null,r({}),r([]),r(r)];for(var n=2&a&&e;"object"==typeof n&&!~t.indexOf(n);n=r(n))Object.getOwnPropertyNames(n).forEach((t=>o[t]=()=>e[t]));return o.default=()=>e,f.d(d,o),d},f.d=(e,t)=>{for(var r in t)f.o(t,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((t,r)=>(f.f[r](e,t),t)),[])),f.u=e=>"c/"+{23:"vendors~fileupload",42:"jsApi",44:"matrix",75:"mc",91:"advance-button-template",95:"default~cs~slider",182:"fancybox",192:"meta",198:"te",205:"timing",211:"sbs",218:"ro",233:"db",246:"focus-handler",255:"captcha",286:"ss",292:"hotspot",330:"fileupload",351:"relevantid",365:"hmap",393:"draw",432:"mp",436:"slider",453:"default~cs~slider~ss",500:"default~hl~hotspot~matrix",507:"prototype",522:"scoring",529:"cs",543:"recaptchav3",562:"flip",603:"mockForm",606:"default~captcha~cs~db~dd~draw~fileupload~hmap~hl~hotspot~matrix~mc~meta~pgr~ro~sbs~slider~ss~te~timing",674:"pgr",679:"toc",685:"preview",702:"vendors~relevantid",719:"default~hmap~pgr~ro~te~timing",778:"slide",801:"fade",811:"hl",821:"barrel-roll",863:"dd",939:"bf",957:"response-summary"}[e]+"."+{23:"62b49b7f91791fa16030",42:"8c8dd06a862b12e2d92e",44:"14e05fa03a153279345e",75:"1ed755546e2e593eda54",91:"f73861aa3b17f8dbd7b8",95:"8f04af89fa37237d8ee0",182:"52f7a8053da78fb21fa0",192:"75e8df24ebe611b99d9b",198:"cdbdcaa62ce306aa97f2",205:"aef250cc6940b8301dbc",211:"44897d0094f5525ebe20",218:"7188ff08492fe656d2d9",233:"d9ab85588dbc255b1a3e",246:"e8b3a0678c7ac69cec77",255:"b0d97bdbbb51d9a35308",286:"0b209fd109c1a17e574b",292:"db35806e63b1934c8d5d",330:"3fdc215f16421a73ec10",351:"ca225b00d8436d9212e0",365:"ee73434d09f25af7eaf2",393:"ef6d5c202aad52f26913",432:"5da03980e14a3a4845e7",436:"34434548d9b7f699af1f",453:"388aeb0699db7c17fdf7",500:"da52cc5849b792cd7525",507:"2cc9acb19bf1cf785b7a",522:"7834ab85d4cdd5539fcf",529:"ebd0c232714ac9dcd324",543:"f496694e9040a05e8aa9",562:"613fcb6fb0afdf085547",603:"bf0efa494f6517a47172",606:"9144b1b50083241014e6",674:"42d1deb41c7815ac0f9c",679:"9941ebe04ffbc06d8ce5",685:"6c62878c3920323f887f",702:"616d6afefe0edbc8c269",719:"59626a9c150cd3a4c1df",778:"29978b7672dc8a0fb8bf",801:"d3b3cfc82d91137dac46",811:"81a602c423f26cae42f1",821:"c62dbda009b7d71f7cd8",863:"623184ca6412be7a3c02",939:"02c4eedb1cfde0236368",957:"72aac84abc7596124733"}[e]+".min.js",f.miniCssF=e=>"fancybox.0bb59945b9873f54214a.min.css",f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a={},d="javascriptformengine:",f.l=(e,t,r,o)=>{if(a[e])a[e].push(t);else{var n,c;if(void 0!==r)for(var i=document.getElementsByTagName("script"),l=0;l<i.length;l++){var s=i[l];if(s.getAttribute("src")==e||s.getAttribute("data-webpack")==d+r){n=s;break}}n||(c=!0,(n=document.createElement("script")).charset="utf-8",n.timeout=120,f.nc&&n.setAttribute("nonce",f.nc),n.setAttribute("data-webpack",d+r),n.src=e),a[e]=[t];var b=(t,r)=>{n.onerror=n.onload=null,clearTimeout(u);var d=a[e];if(delete a[e],n.parentNode&&n.parentNode.removeChild(n),d&&d.forEach((e=>e(r))),t)return t(r)},u=setTimeout(b.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=b.bind(null,n.onerror),n.onload=b.bind(null,n.onload),c&&document.head.appendChild(n)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),f.p="",(()=>{if("undefined"!=typeof document){var e=e=>new Promise(((t,r)=>{var a=f.miniCssF(e),d=f.p+a;if(((e,t)=>{for(var r=document.getElementsByTagName("link"),a=0;a<r.length;a++){var d=(n=r[a]).getAttribute("data-href")||n.getAttribute("href");if("stylesheet"===n.rel&&(d===e||d===t))return n}var o=document.getElementsByTagName("style");for(a=0;a<o.length;a++){var n;if((d=(n=o[a]).getAttribute("data-href"))===e||d===t)return n}})(a,d))return t();((e,t,r,a,d)=>{var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",f.nc&&(o.nonce=f.nc),o.onerror=o.onload=r=>{if(o.onerror=o.onload=null,"load"===r.type)a();else{var n=r&&r.type,f=r&&r.target&&r.target.href||t,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+": "+f+")");c.name="ChunkLoadError",c.code="CSS_CHUNK_LOAD_FAILED",c.type=n,c.request=f,o.parentNode&&o.parentNode.removeChild(o),d(c)}},o.href=t,r?r.parentNode.insertBefore(o,r.nextSibling):document.head.appendChild(o)})(e,d,null,t,r)})),t={454:0};f.f.miniCss=(r,a)=>{t[r]?a.push(t[r]):0!==t[r]&&{182:1}[r]&&a.push(t[r]=e(r).then((()=>{t[r]=0}),(e=>{throw delete t[r],e})))}}})(),(()=>{var e={454:0};f.f.j=(t,r)=>{var a=f.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(454!=t){var d=new Promise(((r,d)=>a=e[t]=[r,d]));r.push(a[2]=d);var o=f.p+f.u(t),n=new Error;f.l(o,(r=>{if(f.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var d=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;n.message="Loading chunk "+t+" failed.\n("+d+": "+o+")",n.name="ChunkLoadError",n.type=d,n.request=o,a[1](n)}}),"chunk-"+t,t)}else e[t]=0},f.O.j=t=>0===e[t];var t=(t,r)=>{var a,d,[o,n,c]=r,i=0;if(o.some((t=>0!==e[t]))){for(a in n)f.o(n,a)&&(f.m[a]=n[a]);if(c)var l=c(f)}for(t&&t(r);i<o.length;i++)d=o[i],f.o(e,d)&&e[d]&&e[d][0](),e[d]=0;return f.O(l)},r=self.webpackChunkjavascriptformengine=self.webpackChunkjavascriptformengine||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})()})();</script>
    <script src="/jfe/static/dist/jfeLib.de1fb02f4d77cd0779eb.min.js" crossorigin="anonymous"></script>
    <script src="/jfe/static/dist/jfe.3b0e1c670f98bf650d96.min.js" crossorigin="anonymous"></script>


    <link href="/jfe/themes/templated-skins/qualtrics.modern:null:null/version-1730398458742-6b3511/stylesheet.css" rel="stylesheet">

    <link id="rtlStyles" rel="stylesheet" type="text/css">
    <style id="customStyles"></style>

    <style>
      .JFEScope .questionFocused   .advanceButtonContainer {transition:opacity .3s!important;visibility:unset;opacity:1}
      .JFEScope .questionUnfocused .advanceButtonContainer, .advanceButtonContainer {transition:opacity .3s!important;visibility:hidden;opacity:0}
      .Skin .Bipolar .bipolar-mobile-header, .Skin .Bipolar .desktop .bipolar-mobile-header, .Skin .Bipolar .mobile .ColumnLabelHeader {display: none}

      /* Change color of question validation warnings */
      .Skin .ValidationError.Warn {color: #e9730c;}

      /* Hide mobile preview scrollbar for Chrome, Safari and Opera */
      html.MobilePreviewFrame::-webkit-scrollbar { display: none; }

      /* Hide mobile preview scrollbar for IE and Edge */
      html.MobilePreviewFrame { -ms-overflow-style: none; scrollbar-width: none; }
    </style>
    <style type="text/css">.accessibility-hidden{height:0;width:0;overflow:hidden;position:absolute;left:-999px}</style>
    <div id="polite-announcement" class="accessibility-hidden" aria-live="polite" aria-atomic="true">Pagina caricata</div>
    <div id="assertive-announcement" class="accessibility-hidden" aria-live="assertive" role="alert" aria-atomic="true"></div>
    <script type="text/javascript">
      (function () {
        var o = {};
        try {
          Object.defineProperty(o,'compat',{value:true,writable:true,enumerable:true,configurable:true});
        } catch (e) {};
        if (o.compat !== true || document.addEventListener === undefined) {
          window.location.pathname = '/jfe/incompatibleBrowser';
        }

        var fv = document.createElement('link');
        fv.rel = 'apple-touch-icon';
        fv.href = "/brand-management/apple-touch-icon";
        document.getElementsByTagName('head')[0].appendChild(fv);
      })();
      QSettings.ab = false;
      document.title = "Qualtrics Umfrage | Qualtrics Experience Management";
      
      (function(s) {
        QSettings.bootstrapSkin = s;
        var sp = document.getElementById('skinPrefetch');
        if (sp) {
          sp.innerHTML = s;
        }
      })("\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta name = \"viewport\" content = \"user-scalable = yes, maximum-scale=10, minimum-scale=1, initial-scale = 1, width = device-width\" />\n<div class='Skin'>\n\t<div id=\"Overlay\"></div>\n\t<div id=\"Wrapper\">\n\t\t<div class='SkinInner'>\n\t\t\t<div id='LogoContainer'>\n\t\t\t\t<div id='Logo'></div>\n\t\t\t</div>\n\t\t\t\n\t\t\t<div id='SkinContent'>\n\t\t\t\t\t<div id='HeaderContainer'>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div id='Header'>{~Header~}</div>\n\t\t\t\t\t</div>\n\t\t\t\t<div id='Questions'>{~Question~}</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id='Buttons'>{~Buttons~}</div>\n\t\t<div id='ProgressBar'>{~ProgressBar~}</div>\n\t\t<div id='FooterContainer'>\n\t\t\t\n\t\t\t<div id='Footer'>{~Footer~}</div>\n\t\t</div>\n\t</div>\n\t<div id=\"Plug\" style=\"display:block !important;\"><a href=\"https://www.qualtrics.com/powered-by-qualtrics/?utm_source=internal%2Binitiatives&utm_medium=survey%2Bpowered%2Bby%2Bqualtrics&utm_content={~BrandID~}&utm_survey_id={~SurveyID~}\" target=\"_blank\" aria-label=\"{~PlugLabel~}\">{~Plug~}</a></div>\n</div>\n<script>Qualtrics.SurveyEngine.addOnload(Qualtrics.uniformLabelHeight);<\/script>\n\n<!-- <script>\nQualtrics.SurveyEngine.addOnload(function() {\n\twindow.experimental.Autoadvance = true;\n\twindow.experimental.AutoadvancePages = true;\n\t//window.experimental.Autofocus = true;\n\t//window.experimental.AutofocusOnHover = false;\n\twindow.experimental.AutoadvanceButtons = 'always';\n});\n<\/script> -->\n\n<!-- <script>\n//NPS label mover 4/16\nQualtrics.SurveyEngine.addOnReady(function() {\nvar problemrows = jQuery(\".Skin .MC .NPS table.ChoiceStructure tr table tr\");\nif (problemrows.length > 0) {\n  for (i = 0; i < problemrows.length; i++) {\nvar fixer = problemrows.eq(i).parents(\"table.ChoiceStructure\").children(\"tbody\").children(\"tr:first-child\");\n    var pusher = problemrows.eq(i).parents(\"table.ChoiceStructure\").children(\"tbody\");\n    pusher.append(fixer);\n  }\n}\n});\n<\/script> -->\n\n<!-- <script>\n\t//Accordion Jumps\nQualtrics.SurveyEngine.addOnload(function() {\n  if (jQuery(\"div.QuestionBody\").hasClass(\"q-matrix\") && jQuery(\"div.QuestionBody\").hasClass(\"mobile\")) {\n    var choices = jQuery(\"label.single-answer.mobile\");\n    choices.on('click',function() {\n    var top = jQuery(this).parents(\"div.InnerInner\").find(\"label.QuestionText\");\n    var topper = top.offset();\n      jQuery('html, body').animate( {\n        scrollTop: topper.top\n      }, 200);\n    });\n  };\n});\n<\/script> -->\n\n<script>\n//TM6 Question Text Cell Padding\n\t//JFE\n\tPage.on('ready:imagesLoaded',function() {\n\t\tvar t = jQuery(\".QuestionText table\");\n\t  for (i=0; i<t.length; i++) {\n\t    if (t[i].cellPadding != undefined) {\n\t      var p = t[i].cellPadding + \"px\";\n\t      t.eq(i).find(\"th\").css(\"padding\",p);\n\t      t.eq(i).find(\"td\").css(\"padding\",p);\n\t    }\n\t  }\n\t});\n\t//SE\n\tjQuery(window).load(function() {\n\t\tif (jQuery(\"div\").hasClass(\"JFE\") == false) {\n\t    var t = jQuery(\".QuestionText table\");\n\t    for (i=0; i<t.length; i++) {\n\t      if (t[i].cellPadding != undefined) {\n\t        var p = t[i].cellPadding + \"px\";\n\t        t.eq(i).find(\"th\").css(\"padding\",p);\n\t        t.eq(i).find(\"td\").css(\"padding\",p);\n\t      }\n\t    }\n\t\t};\n\t});\n//TM21 iOS Text Box Width Fix\n\t//JFE\n\tPage.on('ready:imagesLoaded',function() {\n\t\tfunction isIE () {\n\t  \tvar myNav = navigator.userAgent.toLowerCase();\n\t  \treturn (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;\n\t\t}\n\t\tif (!isIE()) {\n\t\t\tvar mq = window.matchMedia( \"(max-width: 480px)\" );\n\t\t\tif (mq.matches == true) {\n\t\t\t\tjQuery(\".Skin .MC .TextEntryBox\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .ESTB .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .FORM .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .ML .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .PW .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .SL .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .FollowUp .InputText\").css(\"width\",\"100%\");\n\t\t\t};\n\t\t};\n\t});\n\t//SE\n\tjQuery(window).load(function() {\n\t\tfunction isIE () {\n\t  \tvar myNav = navigator.userAgent.toLowerCase();\n\t  \treturn (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;\n\t\t}\n\t\tif (!isIE()) {\n\t\t\tvar mq = window.matchMedia( \"(max-width: 480px)\" );\n\t\t\tif (jQuery(\"div\").hasClass(\"JFE\") == false && mq.matches == true) {\n\t\t\t\tjQuery(\".Skin .MC .TextEntryBox\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .ESTB .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .FORM .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .ML .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .PW .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .SL .InputText\").css(\"width\",\"100%\");\n\t\t\t\tjQuery(\".Skin .TE .FollowUp .InputText\").css(\"width\",\"100%\");\n\t\t\t};\n\t\t};\n\t});\n<\/script>\n<script>\n//Wrapping up those pesky SE labels like Christmas\njQuery(window).load(function() {\n\t\tif (jQuery(\"div\").hasClass(\"JFE\") == false) {\n\t    var mcs = jQuery(\".Skin .MC span.LabelWrapper\");\n\t\t\tfor (i = 0; i < mcs.length; i++) {\n\t\t\t\tmcs.eq(i).find(\"label\").wrapInner(\"<span></span>\");\n\t\t\t}\n\t};\n});\n<\/script>\n<script>\n// Matrix Hover States Like Big Brother\nQualtrics.SurveyEngine.addOnload(function() {\n  if (jQuery(\".QuestionOuter\").hasClass(\"Matrix\") && (jQuery(\".InnerInner\").hasClass(\"SingleAnswer\") || jQuery(\".InnerInner\").hasClass(\"MultipleAnswer\"))) {\n    var boxes = jQuery(\".Skin .Matrix table tr.ChoiceRow td\");\n    boxes.on({\n      mouseenter: function() {\n        jQuery(this).prevAll().addClass('nutherhoverleft');\n        var numba = jQuery(this).attr('class').split(' ')[0];\n        jQuery(this).parents('tr').prevAll('tr').find('td.' + numba).addClass('nutherhoverup');\n        jQuery(this).parents('table').find('tr.Answers th.' + numba).addClass('nutherhoverup');\n      },\n      mouseleave: function() {\n        jQuery(this).parents('tbody').find('td').removeClass('nutherhoverleft');\n        jQuery(this).parents('tbody').find('th').removeClass('nutherhoverleft');\n        jQuery(this).parents('tbody').find('td').removeClass('nutherhoverup');\n        jQuery(this).parents('table').find('th').removeClass('nutherhoverup');\n      }\n    });\n  }\n});\n<\/script>\n");
      
      
      (function() {
        var fv = document.createElement('link');
        fv.type = 'image/x-icon';
        fv.rel = 'icon';
        fv.href = "https://zhawivm.fra1.qualtrics.com/brand-management/brand-assets/zhawivm/favicon.ico";
        document.getElementsByTagName('head')[0].appendChild(fv);
      }());
      
      
    </script>
        <script type="text/javascript">
          (function(appData) {
            if (appData && typeof appData === 'object' && '__jfefeRenderDocument' in appData) {
              var doc = appData.__jfefeRenderDocument

              if (doc === 'incompatible') {
                window.location = '/jfe/incompatibleBrowser';
                return
              }

              window.addEventListener('load', function() {
                // farewell jfe
                delete window.QSettings
                delete window.webpackJsonp
                delete window.jQuery
                delete window.ErrorWatcher
                delete window.onLoadCaptcha
                delete window.experimental
                delete window.Page

                var keys = Object.keys(window);
                for (let i in keys) {
                  var name = keys[i];
                  if (name.indexOf('jQuery') === 0) {
                    delete window[name];
                    break;
                  }
                }

                document.open();
                document.write(doc);
                document.close();
              })
            } else {
              // prevent document.write from replacing the entire page
              window.document.write = function() {
                log.error('document.write is not allowed and has been disabled.');
              };

              QSettings.setPT(true, appData);
            }
          })({"FormSessionID":"FS_8CgklbVEP3DEAEl","QuestionIDs":["QID4"],"QuestionDefinitions":{"QID4":{"DefaultChoices":false,"DataExportTag":"Intro","QuestionType":"DB","Selector":"TB","DataVisibility":{"Private":false,"Hidden":false},"Configuration":{"QuestionDescriptionOption":"UseText"},"ChoiceOrder":[],"Validation":{"Settings":{"Type":"None"}},"GradingData":[],"Language":{"IT":{"QuestionText":"<span style=\"font-size:19px;\"><span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Gentile partecipante,</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Grazie per aver preso in considerazione questo sondaggio. Siete stati invitati a partecipare perché la Vostra Amministrazione/Unità sarà coinvolta nella fase pilota della riforma contabile accrual del settore pubblico italiano (<a style=\"color:blue; text-decoration:underline\" href=\"https://accrual.rgs.mef.gov.it/it/index.html\">https://accrual.rgs.mef.gov.it/it/index.html</a>).</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Siamo un gruppo di ricercatori che studia la riforma e, in particolare, il ruolo cruciale dei manager pubblici nel plasmare e attuare questo processo. Questo breve sondaggio, che <strong>non vi richiederà più di 10 minuti</strong>, si concentrerà sul vostro ruolo unico, <strong>sulle vostre esperienze e prospettive</strong> in merito alla riforma finora attuata</span></span></span><em>.&nbsp;</em>Saremmo grati se riuscisse a compilare il questionario entro il 4 dicembre 2024. </span><br>\n<br>\n<span style=\"font-size:19px;\"><span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">La partecipazione è totalmente anonima. Tutte le risposte resteranno strettamente riservate e saranno utilizzate esclusivamente per scopi di ricerca accademica.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Il suo feedback contribuirà a una comprensione più profonda dell'impatto della riforma su individui come voi. Apprezziamo la vostra onestà e apertura nel condividere le vostre esperienze. Per favore, affronti ogni domanda dal suo punto di vista: non ci sono risposte giuste o sbagliate, solo ciò che può sembrarle vero.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Inoltre, vi chiediamo gentilmente di condividere questo link del sondaggio con i colleghi della vostra Amministrazione/Unità che partecipano alla formazione online della riforma.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Grazie ancora per il vostro tempo e le vostre intuizioni: le vostre esperienze e prospettive sono essenziali per costruire un quadro più completo dell'impatto della riforma <i>accrual</i> su coloro che sono coinvolti.</span></span></span><br>\n<br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><b>Donatello Porta</b>&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><i>Phd Student</i></span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Università di Napoli “Parthenope”</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">[email protected]</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><b>Christoph Schuler</b>&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><i>Senior Researcher and Lecturer&nbsp; </i></span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Zurich University of Applied Sciences, Svizzera&nbsp;&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">[email protected]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span></span></span></span>"}},"NextChoiceId":4,"NextAnswerId":1,"QuestionID":"QID4","SurveyLanguage":"IT"}},"NextButton":null,"PreviousButton":false,"Count":1,"Skipped":0,"NotDisplayed":0,"LanguageSelector":null,"Messages":{"PoweredByQualtrics":"Powered by Qualtrics","PoweredByQualtricsLabel":"Powered by Qualtrics: scopri di più su Qualtrics in una nuova scheda","A11yNextPage":"Sei alla pagina successiva","A11yPageLoaded":"Pagina caricata","A11yPageLoading":"Pagina in caricamento","A11yPrevPage":"Sei sulla pagina precedente","FailedToReachServer":"Non siamo stati in grado di connetterci ai nostri server. Controlla la tua connessione Internet e riprova.","ConnectionError":"Errore di connessione","IPDLError":"Purtroppo si è verificato un errore imprevisto.","Retry":"Riprova","Cancel":"Annullare","Language":"Lingua","Done":"Fatto","AutoAdvanceLabel":"o premi Invio","DecimalSeparator":"Escludere le virgole e, se necessario, utilizzare il punto come separatore decimale.","IE11Body":"Stai utilizzando un browser non supportato. I sondaggi di Qualtrics non verranno più caricati su Internet Explorer 11 dopo il 15 marzo 2024.","BipolarPreference":"Seleziona questa risposta se preferisci %1 a %2 di %3 punti.","BipolarNoPreference":"Seleziona questa risposta se non hai alcuna preferenza fra %1 e %2.","Blank":"Vuoto","CaptchaRequired":"Per procedere è necessario rispondere al captcha","MCMSB_Instructions":"Per selezionare più opzioni adiacenti, fai clic e trascina il mouse o tieni premuto Maiusc durante la selezione. Per selezionare opzioni non adiacenti, tieni premuto Control (su un PC) o Comando (su un Mac) quando fai clic. Per deselezionare un'opzione, tieni premuto Control o Comando e fai clic su un'opzione selezionata.","MLDND_Instructions":"Trascinare ogni voce dalla lista in un contenitore.","PGR_Instructions":"Trascinare gli elementi nei gruppi. All'interno di ciascun gruppo, ordinare gli elementi trascinandoli nella posizione corretta.","ROSB_Instructions":"Selezionare gli elementi, quindi classificarli facendo clic sulle frecce per spostare ogni elemento in alto e in basso."},"IsPageMessage":false,"ErrorCode":null,"PageMessageTranslations":{},"CurrentLanguage":"IT","FallbackLanguage":"IT","QuestionRuntimes":{"QID4":{"Highlight":false,"ID":"QID4","Type":"DB","Selector":"TB","SubSelector":null,"ErrorMsg":null,"TerminalAuthError":false,"Valid":false,"MobileFirst":false,"QuestionTypePluginProperties":null,"CurrentMultiPageQuestionIndex":0,"Displayed":true,"PreValidation":{"Settings":{"Type":"None"}},"IsAutoAuthFailure":false,"ErrorSeverity":null,"PDPErrorMsg":null,"PDPError":null,"QuestionText":"<span style=\"font-size:19px;\"><span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Gentile partecipante,</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Grazie per aver preso in considerazione questo sondaggio. Siete stati invitati a partecipare perché la Vostra Amministrazione/Unità sarà coinvolta nella fase pilota della riforma contabile accrual del settore pubblico italiano (<a style=\"color:blue; text-decoration:underline\" href=\"https://accrual.rgs.mef.gov.it/it/index.html\">https://accrual.rgs.mef.gov.it/it/index.html</a>).</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Siamo un gruppo di ricercatori che studia la riforma e, in particolare, il ruolo cruciale dei manager pubblici nel plasmare e attuare questo processo. Questo breve sondaggio, che <strong>non vi richiederà più di 10 minuti</strong>, si concentrerà sul vostro ruolo unico, <strong>sulle vostre esperienze e prospettive</strong> in merito alla riforma finora attuata</span></span></span><em>.&nbsp;</em>Saremmo grati se riuscisse a compilare il questionario entro il 4 dicembre 2024. </span><br>\n<br>\n<span style=\"font-size:19px;\"><span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">La partecipazione è totalmente anonima. Tutte le risposte resteranno strettamente riservate e saranno utilizzate esclusivamente per scopi di ricerca accademica.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Il suo feedback contribuirà a una comprensione più profonda dell'impatto della riforma su individui come voi. Apprezziamo la vostra onestà e apertura nel condividere le vostre esperienze. Per favore, affronti ogni domanda dal suo punto di vista: non ci sono risposte giuste o sbagliate, solo ciò che può sembrarle vero.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Inoltre, vi chiediamo gentilmente di condividere questo link del sondaggio con i colleghi della vostra Amministrazione/Unità che partecipano alla formazione online della riforma.</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Grazie ancora per il vostro tempo e le vostre intuizioni: le vostre esperienze e prospettive sono essenziali per costruire un quadro più completo dell'impatto della riforma <i>accrual</i> su coloro che sono coinvolti.</span></span></span><br>\n<br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><b>Donatello Porta</b>&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><i>Phd Student</i></span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Università di Napoli “Parthenope”</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">[email protected]</span></span></span><br>\n<br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><b>Christoph Schuler</b>&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"><i>Senior Researcher and Lecturer&nbsp; </i></span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">Zurich University of Applied Sciences, Svizzera&nbsp;&nbsp;</span></span></span><br>\n<span style=\"page-break-after:avoid\"><span style=\"line-height:115%\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\">[email protected]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span></span></span></span>","Active":true}},"IsEOS":false,"FailedValidation":false,"PDPValidationFailureQuestionIDs":[],"BlockID":"BL_bmf1R69zg5mEHs2","FormTitle":"Qualtrics Umfrage | Qualtrics Experience Management","SurveyMetaDescription":"Die stärkste, einfachste und vertrauenswürdigste Möglichkeit zur Sammlung von Erfahrungsdaten. Beginnen Sie Ihre Reise mit Experience Management und testen Sie noch heute ein kostenloses Konto.","TableOfContents":null,"UseTableOfContents":false,"SM":{"BaseServiceURL":"https://zhawivm.fra1.qualtrics.com","SurveyVersionID":"9223370304591292097","IsBrandEncrypted":false,"JFEVersionID":"6e6173709a6b051aceef5d057c7b0fcee23fc7f1","BrandDataCenterURL":"https://fra1.qualtrics.com","XSRFToken":"u7U2pAivw5843ppzMoajIQ","StartDate":"2024-12-23 13:09:28","StartDateRaw":1734959368302,"BrandID":"zhawivm","SurveyID":"SV_3rSIxnSJqiuX5n8","BrowserName":"Chrome","BrowserVersion":"119.0.0.0","OS":"Windows NT 10.0","UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","LastUserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","QueryString":"","IP":"104.28.158.248","URL":"https://zhawivm.fra1.qualtrics.com/jfe/form/SV_3rSIxnSJqiuX5n8","BaseHostURL":"https://zhawivm.fra1.qualtrics.com","ProxyURL":"https://zhawivm.fra1.qualtrics.com/jfe/form/SV_3rSIxnSJqiuX5n8","JFEDataCenter":"jfe8","dataCenterPath":"jfe8","IsPreview":false,"LinkType":"anonymous","geoIPLocation":{"IPAddress":"104.28.158.248","City":"Chamartin","CountryName":"Spain","CountryCode":"ES","Region":"M","RegionName":"Madrid","PostalCode":"28016","Latitude":40.4498,"Longitude":-3.675,"MetroCode":0,"Private":false},"geoIPV2Enabled":true,"EDFromRequest":[],"FormSessionID":"FS_8CgklbVEP3DEAEl"},"ED":{"SID":"SV_3rSIxnSJqiuX5n8","SurveyID":"SV_3rSIxnSJqiuX5n8","Q_URL":"https://zhawivm.fra1.qualtrics.com/jfe/form/SV_3rSIxnSJqiuX5n8","UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","Q_CHL":"anonymous","Q_LastModified":1732263484,"Q_Language":"IT"},"PostToStartED":{},"FormRuntime":null,"RuntimePayload":"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","TransactionID":1,"ReplacesOutdated":false,"EOSRedirectURL":null,"RedirectURL":null,"SaveOnPageUnload":true,"ProgressPercent":0,"ProgressBarText":"Avanzamento","ProgressAccessibleText":"Avanzamento corrente","FormOptions":{"BackButton":true,"SaveAndContinue":true,"SurveyProtection":"PublicSurvey","BallotBoxStuffingPrevention":false,"NoIndex":"Yes","SecureResponseFiles":true,"SurveyExpiration":"None","SurveyTermination":"DisplayMessage","Header":"","Footer":"","ProgressBarDisplay":"NoText","PartialData":"+1 week","ValidationMessage":null,"PreviousButton":{"Display":"←"},"NextButton":{"Display":"→"},"SurveyTitle":"Qualtrics Umfrage | Qualtrics Experience Management","SkinLibrary":"zhawivm","SkinType":"templated","Skin":"qualtrics.modern:null:null","NewScoring":1,"SurveyMetaDescription":"Die stärkste, einfachste und vertrauenswürdigste Möglichkeit zur Sammlung von Erfahrungsdaten. Beginnen Sie Ihre Reise mit Experience Management und testen Sie noch heute ein kostenloses Konto.","CustomStyles":{"customCSS":""},"EOSMessage":"MS_5yYevBhJZqRMGai","ShowExportTags":false,"CollectGeoLocation":false,"PasswordProtection":"No","AnonymizeResponse":"No","RefererCheck":"No","BallotBoxStuffingPreventionBehavior":null,"BallotBoxStuffingPreventionMessage":null,"BallotBoxStuffingPreventionMessageLibrary":null,"BallotBoxStuffingPreventionURL":null,"RecaptchaV3":false,"ConfirmStart":false,"AutoConfirmStart":false,"UseCustomSurveyLinkCompletedMessage":null,"SurveyLinkCompletedMessage":null,"SurveyLinkCompletedMessageLibrary":null,"ResponseSummary":"No","EOSMessageLibrary":"UR_cu6JwV2ZNFq2f5P","EOSRedirectURL":"http://","EmailThankYou":false,"ThankYouEmailMessageLibrary":null,"ThankYouEmailMessage":null,"ValidateMessage":false,"ValidationMessageLibrary":null,"InactiveSurvey":"DefaultMessage","PartialDeletion":null,"PartialDataCloseAfter":"LastActivity","InactiveMessageLibrary":null,"InactiveMessage":null,"AvailableLanguages":{"IT":[]},"ProtectSelectionIds":true,"SurveyName":"Questionnaire ITAS_Italian","SurveyLanguage":"IT","ActiveResponseSet":"RS_3rvX40ToPqHKrpY","SurveyStartDate":"-0001-11-30 06:59:56","SurveyExpirationDate":"-0001-11-30 06:59:56","SurveyCreationDate":"2024-11-19 09:20:06","SkinOptions":{"Version":3,"AnyDeviceSupport":true,"Icons":{"favicon":"https://zhawivm.fra1.qualtrics.com/brand-management/brand-assets/zhawivm/favicon.ico","appleTouchIcon":"/brand-management/apple-touch-icon","ogImage":""},"BrandingOnly":{"header":"","footer":"","css":"","html":""},"ProgressBarPosition":"top","Logo":"","LogoPosition":"left","LogoBanner":false,"QuestionsContainer":false,"MCButtonChoices":false,"NPSMobileVertical":false,"LayoutSpacing":0.5,"FallbackSkin":false},"SkinBaseCss":"/jfe/themes/templated-skins/qualtrics.modern:null:null/version-1730398458742-6b3511/stylesheet.css","PageTransition":"None","Favicon":"https://zhawivm.fra1.qualtrics.com/brand-management/brand-assets/zhawivm/favicon.ico","CustomLanguages":null,"SurveyTimezone":"Europe/Berlin","LinkType":"anonymous","Language":"IT","Languages":null,"DefaultLanguages":{"AR":"العربية","ASM":"অসমীয়া","AZ-AZ":"Azərbaycan dili","BEL":"Беларуская","BG":"Български","BS":"Bosanski","BN":"বাংলা","CA":"Català","CEB":"Bisaya","CKB":"كوردي","CS":"Čeština","CY":"Cymraeg","DA":"Dansk","DE":"Deutsch","EL":"Ελληνικά","EN":"English","EN-GB":"English (United Kingdom)","EN_GB":"English (Great Britain)","EO":"Esperanto","ES":"Español (América Latina)","ES-ES":"Español","ET":"Eesti","FA":"فارسی","FI":"Suomi","FR":"Français","FR-CA":"Français (Canada)","GU":"ગુજરાતી ","HE":"עברית","HI":"हिन्दी","HIL":"Hiligaynon","HR":"Hrvatski","HU":"Magyar","HYE":"Հայերեն","ID":"Bahasa Indonesia","ISL":"Íslenska","IT":"Italiano","JA":"日本語","KAN":"ಕನ್ನಡ","KAT":"ქართული","KAZ":"Қазақ","KM":"ភាសាខ្មែរ","KO":"한국어","LV":"Latviešu","LT":"Lietuviškai","MAL":"മലയാളം","MAR":"मराठी","MK":"Mакедонски","MN":"Монгол","MS":"Bahasa Malaysia","MY":"မြန်မာဘာသာ","NE":"नेपाली","NL":"Nederlands","NO":"Norsk","ORI":"ଓଡ଼ିଆ ଭାଷା","PA-IN":"ਪੰਜਾਬੀ (ਗੁਰਮੁਖੀ)","PL":"Polski","PT":"Português","PT-BR":"Português (Brasil)","RI-GI":"Rigi","RO":"Română","RU":"Русский","SIN":"සිංහල","SK":"Slovenčina","SL":"Slovenščina","SO":"Somali","SQI":"Shqip","SR":"Srpski","SR-ME":"Crnogorski","SV":"Svenska","SW":"Kiswahili","TA":"தமிழ்","TEL":"తెలుగు","TGL":"Tagalog","TH":"ภาษาไทย","TR":"Tϋrkçe","UK":"Українська","UR":"اردو","VI":"Tiếng Việt","ZH-S":"简体中文","ZH-T":"繁體中文","Q_DEV":"Developer"},"ThemeURL":"//eu.qualtrics.com/WRQualtricsShared/"},"Header":"","HeaderMessages":{},"Footer":"","FooterMessages":{},"HasJavaScript":false,"IsSystemMessage":false,"FeatureFlags":{"LogAllRumMetrics":false,"JFE_BlockPrototypeJS":false},"TransformData":{},"AllowJavaScript":true,"TOCWarnPrevious":false,"NextButtonAriaLabel":"Successivo","PreviousButtonAriaLabel":"Precedente","BrandType":"Corporate","FilteredEDKeys":[],"CookieActions":{"Set":[],"Clear":[]}})
        </script><div class="JFE" id="P_1734959368616"><div class="JFEContent SkinV2 webkit CSS3"><form id="Page" name="Page" class="Page ActivePage" data-testid="page-ready">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="user-scalable = yes, maximum-scale=10, minimum-scale=1, initial-scale = 1, width = device-width">
<div class="Skin">
	<div id="Overlay"></div>
	<div id="Wrapper">
		<div class="SkinInner">
			<div id="LogoContainer">
				<div id="Logo"></div>
			</div>
			
			<div id="SkinContent">
					<div id="HeaderContainer">
						
						<div id="Header" role="banner"></div>
					</div>
				<div id="Questions" role="main"><div id="QID4Separator" class="Separator" data-runtime-show="runtime.SeparatorDisplayed"></div><div class="QuestionOuter BorderColor DB  QID4" id="QID4" questionid="QID4" posttag="QID4" data-runtime-remove-class-hidden="runtime.Displayed"> <div id="QR~QID4~VALIDATION" class="ValidationError" role="alert" data-runtime-show="runtime.ErrorMsg" data-runtime-html="runtime.ErrorMsg" style="display: none;"></div> <div id="QR~QID4~SDPVALIDATION" class="ValidationError" role="alert" data-runtime-show="runtime.PDPErrorMsg" data-runtime-html="runtime.PDPErrorMsg" style="display: none;"></div> <div class="Inner BorderColor TB"> <div class="InnerInner BorderColor">  <div class="QuestionText BorderColor"><span style="font-size:19px;"><span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Gentile partecipante,</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Grazie per aver preso in considerazione questo sondaggio. Siete stati invitati a partecipare perché la Vostra Amministrazione/Unità sarà coinvolta nella fase pilota della riforma contabile accrual del settore pubblico italiano (<a style="color:blue; text-decoration:underline" href="https://accrual.rgs.mef.gov.it/it/index.html">https://accrual.rgs.mef.gov.it/it/index.html</a>).</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Siamo un gruppo di ricercatori che studia la riforma e, in particolare, il ruolo cruciale dei manager pubblici nel plasmare e attuare questo processo. Questo breve sondaggio, che <strong>non vi richiederà più di 10 minuti</strong>, si concentrerà sul vostro ruolo unico, <strong>sulle vostre esperienze e prospettive</strong> in merito alla riforma finora attuata</span></span></span><em>.&nbsp;</em>Saremmo grati se riuscisse a compilare il questionario entro il 4 dicembre 2024. </span><br>
<br>
<span style="font-size:19px;"><span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">La partecipazione è totalmente anonima. Tutte le risposte resteranno strettamente riservate e saranno utilizzate esclusivamente per scopi di ricerca accademica.</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Il suo feedback contribuirà a una comprensione più profonda dell'impatto della riforma su individui come voi. Apprezziamo la vostra onestà e apertura nel condividere le vostre esperienze. Per favore, affronti ogni domanda dal suo punto di vista: non ci sono risposte giuste o sbagliate, solo ciò che può sembrarle vero.</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Inoltre, vi chiediamo gentilmente di condividere questo link del sondaggio con i colleghi della vostra Amministrazione/Unità che partecipano alla formazione online della riforma.</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Grazie ancora per il vostro tempo e le vostre intuizioni: le vostre esperienze e prospettive sono essenziali per costruire un quadro più completo dell'impatto della riforma <i>accrual</i> su coloro che sono coinvolti.</span></span></span><br>
<br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif"><b>Donatello Porta</b>&nbsp;</span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif"><i>Phd Student</i></span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Università di Napoli “Parthenope”</span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">[email protected]</span></span></span><br>
<br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif"><b>Christoph Schuler</b>&nbsp;</span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif"><i>Senior Researcher and Lecturer&nbsp; </i></span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">Zurich University of Applied Sciences, Svizzera&nbsp;&nbsp;</span></span></span><br>
<span style="page-break-after:avoid"><span style="line-height:115%"><span style="font-family:&quot;Arial&quot;,sans-serif">[email protected]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span></span></span></span></div><div class="QuestionBody"></div>  </div> </div>  </div></div>
			</div>
		</div>
		<div id="Buttons" role="navigation"><input id="NextButton" class="NextButton Button" title="→" type="button" name="NextButton" value="→" data-runtime-disabled="runtime.Disabled" data-runtime-aria-label="runtime.ariaLabel" data-runtime-hide="runtime.Hide" page-id="P_1734959368616" aria-label="Successivo"></div>
		<div id="ProgressBar"><div role="widget"><table class="ProgressBarContainer" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0">  <tbody><tr> <td>  </td> <td> <div class="ProgressBarFillContainer" id="ProgressBarFillContainer">     <span class="offScreen">Avanzamento corrente 0%</span>  <div class="ProgressBarFill" style="width: 0%"> </div> </div> </td> <td>  </td> </tr></tbody></table></div></div>
		<div id="FooterContainer">
			
			<div id="Footer" role="contentinfo"></div>
		</div>
	</div>
	<div id="Plug" style="display:block !important;"><a href="https://www.qualtrics.com/powered-by-qualtrics/?utm_source=internal%2Binitiatives&amp;utm_medium=survey%2Bpowered%2Bby%2Bqualtrics&amp;utm_content=zhawivm&amp;utm_survey_id=SV_3rSIxnSJqiuX5n8" target="_blank" aria-label="Powered by Qualtrics: scopri di più su Qualtrics in una nuova scheda">Powered by Qualtrics</a></div>
</div>


<!-- <script>
Qualtrics.SurveyEngine.addOnload(function() {
	window.experimental.Autoadvance = true;
	window.experimental.AutoadvancePages = true;
	//window.experimental.Autofocus = true;
	//window.experimental.AutofocusOnHover = false;
	window.experimental.AutoadvanceButtons = 'always';
});
</script> -->

<!-- <script>
//NPS label mover 4/16
Qualtrics.SurveyEngine.addOnReady(function() {
var problemrows = jQuery(".Skin .MC .NPS table.ChoiceStructure tr table tr");
if (problemrows.length > 0) {
  for (i = 0; i < problemrows.length; i++) {
var fixer = problemrows.eq(i).parents("table.ChoiceStructure").children("tbody").children("tr:first-child");
    var pusher = problemrows.eq(i).parents("table.ChoiceStructure").children("tbody");
    pusher.append(fixer);
  }
}
});
</script> -->

<!-- <script>
	//Accordion Jumps
Qualtrics.SurveyEngine.addOnload(function() {
  if (jQuery("div.QuestionBody").hasClass("q-matrix") && jQuery("div.QuestionBody").hasClass("mobile")) {
    var choices = jQuery("label.single-answer.mobile");
    choices.on('click',function() {
    var top = jQuery(this).parents("div.InnerInner").find("label.QuestionText");
    var topper = top.offset();
      jQuery('html, body').animate( {
        scrollTop: topper.top
      }, 200);
    });
  };
});
</script> -->




</form></div></div>
    

</body></html>