{"id":1087073,"date":"2025-04-11T22:20:37","date_gmt":"2025-04-11T22:20:37","guid":{"rendered":"https:\/\/sheronation.life\/?page_id=1087073"},"modified":"2025-04-11T22:20:38","modified_gmt":"2025-04-11T22:20:38","slug":"deliberate-parenting-quiz","status":"publish","type":"page","link":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/","title":{"rendered":"Deliberate Parenting Quiz"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(35,31,32,0.57) 0%|rgba(35,31,32,0.71) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/sheronation.life\/wp-content\/uploads\/2025\/02\/Hompage-Header-BG-copy.webp&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<!DOCTYPE html><!-- [et_pb_line_break_holder] --><html lang=\"en\"><!-- [et_pb_line_break_holder] --><head><!-- [et_pb_line_break_holder] -->  <meta charset=\"UTF-8\"><!-- [et_pb_line_break_holder] -->  <title>Deliberate Parenting Quiz<\/title><!-- [et_pb_line_break_holder] -->  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<style><!-- [et_pb_line_break_holder] -->    \/* Base styles and colors *\/<!-- [et_pb_line_break_holder] -->    body {<!-- [et_pb_line_break_holder] -->      background: black;<!-- [et_pb_line_break_holder] -->      color: white;<!-- [et_pb_line_break_holder] -->      font-family: Arial, sans-serif;<!-- [et_pb_line_break_holder] -->      margin: 0;<!-- [et_pb_line_break_holder] -->      padding: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/* Quiz Container *\/<!-- [et_pb_line_break_holder] -->    #quiz-container {<!-- [et_pb_line_break_holder] -->      background: #9B509F;  \/* Primary Color *\/<!-- [et_pb_line_break_holder] -->      color: white;<!-- [et_pb_line_break_holder] -->      max-width: 600px;<!-- [et_pb_line_break_holder] -->      margin: 40px auto;<!-- [et_pb_line_break_holder] -->      padding: 20px;<!-- [et_pb_line_break_holder] -->      border-radius: 10px;<!-- [et_pb_line_break_holder] -->      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    h1, h2 {<!-- [et_pb_line_break_holder] -->      text-align: center;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/* Question styles *\/<!-- [et_pb_line_break_holder] -->    .question {<!-- [et_pb_line_break_holder] -->      display: none;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .question.active {<!-- [et_pb_line_break_holder] -->      display: block;<!-- [et_pb_line_break_holder] -->      animation: slideIn 0.5s ease-out;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    @keyframes slideIn {<!-- [et_pb_line_break_holder] -->      from { <!-- [et_pb_line_break_holder] -->        opacity: 0;<!-- [et_pb_line_break_holder] -->        transform: translateX(50px);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      to { <!-- [et_pb_line_break_holder] -->        opacity: 1;<!-- [et_pb_line_break_holder] -->        transform: translateX(0);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    ul {<!-- [et_pb_line_break_holder] -->      list-style-type: none;<!-- [et_pb_line_break_holder] -->      padding: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    li {<!-- [et_pb_line_break_holder] -->      margin: 10px 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    input[type=\"radio\"] {<!-- [et_pb_line_break_holder] -->      margin-right: 10px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/* Navigation button styling *\/<!-- [et_pb_line_break_holder] -->    #navigation {<!-- [et_pb_line_break_holder] -->      display: flex;<!-- [et_pb_line_break_holder] -->      justify-content: space-between;<!-- [et_pb_line_break_holder] -->      margin-top: 20px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    button {<!-- [et_pb_line_break_holder] -->      background: black;  \/* Secondary Color *\/<!-- [et_pb_line_break_holder] -->      color: white;<!-- [et_pb_line_break_holder] -->      border: none;<!-- [et_pb_line_break_holder] -->      padding: 10px 20px;<!-- [et_pb_line_break_holder] -->      font-size: 1em;<!-- [et_pb_line_break_holder] -->      border-radius: 5px;<!-- [et_pb_line_break_holder] -->      cursor: pointer;<!-- [et_pb_line_break_holder] -->      transition: all 0.3s ease;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    button:hover:enabled {<!-- [et_pb_line_break_holder] -->      background: white;<!-- [et_pb_line_break_holder] -->      color: black;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    button:disabled {<!-- [et_pb_line_break_holder] -->      opacity: 0.5;<!-- [et_pb_line_break_holder] -->      cursor: not-allowed;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/* Responsive adjustments *\/<!-- [et_pb_line_break_holder] -->    @media (max-width: 600px) {<!-- [et_pb_line_break_holder] -->      #quiz-container {<!-- [et_pb_line_break_holder] -->        margin: 20px;<!-- [et_pb_line_break_holder] -->        padding: 15px;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      button {<!-- [et_pb_line_break_holder] -->        width: 45%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  <\/style>\n<p><!-- [et_pb_line_break_holder] --><\/head><!-- [et_pb_line_break_holder] --><body><!-- [et_pb_line_break_holder] -->  <\/p>\n<div id=\"quiz-container\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<h1>Deliberate Parenting Quiz<\/h1>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div id=\"quiz\"><!-- [et_pb_line_break_holder] -->      <!-- Question 1 --><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"question active\" data-question-index=\"0\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<h2>Question 1<\/h2>\n<p><!-- [et_pb_line_break_holder] -->        <pee>Do you set aside time each day for one-on-one moments with your child?<\/pee><!-- [et_pb_line_break_holder] -->        <\/p>\n<ul><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q1\" value=\"Always\" id=\"q1a1\"><!-- [et_pb_line_break_holder] -->            <label for=\"q1a1\">Yes, always<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q1\" value=\"Sometimes\" id=\"q1a2\"><!-- [et_pb_line_break_holder] -->            <label for=\"q1a2\">Sometimes<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q1\" value=\"No\" id=\"q1a3\"><!-- [et_pb_line_break_holder] -->            <label for=\"q1a3\">No<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->        <\/ul>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->      <!-- Question 2 --><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"question\" data-question-index=\"1\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<h2>Question 2<\/h2>\n<p><!-- [et_pb_line_break_holder] -->        <pee>How do you manage screen time for your child?<\/pee><!-- [et_pb_line_break_holder] -->        <\/p>\n<ul><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q2\" value=\"Strict\" id=\"q2a1\"><!-- [et_pb_line_break_holder] -->            <label for=\"q2a1\">Strict schedule<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q2\" value=\"Balanced\" id=\"q2a2\"><!-- [et_pb_line_break_holder] -->            <label for=\"q2a2\">Balanced schedule<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q2\" value=\"No Limits\" id=\"q2a3\"><!-- [et_pb_line_break_holder] -->            <label for=\"q2a3\">No limits<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->        <\/ul>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->      <!-- Question 3 --><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"question\" data-question-index=\"2\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<h2>Question 3<\/h2>\n<p><!-- [et_pb_line_break_holder] -->        <pee>What do you do when your child is upset?<\/pee><!-- [et_pb_line_break_holder] -->        <\/p>\n<ul><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q3\" value=\"Talk\" id=\"q3a1\"><!-- [et_pb_line_break_holder] -->            <label for=\"q3a1\">Talk it out<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q3\" value=\"Distract\" id=\"q3a2\"><!-- [et_pb_line_break_holder] -->            <label for=\"q3a2\">Distract them<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q3\" value=\"TimeOut\" id=\"q3a3\"><!-- [et_pb_line_break_holder] -->            <label for=\"q3a3\">Time-out<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->        <\/ul>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->      <!-- Question 4 --><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"question\" data-question-index=\"3\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<h2>Question 4<\/h2>\n<p><!-- [et_pb_line_break_holder] -->        <pee>How often do you involve your children in decision making?<\/pee><!-- [et_pb_line_break_holder] -->        <\/p>\n<ul><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q4\" value=\"Often\" id=\"q4a1\"><!-- [et_pb_line_break_holder] -->            <label for=\"q4a1\">Often<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q4\" value=\"Sometimes\" id=\"q4a2\"><!-- [et_pb_line_break_holder] -->            <label for=\"q4a2\">Sometimes<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q4\" value=\"Rarely\" id=\"q4a3\"><!-- [et_pb_line_break_holder] -->            <label for=\"q4a3\">Rarely<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->        <\/ul>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->      <!-- Question 5 --><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"question\" data-question-index=\"4\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<h2>Question 5<\/h2>\n<p><!-- [et_pb_line_break_holder] -->        <pee>How do you encourage learning at home?<\/pee><!-- [et_pb_line_break_holder] -->        <\/p>\n<ul><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q5\" value=\"Fun\" id=\"q5a1\"><!-- [et_pb_line_break_holder] -->            <label for=\"q5a1\">Through fun activities<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q5\" value=\"Reading\" id=\"q5a2\"><!-- [et_pb_line_break_holder] -->            <label for=\"q5a2\">Reading together<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->          <\/p>\n<li><!-- [et_pb_line_break_holder] -->            <input type=\"radio\" name=\"q5\" value=\"Structured\" id=\"q5a3\"><!-- [et_pb_line_break_holder] -->            <label for=\"q5a3\">Structured lessons<\/label><!-- [et_pb_line_break_holder] -->          <\/li>\n<p><!-- [et_pb_line_break_holder] -->        <\/ul>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <!-- Navigation buttons --><!-- [et_pb_line_break_holder] -->    <\/p>\n<div id=\"navigation\"><!-- [et_pb_line_break_holder] -->      <button id=\"prev-btn\" disabled>Previous<\/button><!-- [et_pb_line_break_holder] -->      <button id=\"next-btn\">Next<\/button><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <script><!-- [et_pb_line_break_holder] -->    document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->      const questions = document.querySelectorAll(\".question\");<!-- [et_pb_line_break_holder] -->      let currentQuestion = 0;<!-- [et_pb_line_break_holder] -->      const nextBtn = document.getElementById(\"next-btn\");<!-- [et_pb_line_break_holder] -->      const prevBtn = document.getElementById(\"prev-btn\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function showQuestion(index) {<!-- [et_pb_line_break_holder] -->        questions.forEach((q, i) => {<!-- [et_pb_line_break_holder] -->          if (i === index) {<!-- [et_pb_line_break_holder] -->            q.classList.add(\"active\");<!-- [et_pb_line_break_holder] -->          } else {<!-- [et_pb_line_break_holder] -->            q.classList.remove(\"active\");<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/ Disable the previous button if on the first question<!-- [et_pb_line_break_holder] -->        prevBtn.disabled = index === 0;<!-- [et_pb_line_break_holder] -->        \/\/ Change \"Next\" button text to \"Submit\" on the last question<!-- [et_pb_line_break_holder] -->        nextBtn.textContent = index === questions.length - 1 ? \"Submit\" : \"Next\";<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Initialize with the first question visible<!-- [et_pb_line_break_holder] -->      showQuestion(currentQuestion);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      nextBtn.addEventListener(\"click\", function() {<!-- [et_pb_line_break_holder] -->        \/\/ Check if an answer is selected before moving on<!-- [et_pb_line_break_holder] -->        const currentQuestionDiv = questions[currentQuestion];<!-- [et_pb_line_break_holder] -->        const selected = currentQuestionDiv.querySelector(\"input[type='radio']:checked\");<!-- [et_pb_line_break_holder] -->        if (!selected) {<!-- [et_pb_line_break_holder] -->          alert(\"Please select an option before proceeding.\");<!-- [et_pb_line_break_holder] -->          return;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        if (currentQuestion < questions.length - 1) {<!-- [et_pb_line_break_holder] -->          currentQuestion++;<!-- [et_pb_line_break_holder] -->          showQuestion(currentQuestion);<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->          \/\/ Final submission - collect and display results<!-- [et_pb_line_break_holder] -->          let resultsHTML = \"<\/p>\n<h2>Your Responses<\/h2>\n<ul>\";<!-- [et_pb_line_break_holder] -->          questions.forEach((q, index) => {<!-- [et_pb_line_break_holder] -->            const selected = q.querySelector(\"input[type='radio']:checked\");<!-- [et_pb_line_break_holder] -->            if (selected) {<!-- [et_pb_line_break_holder] -->              resultsHTML += \"<\/p>\n<li>Question \" + (index + 1) + \": \" + selected.value + \"<\/li>\n<p>\";<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->          });<!-- [et_pb_line_break_holder] -->          resultsHTML += \"<\/ul>\n<pee>Thank you for participating in the Deliberate Parenting Quiz!<\/pee>\";<!-- [et_pb_line_break_holder] -->          document.getElementById(\"quiz-container\").innerHTML = resultsHTML;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      prevBtn.addEventListener(\"click\", function() {<!-- [et_pb_line_break_holder] -->        if (currentQuestion > 0) {<!-- [et_pb_line_break_holder] -->          currentQuestion--;<!-- [et_pb_line_break_holder] -->          showQuestion(currentQuestion);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  <\/script><!-- [et_pb_line_break_holder] --><\/body><!-- [et_pb_line_break_holder] --><\/html><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;31px&#8221; header_text_color=&#8221;#eae7ec&#8221; header_font_size=&#8221;57px&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#eae7ec&#8221; header_2_font_size=&#8221;47px&#8221; header_2_font_size_tablet=&#8221;47px&#8221; header_2_font_size_phone=&#8221;25px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h1><\/h1>\n<h2><b><i>Watch 3 Videos<\/i><\/b><\/h2>\n<h2><b><i>Take the Survey<\/i><\/b><\/h2>\n<h2><b><i>Share Your Voice\u00a0<\/i><\/b><\/h2>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/sheronation.life\/wp-content\/uploads\/2025\/02\/Million-Shero-Challenge-Logo.png&#8221; title_text=&#8221;Million Shero Challenge Logo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_toggle title=&#8221;How to Complete the Challenge&#8221; closed_toggle_text_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#9B509F&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; closed_title_font=&#8221;Helveticanuevie|500|||||||&#8221; closed_title_text_align=&#8221;center&#8221; closed_title_font_size=&#8221;31px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h2 data-start=\"88\" data-end=\"140\"><strong data-start=\"91\" data-end=\"138\">How to Complete the Million Shero Challenge<\/strong><\/h2>\n<p data-start=\"142\" data-end=\"318\">Are you ready to embrace your inner Shero and inspire others? Follow these three simple steps to complete the challenge and be part of a powerful movement of empowered women!<\/p>\n<h3 data-start=\"320\" data-end=\"351\"><strong data-start=\"324\" data-end=\"349\">Step 1: Watch &amp; Learn<\/strong><\/h3>\n<p data-start=\"352\" data-end=\"513\">Start by watching three short videos covering different aspects of women\u2019s empowerment. These videos will inspire, educate, and prepare you for the next steps.<\/p>\n<h3 data-start=\"515\" data-end=\"552\"><strong data-start=\"519\" data-end=\"550\">Step 2: Take the Shero Poll<\/strong><\/h3>\n<p data-start=\"553\" data-end=\"721\">Once you&#8217;ve watched the videos, take the <strong data-start=\"594\" data-end=\"608\">Shero Poll<\/strong> to share your thoughts. There are no right or wrong answers\u2014this is about <strong data-start=\"683\" data-end=\"718\">your voice and your perspective<\/strong>!<\/p>\n<h3 data-start=\"723\" data-end=\"757\"><strong data-start=\"727\" data-end=\"755\">Step 3: Share Your Voice<\/strong><\/h3>\n<p data-start=\"758\" data-end=\"930\">Now it&#8217;s time to empower others! Create a post on social media that inspires fellow Sheroes. It can be a personal story, a lesson you&#8217;ve learned, or an uplifting message.<\/p>\n<p data-start=\"932\" data-end=\"1012\">\ud83d\udd39 <strong data-start=\"935\" data-end=\"954\">Use the hashtag<\/strong> #MillionSheroChallenge<br data-start=\"977\" data-end=\"980\" \/>\ud83d\udd39 <strong data-start=\"983\" data-end=\"993\">Tag us<\/strong> @SheroNationLife<\/p>\n<p data-start=\"1014\" data-end=\"1164\">By completing this challenge, you\u2019re not just taking a step toward empowerment\u2014you\u2019re helping to build a global community of strong, fearless women.<\/p>\n<p data-start=\"1166\" data-end=\"1385\">\u2728 <strong data-start=\"1168\" data-end=\"1183\">Bonus Gift!<\/strong> \u2728<br data-start=\"1185\" data-end=\"1188\" \/>After completing the challenge, <strong data-start=\"1220\" data-end=\"1261\">scroll to the bottom of the last page<\/strong> to download your free copy of the exclusive painting, <strong data-start=\"1316\" data-end=\"1330\">Inevitable<\/strong>\u2014a special gift to celebrate your journey as a Shero!<\/p>\n<p data-start=\"1387\" data-end=\"1413\">Let\u2019s rise together! \ud83d\udcaa\u2728<\/p>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/sheronation.life\/wp-content\/uploads\/2025\/02\/Hompage-Header-BG-copy.webp&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#9B509F&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;#9b509f 1%|#231f20 100%&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; custom_padding=&#8221;|2%||2%|false|true&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<div style=\"position:relative;padding-top:56.25%;\"><iframe src=\"https:\/\/iframe.mediadelivery.net\/embed\/239005\/5fba8a90-07b5-4eb1-8b4b-6e0b7afa3f77?autoplay=true&#038;loop=false&#038;muted=false&#038;preload=false&#038;responsive=true\" loading=\"lazy\" style=\"border:0;position:absolute;top:0;height:100%;width:100%;\" allow=\"accelerometer;gyroscope;autoplay;encrypted-media;picture-in-picture;\" allowfullscreen=\"true\"><\/iframe><\/div>\n<p>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; pac_dcm_carousel_specific_module_num=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/sheronation.life\/wp-content\/uploads\/2025\/03\/BWG_UnstoppableShero_Lockup.png&#8221; title_text=&#8221;BWG_UnstoppableShero_Lockup&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;72%&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|700|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;31px&#8221; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Order your copy now!<\/p>\n<p>[\/et_pb_text][digr_multiple_button multi_btn_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][digr_multiple_button_item button_text=&#8221;Amazon&#8221; button_url=&#8221;https:\/\/www.amazon.com\/Unstoppable-Shero-Womans-Thriving-Resistant\/dp\/B0DQWXF7JJ&#8221; button_url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; border_radii_btn_border=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/digr_multiple_button_item][digr_multiple_button_item button_text=&#8221;Barnes and Noble&#8221; button_url=&#8221;https:\/\/www.barnesandnoble.com\/w\/the-unstoppable-shero-barbara-walker-green\/1146748139?ean=9798891881518&#8243; button_url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii_btn_border=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/digr_multiple_button_item][\/digr_multiple_button][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|700|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;25px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Or wherever you buy your books<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/sheronation.life\/wp-content\/uploads\/2025\/02\/Shero_Nation_Home_Page_Final-for-me-copy.webp&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Watch 3 Videos Take the Survey Share Your Voice\u00a0How to Complete the Million Shero Challenge Are you ready to embrace your inner Shero and inspire others? Follow these three simple steps to complete the challenge and be part of a powerful movement of empowered women! Step 1: Watch &amp; Learn Start by watching three short videos covering different aspects of women\u2019s empowerment. These videos will inspire, educate, and prepare you for the next steps. Step 2: Take the Shero Poll Once you&#8217;ve watched the videos, take the Shero Poll to share your thoughts. There are no right or wrong answers\u2014this is about your voice and your perspective! Step 3: Share Your Voice Now it&#8217;s time to empower others! Create a post on social media that inspires fellow Sheroes. It can be a personal story, a lesson you&#8217;ve learned, or an uplifting message. \ud83d\udd39 Use the hashtag #MillionSheroChallenge\ud83d\udd39 Tag us @SheroNationLife By completing this challenge, you\u2019re not just taking a step toward empowerment\u2014you\u2019re helping to build a global community of strong, fearless women. \u2728 Bonus Gift! \u2728After completing the challenge, scroll to the bottom of the last page to download your free copy of the exclusive painting, Inevitable\u2014a special gift to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-1087073","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Deliberate Parenting Quiz - Sheronation<\/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:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deliberate Parenting Quiz\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/\" \/>\n<meta property=\"og:site_name\" content=\"Sheronation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-11T22:20:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sheronation.life\\\/index.php\\\/deliberate-parenting-quiz\\\/\",\"url\":\"https:\\\/\\\/sheronation.life\\\/index.php\\\/deliberate-parenting-quiz\\\/\",\"name\":\"Deliberate Parenting Quiz - Sheronation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sheronation.life\\\/#website\"},\"datePublished\":\"2025-04-11T22:20:37+00:00\",\"dateModified\":\"2025-04-11T22:20:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sheronation.life\\\/index.php\\\/deliberate-parenting-quiz\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sheronation.life\\\/index.php\\\/deliberate-parenting-quiz\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sheronation.life\\\/index.php\\\/deliberate-parenting-quiz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sheronation.life\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deliberate Parenting Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sheronation.life\\\/#website\",\"url\":\"https:\\\/\\\/sheronation.life\\\/\",\"name\":\"Sheronation\",\"description\":\"Where Your Path Meets Your Potential\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sheronation.life\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Deliberate Parenting Quiz - Sheronation","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:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/","og_locale":"en_US","og_type":"article","og_title":"Deliberate Parenting Quiz","og_url":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/","og_site_name":"Sheronation","article_modified_time":"2025-04-11T22:20:38+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/","url":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/","name":"Deliberate Parenting Quiz - Sheronation","isPartOf":{"@id":"https:\/\/sheronation.life\/#website"},"datePublished":"2025-04-11T22:20:37+00:00","dateModified":"2025-04-11T22:20:38+00:00","breadcrumb":{"@id":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sheronation.life\/index.php\/deliberate-parenting-quiz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sheronation.life\/"},{"@type":"ListItem","position":2,"name":"Deliberate Parenting Quiz"}]},{"@type":"WebSite","@id":"https:\/\/sheronation.life\/#website","url":"https:\/\/sheronation.life\/","name":"Sheronation","description":"Where Your Path Meets Your Potential","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sheronation.life\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/pages\/1087073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/comments?post=1087073"}],"version-history":[{"count":2,"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/pages\/1087073\/revisions"}],"predecessor-version":[{"id":1087075,"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/pages\/1087073\/revisions\/1087075"}],"wp:attachment":[{"href":"https:\/\/sheronation.life\/index.php\/wp-json\/wp\/v2\/media?parent=1087073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}