{"id":7472,"date":"2025-05-27T18:28:48","date_gmt":"2025-05-27T23:28:48","guid":{"rendered":"https:\/\/cambiatearemoto.com\/lp\/?page_id=7472"},"modified":"2025-05-27T18:33:28","modified_gmt":"2025-05-27T23:33:28","slug":"quiz-habilidades","status":"publish","type":"page","link":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/","title":{"rendered":"[LP] QUIZ HABILIDADES"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7472\" class=\"elementor elementor-7472\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d305856 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d305856\" data-element_type=\"section\" data-e-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-adea47d\" data-id=\"adea47d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fc3d1fe elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fc3d1fe\" data-element_type=\"section\" data-e-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-33 elementor-inner-column elementor-element elementor-element-f052a84\" data-id=\"f052a84\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-093fa7c\" data-id=\"093fa7c\" data-element_type=\"column\" data-e-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-2e1ff25 elementor-widget elementor-widget-html\" data-id=\"2e1ff25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Quiz de Roles Remotos - C\u00c1MBIATE A REMOTO FLEX\u2122<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --color-dark-gray: #353b3c;\n            --color-teal: #2ed8cb;\n            --color-pink: #f61067;\n            --color-lime: #e7fe68;\n            --color-white: #ffffff;\n            --color-light-gray: #f0f0f0;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: var(--color-dark-gray);\n            color: var(--color-white);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 20px;\n            overflow-x: hidden; \n        }\n\n        .quiz-container {\n            background-color: rgba(255, 255, 255, 0.05); \n            border-radius: 15px;\n            padding: 30px 40px;\n            width: 100%;\n            max-width: 600px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n            position: relative; \n            overflow: hidden; \n        }\n\n        .screen {\n            display: none; \n            text-align: center;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        .screen.active {\n            display: block;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        \/* Estilos pantalla de inicio *\/\n        .brand-title { \n            font-size: 2.2em; \n            font-weight: 700;\n            color: var(--color-white); \n            text-transform: uppercase;\n            margin-bottom: 10px;\n            letter-spacing: 1px;\n        }\n\n        #start-screen h1 { \n            color: var(--color-teal);\n            margin-bottom: 20px;\n            font-size: 1.8em; \n            font-weight: 600;\n        }\n\n        #start-screen p {\n            margin-bottom: 30px;\n            line-height: 1.6;\n            color: var(--color-light-gray);\n        }\n\n        \/* Estilos pantalla de preguntas *\/\n        #question-screen h2 {\n            color: var(--color-teal);\n            margin-bottom: 25px;\n            font-size: 1.8em;\n            line-height: 1.4;\n        }\n\n        .progress-bar-container {\n            width: 100%;\n            background-color: rgba(255,255,255,0.2);\n            border-radius: 5px;\n            margin-bottom: 25px;\n            height: 10px;\n        }\n\n        .progress-bar {\n            width: 0%; \n            height: 100%;\n            background-color: var(--color-lime);\n            border-radius: 5px;\n            transition: width 0.3s ease-in-out;\n        }\n\n        #question-number {\n            font-size: 0.9em;\n            color: var(--color-light-gray);\n            margin-bottom: 5px;\n        }\n\n        .options-container button {\n            display: block;\n            width: 100%;\n            background-color: var(--color-teal);\n            color: var(--color-white); \/* Texto blanco por defecto *\/\n            border: 2px solid transparent; \n            padding: 15px;\n            margin-bottom: 15px;\n            border-radius: 8px;\n            font-size: 1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;\n            text-align: left;\n        }\n\n        .options-container button:hover {\n            background-color: #28b8aa; \/* Turquesa un poco m\u00e1s oscuro para contraste *\/\n            color: var(--color-white); \/* Texto se mantiene blanco *\/\n            border-color: var(--color-pink); \n            transform: translateY(-2px); \n        }\n         .options-container button:active {\n            transform: translateY(0px); \n            background-color: var(--color-pink); \n            color: var(--color-white);\n        }\n\n        \/* Estilos pantalla de resultados *\/\n        #result-screen h2 {\n            color: var(--color-lime);\n            margin-bottom: 15px;\n            font-size: 2.2em;\n        }\n        #result-screen h3 {\n            color: var(--color-teal);\n            margin-bottom: 20px;\n            font-size: 1.5em;\n        }\n        #result-screen p {\n            margin-bottom: 30px;\n            line-height: 1.7;\n            color: var(--color-light-gray);\n            text-align: justify;\n        }\n\n        .btn {\n            background-color: var(--color-pink);\n            color: var(--color-white);\n            border: none;\n            padding: 15px 30px;\n            border-radius: 8px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .btn:hover {\n            background-color: var(--color-lime);\n            color: var(--color-dark-gray);\n            transform: scale(1.05);\n        }\n        .btn:active {\n            transform: scale(1.02);\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 600px) {\n            body { padding: 10px; }\n            .quiz-container { padding: 20px; }\n            .brand-title { font-size: 1.8em; }\n            #start-screen h1 { font-size: 1.5em; }\n            #question-screen h2 { font-size: 1.5em; }\n            #result-screen h2 { font-size: 1.8em; }\n            #result-screen h3 { font-size: 1.3em; }\n            .options-container button { padding: 12px; font-size: 0.9em; }\n            .btn { padding: 12px 25px; font-size: 1em; }\n        }\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"quiz-container\">\n        <!-- Pantalla de Inicio -->\n        <div id=\"start-screen\" class=\"screen active\">\n            <div class=\"brand-title\">C\u00c1MBIATE A REMOTO FLEX\u2122<\/div>\n            <h1>Descubre tu Rol Ideal en el Mundo Remoto<\/h1>\n            <p>Este quiz te ayudar\u00e1 a identificar qu\u00e9 rol remoto se ajusta mejor a tus habilidades y preferencias. \u00a1Son solo 20 preguntas para orientarte en tu camino!<\/p>\n            <button id=\"start-btn\" class=\"btn\">Comenzar Quiz<\/button>\n        <\/div>\n\n        <!-- Pantalla de Preguntas -->\n        <div id=\"question-screen\" class=\"screen\">\n            <div id=\"question-number\"><\/div>\n            <div class=\"progress-bar-container\">\n                <div class=\"progress-bar\" id=\"progress-bar\"><\/div>\n            <\/div>\n            <h2 id=\"question-text\"><\/h2>\n            <div id=\"options-container\" class=\"options-container\">\n                <!-- Las opciones se generan con JS -->\n            <\/div>\n        <\/div>\n\n        <!-- Pantalla de Resultados -->\n        <div id=\"result-screen\" class=\"screen\">\n            <h2>\u00a1Este podr\u00eda ser tu Rol Ideal!<\/h2>\n            <h3 id=\"result-role\"><\/h3>\n            <p id=\"result-description\"><\/p>\n            <button id=\"restart-btn\" class=\"btn\">Reintentar Quiz<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        const quizData = [\n            \/\/ Pregunta 1\n            {\n                question: \"\u00bfCuando te enfrentas a un desaf\u00edo nuevo, \u00bfcu\u00e1l es tu primer instinto?\",\n                options: [\n                    { text: \"a) Investigar a fondo y planificar cada paso antes de actuar.\", scores: { AV: 1, EV: 1 } },\n                    { text: \"b) Lanzarme a probar soluciones y aprender sobre la marcha.\", scores: { CV: 2, AS: 1 } },\n                    { text: \"c) Buscar inspiraci\u00f3n en c\u00f3mo otros han resuelto problemas similares.\", scores: { EV: 2 } },\n                    { text: \"d) Dividir el problema en partes peque\u00f1as y abordarlas una por una.\", scores: { AV: 2 } }\n                ]\n            },\n            \/\/ Pregunta 2\n            {\n                question: \"\u00bfQu\u00e9 tipo de tarea te da m\u00e1s satisfacci\u00f3n completar?\",\n                options: [\n                    { text: \"a) Una donde convenzo a alguien de una idea o producto.\", scores: { CV: 3, AS: 1 } },\n                    { text: \"b) Una donde organizo informaci\u00f3n compleja para que sea f\u00e1cil de entender.\", scores: { AV: 3 } },\n                    { text: \"c) Una donde creo algo visualmente atractivo desde cero o mejoro algo existente.\", scores: { EV: 3 } },\n                    { text: \"d) Una donde establezco una conexi\u00f3n con alguien para un objetivo futuro.\", scores: { AS: 3 } }\n                ]\n            },\n            \/\/ Pregunta 3\n             {\n                question: \"Prefieres trabajar en un entorno donde...\",\n                options: [\n                    { text: \"a) Tienes metas claras y directas, y tu recompensa est\u00e1 ligada a alcanzarlas.\", scores: { CV: 2, AS: 1 } },\n                    { text: \"b) Puedes experimentar con diferentes ideas y enfoques creativos.\", scores: { EV: 2 } },\n                    { text: \"c) Ayudas a otros a ser m\u00e1s eficientes y organizados.\", scores: { AV: 2 } },\n                    { text: \"d) Interact\u00faas constantemente con nuevas personas.\", scores: { AS: 2, CV: 1 } }\n                ]\n            },\n            \/\/ Pregunta 4\n            {\n                question: \"\u00bfC\u00f3mo reaccionas si alguien rechaza tu propuesta o idea inicial?\",\n                options: [\n                    { text: \"a) Intento entender sus razones y adapto mi propuesta.\", scores: { CV: 2, AS: 1 } },\n                    { text: \"b) No me lo tomo personal y paso a la siguiente oportunidad.\", scores: { AS: 2 } },\n                    { text: \"c) Reviso mi trabajo buscando \u00e1reas de mejora para una pr\u00f3xima vez.\", scores: { EV: 2, AV: 1 } },\n                    { text: \"d) Me frustra un poco, pero busco feedback para mejorar.\", scores: { AV: 1, EV: 1 } }\n                ]\n            },\n            \/\/ Pregunta 5\n            {\n                question: \"\u00bfQu\u00e9 actividad te parece m\u00e1s energizante?\",\n                options: [\n                    { text: \"a) Pasar horas perfeccionando los detalles de un proyecto creativo.\", scores: { EV: 3 } },\n                    { text: \"b) Tener m\u00faltiples conversaciones telef\u00f3nicas o por chat al d\u00eda.\", scores: { AS: 3 } },\n                    { text: \"c) Cerrar un trato importante despu\u00e9s de una negociaci\u00f3n.\", scores: { CV: 3 } },\n                    { text: \"d) Organizar el calendario y las tareas para que todo fluya sin problemas.\", scores: { AV: 3 } }\n                ]\n            },\n            \/\/ Pregunta 6\n            {\n                question: \"Si tuvieras que elegir una habilidad para destacar, ser\u00eda...\",\n                options: [\n                    { text: \"a) Mi capacidad para escuchar y entender las necesidades de los dem\u00e1s.\", scores: { CV: 2, AV: 1 } },\n                    { text: \"b) Mi ojo para la est\u00e9tica y la composici\u00f3n.\", scores: { EV: 2 } },\n                    { text: \"c) Mi habilidad para mantener la calma y ser persistente.\", scores: { AS: 2 } },\n                    { text: \"d) Mi facilidad para gestionar m\u00faltiples tareas a la vez.\", scores: { AV: 2 } }\n                ]\n            },\n            \/\/ Pregunta 7\n            {\n                question: \"\u00bfQu\u00e9 te motiva m\u00e1s en un proyecto?\",\n                options: [\n                    { text: \"a) El resultado final y el impacto que tendr\u00e1.\", scores: { CV: 2, EV: 1 } },\n                    { text: \"b) El proceso de creaci\u00f3n y descubrimiento.\", scores: { EV: 2 } },\n                    { text: \"c) La eficiencia y la optimizaci\u00f3n de los procesos.\", scores: { AV: 2 } },\n                    { text: \"d) Establecer nuevas conexiones y abrir puertas.\", scores: { AS: 2 } }\n                ]\n            },\n            \/\/ Pregunta 8\n            {\n                question: \"En tu tiempo libre, \u00bfqu\u00e9 actividad te atrae m\u00e1s?\",\n                options: [\n                    { text: \"a) Aprender un nuevo software o habilidad t\u00e9cnica por tu cuenta.\", scores: { EV: 2, AV: 1 } },\n                    { text: \"b) Participar en debates o conversaciones donde puedas exponer tus puntos de vista.\", scores: { CV: 2 } },\n                    { text: \"c) Organizar un evento o planificar un viaje para amigos o familia.\", scores: { AV: 2 } },\n                    { text: \"d) Conocer gente nueva en eventos sociales o en l\u00ednea.\", scores: { AS: 2 } }\n                ]\n            },\n            \/\/ Pregunta 9\n            {\n                question: \"\u00bfC\u00f3mo te sientes respecto a seguir un guion o una estructura predefinida?\",\n                options: [\n                    { text: \"a) Me da seguridad y me ayuda a ser eficiente.\", scores: { AS: 2, AV: 1 } },\n                    { text: \"b) Prefiero tener libertad para improvisar y adaptar mi enfoque.\", scores: { CV: 2, EV: 1 } },\n                    { text: \"c) Lo veo como una base, pero me gusta a\u00f1adir mi toque personal.\", scores: { EV: 2, AV: 1 } },\n                    { text: \"d) Me es indiferente si me ayuda a conseguir el objetivo.\", scores: { AS: 1, CV: 1 } }\n                ]\n            },\n            \/\/ Pregunta 10\n            {\n                question: \"Imagina que tienes una lista de 50 contactos a los que llamar. \u00bfC\u00f3mo te sientes?\",\n                options: [\n                    { text: \"a) \u00a1Un reto! Me organizo y empiezo de inmediato.\", scores: { AS: 3 } },\n                    { text: \"b) Un poco abrumador, pero necesario para el objetivo final.\", scores: { CV: 3 } }, \n                    { text: \"c) Buscar\u00eda la forma de automatizar o delegar parte si es posible.\", scores: { AV: 2 } },\n                    { text: \"d) Preferir\u00eda comunicarme por escrito si se puede.\", scores: { EV: 2, AV: 1 } } \n                ]\n            },\n            \/\/ Pregunta 11\n            {\n                question: \"Cuando ves un video o anuncio, \u00bfen qu\u00e9 te fijas primero?\",\n                options: [\n                    { text: \"a) En el mensaje y si me convence de algo.\", scores: { CV: 2 } },\n                    { text: \"b) En la calidad de la edici\u00f3n, los cortes, la m\u00fasica, los colores.\", scores: { EV: 3 } },\n                    { text: \"c) Si la informaci\u00f3n es clara y f\u00e1cil de seguir.\", scores: { AV: 2 } },\n                    { text: \"d) Si me genera curiosidad por saber m\u00e1s.\", scores: { AS: 2 } }\n                ]\n            },\n            \/\/ Pregunta 12\n            {\n                question: \"\u00bfQu\u00e9 frase te describe mejor?\",\n                options: [\n                    { text: \"a) \\\"Soy bueno\/a encontrando soluciones creativas a problemas visuales.\\\"\", scores: { EV: 2 } },\n                    { text: \"b) \\\"Disfruto ayudando a otros a alcanzar sus metas.\\\"\", scores: { AV: 2 } },\n                    { text: \"c) \\\"Me considero un\/a gran comunicador\/a y me es f\u00e1cil conectar.\\\"\", scores: { AS: 2 } },\n                    { text: \"d) \\\"No me rindo f\u00e1cilmente cuando quiero lograr algo.\\\"\", scores: { CV: 2, AS: 1 } }\n                ]\n            },\n            \/\/ Pregunta 13\n            {\n                question: \"Si pudieras mejorar un aspecto de un producto o servicio, \u00bfcu\u00e1l ser\u00eda?\",\n                options: [\n                    { text: \"a) La forma en que se presenta visualmente al p\u00fablico.\", scores: { EV: 2 } },\n                    { text: \"b) La eficiencia de sus procesos internos.\", scores: { AV: 2 } },\n                    { text: \"c) La estrategia para llegar a m\u00e1s clientes potenciales.\", scores: { AS: 2 } },\n                    { text: \"d) El discurso de venta para que sea m\u00e1s efectivo.\", scores: { CV: 2 } }\n                ]\n            },\n            \/\/ Pregunta 14\n            {\n                question: \"\u00bfQu\u00e9 tipo de feedback prefieres recibir?\",\n                options: [\n                    { text: \"a) Cr\u00edticas constructivas sobre c\u00f3mo mejorar la est\u00e9tica o narrativa de mi trabajo.\", scores: { EV: 2 } },\n                    { text: \"b) Datos concretos sobre mi rendimiento y c\u00f3mo alcanzar mis objetivos.\", scores: { CV: 2, AS: 1 } },\n                    { text: \"c) Sugerencias para optimizar mi flujo de trabajo y ser m\u00e1s productivo.\", scores: { AV: 2 } },\n                    { text: \"d) Comentarios sobre mi habilidad para conectar y generar inter\u00e9s.\", scores: { AS: 2 } }\n                ]\n            },\n            \/\/ Pregunta 15\n            {\n                question: \"Ante una tarea repetitiva pero necesaria, t\u00fa...\",\n                options: [\n                    { text: \"a) La hago sin problema, entiendo que es parte del proceso.\", scores: { AV: 1, AS: 1 } }, \n                    { text: \"b) Busco la forma de hacerla m\u00e1s entretenida o eficiente.\", scores: { AV: 1, EV: 1 } }, \n                    { text: \"c) Intento terminarla r\u00e1pido para pasar a algo m\u00e1s estimulante.\", scores: { CV: 1 } },\n                    { text: \"d) Me cuesta un poco mantener la concentraci\u00f3n si es muy mon\u00f3tona.\", scores: { EV: 1, CV: 1 } }\n                ]\n            },\n            \/\/ Pregunta 16\n            {\n                question: \"Si tienes que convencer a un grupo grande, \u00bfc\u00f3mo te sientes?\", \n                options: [\n                    { text: \"a) Prefiero evitarlo si es posible, no es mi fuerte.\", scores: { EV:1 } }, \n                    { text: \"b) Me preparo bien y lo veo como una oportunidad, aunque genere nervios.\", scores: { CV: 2, AS: 2 } },\n                    { text: \"c) Me siento m\u00e1s c\u00f3modo\/a apoyando desde atr\u00e1s, preparando el material.\", scores: { AV: 2 } },\n                    { text: \"d) Nervioso\/a al principio, pero me enfoco en el mensaje y lo hago.\", scores: { CV: 2, AS: 1 } } \n                ]\n            },\n            \/\/ Pregunta 17\n            {\n                question: \"\u00bfQu\u00e9 es m\u00e1s importante para ti en un trabajo remoto?\",\n                options: [\n                    { text: \"a) La posibilidad de expresar mi creatividad y ver resultados visuales.\", scores: { EV: 2 } },\n                    { text: \"b) Tener flexibilidad y poder organizar mi propio tiempo y tareas.\", scores: { AV: 2 } },\n                    { text: \"c) La oportunidad de interactuar con muchas personas y construir relaciones.\", scores: { AS: 2 } },\n                    { text: \"d) El potencial de ingresos basado en mi desempe\u00f1o y resultados.\", scores: { CV: 2 } }\n                ]\n            },\n            \/\/ Pregunta 18\n            {\n                question: \"Cuando aprendes algo nuevo, prefieres...\",\n                options: [\n                    { text: \"a) Ver tutoriales y ejemplos pr\u00e1cticos.\", scores: { EV: 2, AV: 1 } },\n                    { text: \"b) Leer la teor\u00eda y luego ponerla en pr\u00e1ctica.\", scores: { AV: 2 } },\n                    { text: \"c) Aprender haciendo, aunque cometa errores al principio.\", scores: { CV: 2, AS: 1 } }, \n                    { text: \"d) Que alguien me gu\u00ede paso a paso y me explique.\", scores: { \/* Sin puntos *\/ } }\n                ]\n            },\n            \/\/ Pregunta 19\n            {\n                question: \"Si un cliente\/prospecto tiene muchas dudas y objeciones, t\u00fa...\",\n                options: [\n                    { text: \"a) Le explico con paciencia y busco resolver todas sus inquietudes.\", scores: { CV: 3, AS: 1 } },\n                    { text: \"b) Me aseguro de que toda la informaci\u00f3n que necesita est\u00e9 clara y accesible.\", scores: { AV: 2 } },\n                    { text: \"c) Intento simplificar la informaci\u00f3n y enfocarme en los beneficios clave.\", scores: { AS: 2 } },\n                    { text: \"d) Me frustro un poco si las objeciones parecen no tener fin.\", scores: { EV: 1 } }\n                ]\n            },\n            \/\/ Pregunta 20\n            {\n                question: \"Al final del d\u00eda, te sientes m\u00e1s realizado\/a si...\",\n                options: [\n                    { text: \"a) Has ayudado a alguien a resolver un problema o a ser m\u00e1s productivo.\", scores: { AV: 3 } },\n                    { text: \"b) Has creado o pulido algo que te enorgullece visualmente.\", scores: { EV: 3 } },\n                    { text: \"c) Has conseguido varias citas o has abierto nuevas oportunidades.\", scores: { AS: 3 } },\n                    { text: \"d) Has cerrado un acuerdo o convencido a alguien de algo importante.\", scores: { CV: 3 } }\n                ]\n            }\n        ];\n\n        const roleDescriptions = {\n            AS: {\n                name: \"Appointment Setter\",\n                description: \"Te destacas iniciando conversaciones, conectando con personas y abriendo puertas. Tienes persistencia y te motiva establecer los primeros contactos que pueden llevar a grandes oportunidades. La organizaci\u00f3n de agendas y el seguimiento son cruciales para ti.\"\n            },\n            EV: {\n                name: \"Editor de Videos\",\n                description: \"Tu pasi\u00f3n es contar historias visualmente. Eres creativo\/a, detallista y disfrutas el proceso de transformar material crudo en algo atractivo y con impacto. La paciencia y el ojo para la est\u00e9tica son tus grandes aliados.\"\n            },\n            CV: {\n                name: \"Closer de Ventas\",\n                description: \"Eres persuasivo\/a, te sientes c\u00f3modo\/a negociando y te motiva alcanzar objetivos concretos. Entender las necesidades de los dem\u00e1s y guiarlos hacia una soluci\u00f3n es algo que te energiza. El cierre de acuerdos es tu mayor satisfacci\u00f3n.\"\n            },\n            AV: {\n                name: \"Asistente Virtual\",\n                description: \"Eres el motor que hace que todo funcione sin problemas. Te encanta organizar, planificar, gestionar m\u00faltiples tareas y ayudar a otros a ser m\u00e1s eficientes. Tu proactividad y capacidad de adaptaci\u00f3n son claves.\"\n            }\n        };\n\n        const startScreenEl = document.getElementById('start-screen'); \n        const questionScreenEl = document.getElementById('question-screen'); \n        const resultScreenEl = document.getElementById('result-screen'); \n\n        const startBtn = document.getElementById('start-btn');\n        const restartBtn = document.getElementById('restart-btn');\n\n        const questionTextEl = document.getElementById('question-text');\n        const optionsContainerEl = document.getElementById('options-container');\n        const questionNumberEl = document.getElementById('question-number');\n        const progressBarEl = document.getElementById('progress-bar');\n\n        const resultRoleEl = document.getElementById('result-role');\n        const resultDescriptionEl = document.getElementById('result-description');\n\n        let currentQuestionIndex = 0;\n        let scores = { AS: 0, EV: 0, CV: 0, AV: 0 };\n\n        startBtn.addEventListener('click', startQuiz);\n        restartBtn.addEventListener('click', restartQuiz);\n\n        function showScreen(screenToShow) {\n            document.querySelectorAll('.screen').forEach(screen => {\n                screen.classList.remove('active');\n            });\n            screenToShow.classList.add('active');\n        }\n\n        function startQuiz() {\n            currentQuestionIndex = 0;\n            scores = { AS: 0, EV: 0, CV: 0, AV: 0 };\n            showScreen(questionScreenEl);\n            displayQuestion();\n        }\n\n        function displayQuestion() {\n            if (currentQuestionIndex < quizData.length) {\n                const currentQuestion = quizData[currentQuestionIndex];\n                questionTextEl.textContent = currentQuestion.question;\n                questionNumberEl.textContent = `Pregunta ${currentQuestionIndex + 1} de ${quizData.length}`;\n                \n                const progressPercentage = ((currentQuestionIndex + 1) \/ quizData.length) * 100;\n                progressBarEl.style.width = `${progressPercentage}%`;\n\n                optionsContainerEl.innerHTML = '';\n                currentQuestion.options.forEach(option => {\n                    const button = document.createElement('button');\n                    button.textContent = option.text;\n                    button.addEventListener('click', () => selectAnswer(option.scores));\n                    optionsContainerEl.appendChild(button);\n                });\n            } else {\n                showResults();\n            }\n        }\n\n        function selectAnswer(optionScores) {\n            for (const role in optionScores) {\n                if (scores.hasOwnProperty(role)) {\n                    scores[role] += optionScores[role];\n                }\n            }\n            currentQuestionIndex++;\n            setTimeout(displayQuestion, 200); \n        }\n\n        function showResults() {\n            let maxScore = -1;\n            let winningRoleKey = '';\n            const rolesOrder = ['AS', 'EV', 'CV', 'AV']; \n            \n            for (const role of rolesOrder) {\n                 if (scores[role] > maxScore) {\n                    maxScore = scores[role];\n                    winningRoleKey = role;\n                }\n            }\n            \n            const winningRole = roleDescriptions[winningRoleKey];\n            resultRoleEl.textContent = winningRole.name;\n            resultDescriptionEl.textContent = winningRole.description;\n            \n            showScreen(resultScreenEl);\n        }\n\n        function restartQuiz() {\n            showScreen(startScreenEl);\n        }\n        \n    <\/script>\n<\/body>\n<\/html>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b42ed5a\" data-id=\"b42ed5a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Quiz de Roles Remotos &#8211; C\u00c1MBIATE A REMOTO FLEX\u2122 C\u00c1MBIATE A REMOTO FLEX\u2122 Descubre tu Rol Ideal en el Mundo Remoto Este quiz te ayudar\u00e1 a identificar qu\u00e9 rol remoto se ajusta mejor a tus habilidades y preferencias. \u00a1Son solo 20 preguntas para orientarte en tu camino! Comenzar Quiz \u00a1Este podr\u00eda ser tu Rol Ideal! [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5399,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_joinchat":[],"footnotes":""},"folder":[7],"class_list":["post-7472","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto\" \/>\n<meta property=\"og:description\" content=\"Quiz de Roles Remotos &#8211; C\u00c1MBIATE A REMOTO FLEX\u2122 C\u00c1MBIATE A REMOTO FLEX\u2122 Descubre tu Rol Ideal en el Mundo Remoto Este quiz te ayudar\u00e1 a identificar qu\u00e9 rol remoto se ajusta mejor a tus habilidades y preferencias. \u00a1Son solo 20 preguntas para orientarte en tu camino! Comenzar Quiz \u00a1Este podr\u00eda ser tu Rol Ideal! [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/\" \/>\n<meta property=\"og:site_name\" content=\"C\u00e1mbiate a Remoto\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-27T23:33:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2025\/02\/Diseno-sin-titulo-30.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"769\" \/>\n\t<meta property=\"og:image:height\" content=\"764\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/\",\"url\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/\",\"name\":\"[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Diseno-sin-titulo-30.jpg\",\"datePublished\":\"2025-05-27T23:28:48+00:00\",\"dateModified\":\"2025-05-27T23:33:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Diseno-sin-titulo-30.jpg\",\"contentUrl\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Diseno-sin-titulo-30.jpg\",\"width\":769,\"height\":764},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/quiz-habilidades\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[LP] QUIZ HABILIDADES\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#website\",\"url\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/\",\"name\":\"C\u00e1mbiate a Remoto\",\"description\":\"Y transforma tu vida\",\"publisher\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#organization\",\"name\":\"C\u00e1mbiate a Remoto\",\"url\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Untitled-design-22.png\",\"contentUrl\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Untitled-design-22.png\",\"width\":800,\"height\":800,\"caption\":\"C\u00e1mbiate a Remoto\"},\"image\":{\"@id\":\"https:\\\/\\\/cambiatearemoto.com\\\/lp\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/","og_locale":"en_US","og_type":"article","og_title":"[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto","og_description":"Quiz de Roles Remotos &#8211; C\u00c1MBIATE A REMOTO FLEX\u2122 C\u00c1MBIATE A REMOTO FLEX\u2122 Descubre tu Rol Ideal en el Mundo Remoto Este quiz te ayudar\u00e1 a identificar qu\u00e9 rol remoto se ajusta mejor a tus habilidades y preferencias. \u00a1Son solo 20 preguntas para orientarte en tu camino! Comenzar Quiz \u00a1Este podr\u00eda ser tu Rol Ideal! [&hellip;]","og_url":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/","og_site_name":"C\u00e1mbiate a Remoto","article_modified_time":"2025-05-27T23:33:28+00:00","og_image":[{"width":769,"height":764,"url":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2025\/02\/Diseno-sin-titulo-30.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/","url":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/","name":"[LP] QUIZ HABILIDADES - C\u00e1mbiate a Remoto","isPartOf":{"@id":"https:\/\/cambiatearemoto.com\/lp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/#primaryimage"},"image":{"@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/#primaryimage"},"thumbnailUrl":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2025\/02\/Diseno-sin-titulo-30.jpg","datePublished":"2025-05-27T23:28:48+00:00","dateModified":"2025-05-27T23:33:28+00:00","breadcrumb":{"@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/#primaryimage","url":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2025\/02\/Diseno-sin-titulo-30.jpg","contentUrl":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2025\/02\/Diseno-sin-titulo-30.jpg","width":769,"height":764},{"@type":"BreadcrumbList","@id":"https:\/\/cambiatearemoto.com\/lp\/quiz-habilidades\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cambiatearemoto.com\/lp\/"},{"@type":"ListItem","position":2,"name":"[LP] QUIZ HABILIDADES"}]},{"@type":"WebSite","@id":"https:\/\/cambiatearemoto.com\/lp\/#website","url":"https:\/\/cambiatearemoto.com\/lp\/","name":"C\u00e1mbiate a Remoto","description":"Y transforma tu vida","publisher":{"@id":"https:\/\/cambiatearemoto.com\/lp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cambiatearemoto.com\/lp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cambiatearemoto.com\/lp\/#organization","name":"C\u00e1mbiate a Remoto","url":"https:\/\/cambiatearemoto.com\/lp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cambiatearemoto.com\/lp\/#\/schema\/logo\/image\/","url":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2023\/08\/Untitled-design-22.png","contentUrl":"https:\/\/cambiatearemoto.com\/lp\/wp-content\/uploads\/2023\/08\/Untitled-design-22.png","width":800,"height":800,"caption":"C\u00e1mbiate a Remoto"},"image":{"@id":"https:\/\/cambiatearemoto.com\/lp\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/pages\/7472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/comments?post=7472"}],"version-history":[{"count":7,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/pages\/7472\/revisions"}],"predecessor-version":[{"id":7479,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/pages\/7472\/revisions\/7479"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/media\/5399"}],"wp:attachment":[{"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/media?parent=7472"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/cambiatearemoto.com\/lp\/wp-json\/wp\/v2\/folder?post=7472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}