{"id":3496,"date":"2023-04-25T15:15:10","date_gmt":"2023-04-25T15:15:10","guid":{"rendered":"https:\/\/pmc.productions\/?page_id=3496"},"modified":"2023-07-24T07:39:39","modified_gmt":"2023-07-24T07:39:39","slug":"quick-p-test-1","status":"publish","type":"page","link":"https:\/\/pmc.productions\/en\/quick-p-test-1\/","title":{"rendered":"quick-test #1"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3496\" class=\"elementor elementor-3496\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9904e04 elementor-section-height-min-height elementor-section-full_width elementor-section-items-bottom elementor-section-content-middle elementor-section-height-default\" data-id=\"9904e04\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-052c279\" data-id=\"052c279\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-990f31b elementor-widget elementor-widget-text-editor\" data-id=\"990f31b\" 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\t\t\t\t<p><strong>PROJECT Performance<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5778d4b elementor-widget elementor-widget-text-editor\" data-id=\"5778d4b\" 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\t\t\t\t<p>QUICK CHECK<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-503f2e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"503f2e5\" 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-3392dc2\" data-id=\"3392dc2\" 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-72079b7 elementor-widget elementor-widget-html\" data-id=\"72079b7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\nlet showThisFieldIf = {\n    antwort_1_ja: {\n        frage_01: [1],\n    },\n    antwort_1_nein: {\n        frage_01: [2],\n    },\n    \n    antwort_2_ja: {\n        frage_02: [1],\n    },\n    antwort_2_nein: {\n        frage_02: [2],\n    }, \n\n    antwort_3_ja: {\n        frage_03: [1],\n    },\n    antwort_3_nein: {\n        frage_03: [2],\n    }, \n    \n    ergebnis_1: {\n        frage_01: [2], \n        frage_02: [2], \n        frage_03: [2],\n    }, \n\n     ergebnis_2: {\n        frage_01: [1], \n        frage_02: [1], \n        frage_03: [1],\n    }, \n    \n    \n}\n\n\n\n\n\n\/* Code from https:\/\/element.how\/elementor-pro-add-conditional-form-fields\/\n* You are allowed to use on your website and your clients websites\n* No sale or redistribution without permission\n* Copyright 2023 by Element.how\n* Version 1.1 2023\/03\/15\n*\/\ndocument.addEventListener('DOMContentLoaded', conditionalFormFieldFunc);\njQuery(document).on('elementor\/popup\/show', (event, id, instance) => {\nconditionalFormFieldFunc();\n});\n\nfunction conditionalFormFieldFunc() {\nfunction testLogic() {\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\nlet conditionalInput = setInputsElemArray(conditionalInputID);\nlet match = true;\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\nlet inputs = setInputsElemArray(conditionID);\nlet selectedInputs = [];\ninputs.forEach((input, i) => { if (input.checked) { selectedInputs.push(i); } });\nif (inputs[0].tagName == 'SELECT') {\nselectedInputs.push(inputs[0].selectedIndex);\n}\nlet adjustedConditionValues = conditionValues.map(e => e - 1);\nif (!(adjustedConditionValues.every(condition => selectedInputs.indexOf(condition) > -1))) {\nmatch = false;\n}\n};\nif (match) {\nconditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = \"block\")\n} else {\nconditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = \"none\")\n}\n}\n}\ntestLogic();\n\n\/* Add event listeners *\/\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\nlet inputs = setInputsElemArray(conditionID);\ninputs.forEach(input => {\ninput.addEventListener('input', function () {\ntestLogic();\n})\n})\n}\n}\n\nfunction setInputsElemArray(ID) {\nlet selectors = `[name=\"form_fields[${ID}]\"]`;\nlet inputs = Array.from(document.querySelectorAll(selectors));\nif (!inputs.length) {\nselectors = `[name=\"form_fields[${ID}][]\"]`;\ninputs = Array.from(document.querySelectorAll(selectors));\n}\nreturn inputs;\n}\n};\n\n<\/script>\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-a147074 elementor-section-stretched elementor-section-full_width elementor-section-content-top elementor-section-height-default elementor-section-height-default\" data-id=\"a147074\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-591e39b\" data-id=\"591e39b\" 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-d308c87 elementor-widget__width-initial elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"d308c87\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;N\\u00e4chste Frage&quot;,&quot;step_previous_label&quot;:&quot;Vorherige Frage&quot;,&quot;button_width&quot;:&quot;60&quot;,&quot;step_icon_shape&quot;:&quot;square&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;step_type&quot;:&quot;icon_text&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"quick\" action=\"\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"3496\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d308c87\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"quick-test #1\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"3496\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_9ab87e6 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Start\" data-previousbutton=\"\" data-nextbutton=\"Start\" data-iconurl=\"\" data-iconlibrary=\"fas fa-caret-square-down\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_3db6a2d elementor-col-100\">\n\t\t\t\t\t<div style=\"background-color:#1E3547; padding:7%; margin-top:25px\"> \n<h1>Willkommen beim <b> House&nbsp;of&nbsp;PM <\/b> <br>Projekt Performance Quick Check!<\/h1>\nAuf Start geht's los.\n<br>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_1cac759 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"1\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-frage_01 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-frage_01\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSind alle Projektleiter\/Mitglieder im PM-Prozess geschult?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;\" id=\"form-field-frage_01-0\" name=\"form_fields[frage_01]\" required=\"required\" aria-required=\"true\"> <label for=\"form-field-frage_01-0\">&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;NEIN&nbsp;&nbsp;&nbsp;&amp;nbsp\" id=\"form-field-frage_01-1\" name=\"form_fields[frage_01]\" required=\"required\" aria-required=\"true\"> <label for=\"form-field-frage_01-1\">&nbsp;NEIN&nbsp;&nbsp;&nbsp;&nbsp<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;FRAGE AUSLASSEN\" id=\"form-field-frage_01-2\" name=\"form_fields[frage_01]\" required=\"required\" aria-required=\"true\"> <label for=\"form-field-frage_01-2\">&nbsp;FRAGE AUSLASSEN<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_77ff37c elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_1_ja]\"; style=\"margin-top:10px; margin-bottom:-25px\"> \n\n\n\t\t\t<!-- START JA REVOLUTION SLIDER 6.7.39 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_129_1_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_129_1\" style=\"\" data-version=\"6.7.39\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-269\" data-title=\"Slide\" data-anim=\"ms:10;\" data-in=\"o:1;\" data-out=\"a:false;\" data-sloop=\"s:100;e:4900;r:2;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/pmc.productions\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/transparent.png\" alt=\"Slide\" title=\"quick-test #1\" class=\"rev-slidebg tp-rs-img\" data-bg=\"c:#ffffff;\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-129-slide-269-layer-0\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;y:m;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,12,12;l:0,0,15,15;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:100%;h:180px,180px,100%,100%;\"\n\t\t\t\t\t\t\t\tdata-basealign=\"slide\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:-100%;\"\n\t\t\t\t\t\t\t\tdata-frame_0_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"sp:1710;\"\n\t\t\t\t\t\t\t\tdata-frame_1_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"x:100%;o:0;st:w;sp:500;sR:3290;\"\n\t\t\t\t\t\t\t\tdata-frame_999_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:6;background-color:#48aa3b;\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-129-slide-269-layer-1\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;xo:0,0,-367px,-367px;y:m;yo:-3px,-3px,-2px,-2px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:30,30,50,50;l:25,25,15,15;ls:2px,2px,0px,0px;fw:300;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:-500px,-500px,-321px,-321px;o:1;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:379px,379px,243px,243px;y:1px,1px,0px,0px;e:BounceSolid;sp:2500;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:2500;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:7;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Ihre Antwort: <b>JA<\/b> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_129_1',rl:[1240,1240,778,778],el:[50,50,150,150],gw:[1240,1240,800,800],gh:[50,50,150,150],type:'hero',justify:'',layout:'fullwidth',mh:\"50px\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider1291\"]!==undefined) {window.RS_MODULES.modules[\"revslider1291\"].once = false;window.revapi129 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_749b2f8 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_1_ja]\"; style=\"background-color:#1E3547; padding:6.5%\"> \n\n<h2>Einsch\u00e4tzung durch House of PM:<\/h2>\n\nSie haben eine hohe Transparenz im Team bzgl. der Bearbeitung der Aufgaben, des Fortschritts bzw. des Ablaufs und der Verantwortlichkeiten geschaffen und erm\u00f6glichen dadurch eine effiziente Bearbeitung mit minimalen Reibungsverlusten sowie einfache Abstimmungen. Durch eine geeignete Meetingstruktur und -kultur, eine zielgerichtete Steuerung der Kommunikation sowie ein geeignetes Berichtswesen k\u00f6nnen Sie dies weiter f\u00f6rdern.\n<br>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_40485fc elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_1_nein]\"; style=\"margin-top:10px; margin-bottom:-25px\"> \n\n\n\t\t\t<!-- START NEIN REVOLUTION SLIDER 6.7.39 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_130_2_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_130_2\" style=\"\" data-version=\"6.7.39\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-270\" data-title=\"Slide\" data-anim=\"ms:10;\" data-in=\"o:1;\" data-out=\"a:false;\" data-sloop=\"s:100;e:6000;r:2;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/pmc.productions\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/transparent.png\" alt=\"Slide\" title=\"quick-test #1\" class=\"rev-slidebg tp-rs-img\" data-bg=\"c:#ffffff;\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-130-slide-270-layer-0\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;y:m;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,12,12;l:0,0,15,15;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:100%;h:180px,180px,100%,100%;\"\n\t\t\t\t\t\t\t\tdata-basealign=\"slide\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:-100%;\"\n\t\t\t\t\t\t\t\tdata-frame_0_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"sp:1980;\"\n\t\t\t\t\t\t\t\tdata-frame_1_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"x:100%;o:0;st:w;sp:500;sR:4020;\"\n\t\t\t\t\t\t\t\tdata-frame_999_mask=\"u:t;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:6;background-color:#dd0000;\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-130-slide-270-layer-1\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;xo:0,0,-358px,-358px;y:m;yo:0,0,-2px,-2px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:30,30,50,50;l:25,25,15,15;ls:2px,2px,0px,0px;fw:300;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:-500px,-500px,-321px,-321px;o:1;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:353px,353px,227px,227px;e:BounceSolid;sp:3000;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:3000;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:7;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Ihre Antwort: <b>NEIN<\/b> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_130_2',rl:[1240,1240,778,778],el:[50,50,150,150],gw:[1240,1240,800,800],gh:[50,50,150,150],type:'hero',justify:'',layout:'fullwidth',mh:\"50px\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider1302\"]!==undefined) {window.RS_MODULES.modules[\"revslider1302\"].once = false;window.revapi130 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_86b31e9 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_1_nein]\"; style=\"background-color:#1E3547;  padding:6.5%;\"> \n\n<h3>Einsch\u00e4tzung durch House of PM: <\/h3>\n\nDie Identifikation von Faktoren, die Ihr Projekt beeinflussen, hilft Ihnen Chancen- und Risikopoteniale zu erkennen, denen Sie dann entsprechend zur F\u00f6rderung des Projekts oder zur Abwendung von Sch\u00e4den begegnen k\u00f6nnen.<br>\n\n \n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_df2677b elementor-col-100\">\n\t\t\t\t\t<div style=\"height:20px\"> <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_7a33a45 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"2\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-frage_02 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-frage_02\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWurde der Prozess zum Management des Projektportfolios formell beschrieben?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;\" id=\"form-field-frage_02-0\" name=\"form_fields[frage_02]\"> <label for=\"form-field-frage_02-0\">&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;NEIN&nbsp;&nbsp;&nbsp;&amp;nbsp\" id=\"form-field-frage_02-1\" name=\"form_fields[frage_02]\"> <label for=\"form-field-frage_02-1\">&nbsp;NEIN&nbsp;&nbsp;&nbsp;&nbsp<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;FRAGE AUSLASSEN\" id=\"form-field-frage_02-2\" name=\"form_fields[frage_02]\"> <label for=\"form-field-frage_02-2\">&nbsp;FRAGE AUSLASSEN<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_3fb0f04 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_2_ja]\"; style=\"background-color:green; padding:10px; margin-top:10px; margin-bottom:-25px\"> \n\nIhre Antwort: JA\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_4d8e7b9 elementor-col-100\">\n\t\t\t\t\t\n\n<div name=\"form_fields[antwort_2_ja]\"; style=\"background-color:#1E3547; padding:6.5%;\"> \n\n<h2>Einsch\u00e4tzung durch House of PM:<\/h2>\n\nDurch den Projektauftraggeber haben Sie einen Zust\u00e4ndigen f\u00fcr die Ressourcenbereitstellung und damit einen wichtigen Promoter Ihres Projekts. Erg\u00e4nzt um ein systematisches Ressourcenmanagement k\u00f6nnen Sie einerseits die verf\u00fcgbaren Ressourcen optimal ausnutzen und andererseits gew\u00e4hrleisten, dass alle Projekte im Unternehmen entsprechend ihrer strategischen Bedeutung mit den n\u00f6tigen Arbeitskapazit\u00e4ten versorgt werden.\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_1ffdee9 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_2_nein]\"; style=\"background-color:red; padding:10px; margin-top:10px; margin-bottom:-25px\"> \n\nIhre Antwort: NEIN\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_4c0422e elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_2_nein]\"; style=\"background-color:#1E3547;  padding:6.5%; \"> \n\n<h2>Einsch\u00e4tzung durch House of PM:<\/h2>\n\nSie k\u00f6nnen einen wesentlichen Zeitgewinn und Sicherheit im Projekt erzielen, wenn Sie einheitliche Regeln zum Umgang mit Dokumenten definieren. Abstimmungen und Suchen nehmen deutlich ab und entlasten Ihr Team. Nachvollziehbarkeit und R\u00fcckverfolgbarkeit nehmen zu.\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_8e474b3 elementor-col-100\">\n\t\t\t\t\t<div style=\"height:20px\"> <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_da15575 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"3\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-frage_03 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-frage_03\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tGibt es eine \u00dcbersicht \u00fcber alle in den Projekten geplanten Ressourcen?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;\" id=\"form-field-frage_03-0\" name=\"form_fields[frage_03]\"> <label for=\"form-field-frage_03-0\">&nbsp;JA&nbsp;&nbsp;&nbsp;&nbsp;<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;NEIN&nbsp;&nbsp;&nbsp;&amp;nbsp\" id=\"form-field-frage_03-1\" name=\"form_fields[frage_03]\"> <label for=\"form-field-frage_03-1\">&nbsp;NEIN&nbsp;&nbsp;&nbsp;&nbsp<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"&nbsp;FRAGE AUSLASSEN\" id=\"form-field-frage_03-2\" name=\"form_fields[frage_03]\"> <label for=\"form-field-frage_03-2\">&nbsp;FRAGE AUSLASSEN<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e4c216d elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_3_ja]\"; style=\"background-color:green; padding:10px; margin-top:10px; margin-bottom:-25px\"> \n\nIhre Antwort: JA\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_dd63171 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_3_ja]\"; style=\"background-color:#1E3547; padding:6.5%; \"> \n\n<h2>Einsch\u00e4tzung durch House of PM:<\/h2>\n\nMit der Sicherstellung des geplanten Ressourceneinsatzes schaffen Sie Vertrauen und erm\u00f6glichen eine verl\u00e4ssliche Planung sowie reibungslose Durchf\u00fchrung Ihres Projekts. Die vorhandene Klarheit f\u00f6rdert die Motivation der Beteiligten. Stellen Sie auch sicher, dass bei \u00c4nderungen in den Projekten mit Auswirkungen auf Ressourcen das Ressourcenmanagement entsprechend eingebunden wird.\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_af2d478 elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_3_nein]\"; style=\"background-color:red; padding:10px; margin-top:10px; margin-bottom:-25px\"> \n\nIhre Antwort: NEIN\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_a6271fe elementor-col-100\">\n\t\t\t\t\t<div name=\"form_fields[antwort_3_nein]\"; style=\"background-color:#1E3547; padding:6.5%;\"> \n\n<h2>Einsch\u00e4tzung durch House of PM:<\/h2>\n\nEine konstante Verfolgung der kleinen Aufgaben ist die Voraussetzung f\u00fcr eine gewissenhafte Verfolgung der Arbeitspakete. Geht der Projektleiter mit gutem  Beispiel voran, wirkt sich das positiv auf das Projektklima aus. Das gilt ebenso umgekehrt!\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_69cbfcd elementor-col-100\">\n\t\t\t\t\t<div style=\"height:20px\"> <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_31c6a9f elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"4\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_f07657c elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"5\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_771a776 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"6\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_dd51a2b elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"7\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_94ae6e7 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"8\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_48ca8e0 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"9\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_ba8180c elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"10\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_ca2dde7 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"11\" data-previousbutton=\"\" data-nextbutton=\"\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_738a152 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Check\" data-previousbutton=\"Zur\u00fcck zum QUICK CHECK\" data-nextbutton=\"Quickcheck abschicken\" data-iconurl=\"\" data-iconlibrary=\"fas fa-star\" data-icon=\"\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_500fc4b elementor-col-100\">\n\t\t\t\t\t<div style=\"background-color:#1E3547; padding:6.5%; margin-top:25px\"> \n\n<h1><b>CHECK &#10003;<\/b> <\/h1>\n<br>\n<h2>Hier k\u00f6nnen Sie ihre Antworten und unsere Kommentare dazu noch einmal auf einen Blick sehen: <\/h2>\nZusammenfassung anzeigen (wird eingbaut):<br>\nJa \/ NEIN\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_1403ed5 elementor-col-100\">\n\t\t\t\t\t<div style=\"background-color:#1E3547; padding:6.5%; margin-top:25px\"> \n\n<h1>Sie wollen mit uns \u00fcber die Inhalte des <b>Projekt Perfomance Check<\/b> sprechen?<\/h1>\n\n<h2>>> Tragen Sie unten einfach Ihre <b>Email-Adresse <\/b>ein und klicken Sie auf QUICK CHECK abschicken! <\/h2>\n\n<br> <br>\n\n<h1>Oder Sie wollen - unabh\u00e4ngig vom <b>Projekt Perfomance Check<\/b> - mit einem unserer <b>Projekt&shy;management-Experten<\/b> sprechen:<\/h1>\n\n<h2>>> \u00dcber unser Tool DIGITALER DIALOG k\u00f6nnen sie ganz einfach einen Telefon-Termin vereinbaren: <\/h2>\n<br>\n<button onclick=\"window.location.href='https:\/\/house-of-pm.eu\/kontakt\/digitaler-dialog\/'\">&ensp;zum DIGITALEN DIALOG&ensp;<\/button>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_b9105c3 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_b9105c3\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail-Adresse\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[field_b9105c3]\" id=\"form-field-field_b9105c3\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Ihre Email-Adresse\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_c18a3be elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_c18a3be\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tUnternehmen\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_c18a3be]\" id=\"form-field-field_c18a3be\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Ihr Unternehmen\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_c4f0e4e elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_c4f0e4e\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_c4f0e4e]\" id=\"form-field-field_c4f0e4e\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Ihr Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_49d62de elementor-col-100\">\n\t\t\t\t\t<div style=\"height:20px\"> <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-60 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm elementor-animation-grow\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">QUICK CHECK abschicken<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\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<\/div>","protected":false},"excerpt":{"rendered":"<p>PROJECT Performance QUICK CHECK<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":20000,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3496","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/pages\/3496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/comments?post=3496"}],"version-history":[{"count":133,"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/pages\/3496\/revisions"}],"predecessor-version":[{"id":5672,"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/pages\/3496\/revisions\/5672"}],"wp:attachment":[{"href":"https:\/\/pmc.productions\/en\/wp-json\/wp\/v2\/media?parent=3496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}