{"id":5580,"date":"2021-11-30T17:28:08","date_gmt":"2021-11-30T11:58:08","guid":{"rendered":"https:\/\/learn.toddleapp.com\/?post_type=blog_post&#038;p=5580"},"modified":"2023-11-15T01:50:47","modified_gmt":"2023-11-14T20:20:47","slug":"brainstorming-ideas-and-learning-goals","status":"publish","type":"blog_post","link":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/","title":{"rendered":"<b>Brainstorming Ideas and Learning Goals for Personal Project<\/b>"},"content":{"rendered":"<style type=\"text\/css\">\n\n.entry-content {\n    position: relative !important;\n}\n\n.arrow-style{\n    font-size: 25px !important;\n\n}\n\n.sticky-wrapper{\n  padding: 0 20px;\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n}\n\n.close-sticky{\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-weight:normal;\n  font-size: 20px;\n  color: black;\n  transform:rotate(45deg);\n  margin-right:10px;\n  margin-top:-5px;\n  position: absolute;\n  top: 0;\n  right: 0;\n}\n\n.resource-button-wrapper-sticky{\n    width:100%;\n  height: 50px;\n  padding: 17px 24px;\n  border-radius: 8px;\n  background-color:#2dadba;\n  margin:20px 0;\n  color:white;\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-weight:normal;\n  font-size: 14px;\n  color: #ffffff;\n  max-width:232px;\n}\n\n.sticky-widget-1-title{\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-size: 16px;\n    font-weight: normal;\n    line-height: 1.5;\n    text-align:center;\n    margin-top:12px;\n}\n\n.sticky-widget-1-sub-title{\n  font-family: \"avenir_next_worldmedium\", \"Verdana\";\n  font-size: 16px;\n  font-weight: normal;\n  line-height: 1.38;\n  text-align:center;\n  margin-top:8px;\n}\n\n.sticky-widget-1-image-wrapper{\n   \n}\n\n.sticky-widget-wrapper{\n    position: sticky;\n    top: 270px;\n    float: right;\n    margin: 0 34px;\n    cursor:pointer ;\n    max-width: 302px !important;\n    border-radius:8px;\n    display:flex;\n    flex-direction:column-reverse;\n}\n\n.sticky-widget-content{\n    flex-direction:column;\n}\n\n.sticky-widget-content-reverse{\n    flex-direction:column-reverse;\n}\n\n.arrow-style-normal{\n  margin-top: 2px !important;\n  margin-left: 18px !important;\n  font-size: 25px !important;\n \n}\n\n@media screen and (max-width: 1400px) {\n  .sticky-widget-wrapper{\n      display:none !important;\n  }\n\n}\n\n@media screen and (max-width: 1025px) {\n  .resource-button-wrapper-sticky{\n  height: 48px;\n  padding: 13px 24px;\n  }\n}\n\n@media screen and (max-width: 767px) {\n    .arrow-style{\n        display:none;\n    }\n\n    .resource-button-wrapper-sticky {\n      height: 48px;\n      padding: 14px 48px;\n  }\n\n  .resource-button-wrapper-tiny {\n      height: 48px;\n      padding: 14px 48px;\n  }\n}\n<\/style><script type=\"text\/javascript\">jQuery(document).ready(function() {\n    const fields = [\n      \"name\",\n      \"email\",\n      \"school\",\n      \"curriculum\",\n      \"country\",\n      \"content\"\n    ];\n\n    let hideForever = false;\n    $(window).on(\"resize scroll\", function () {\n\n      var all = $(\".fullScreen\").map(function() {\n        return this;\n    }).get();\n\n    let shouldHide = false;\n\n    for (var i = 0; i < all.length; i++) {\n      if (isInViewport(all[i])) {\n        shouldHide = true;\n        break;\n        }\n      }\n\n      if(!hideForever){\n      if(shouldHide){\n        jQuery(\".sticky-widget-wrapper\").fadeOut(100);\n      }\n        else {\n          jQuery(\".sticky-widget-wrapper\").css(\"display\", \"flex\");\n          jQuery(\".sticky-widget-wrapper\").fadeIn(100);\n        }\n      }\n    });\n\n    jQuery(\".close-sticky\").click(function(){\n      hideForever = true;\n      jQuery(\".sticky-widget-wrapper\").css(\"display\", \"none\");\n    });\n\n      \n    jQuery(\".bg-modal\").hide();\n    jQuery(\"#MYP_Personal_Project_Templates-alertBox\").hide();\n  \n    var userData = localStorage.getItem(\"userDataNew\");\n    var localStorageData = JSON.parse(localStorage.getItem(\"userDataNew\"));\n  \n    if (userData) {\n      jQuery(\".bg-modal\").fadeOut(100);\n      jQuery(\".bg-modal\").css(\"display\", \"none\");\n    }\n  \n    jQuery(\"#MYP_Personal_Project_Templates_download_button\").click(function(e) {\n\nif (typeof gtag !== \"undefined\") {\n      gtag(\"event\", \"Clicked\", {\n        \"event_category\": \"Resource downloads\", \"event_label\": \"MYP Personal Project Templates\", \"value\": \"\", \"non_interaction\": \"true\"\n      });\n\t  }\n      \n      var userData = localStorage.getItem(\"userDataNew\");\n  \n      if (!userData || !localStorageData.role || localStorageData.role === \"none\" || localStorageData.role === \"None\" || localStorageData.role === \"\") {\n        jQuery(\"#MYP_Personal_Project_Templates-alertBox\").text(\"Please rectify the errors in your form\");\n        jQuery(\".modal-content\").scrollTop();\n        jQuery(\".form-details\").scrollTop();\n        jQuery(\"body\").css(\"overflow-y\", \"hidden\");\n       \n        jQuery(\".download-form-loading\").css(\"display\", \"none\");\n        jQuery(\".download-form-success-modal\").css(\"display\", \"none\");\n        jQuery(\".download-modal-container\").css(\"display\", \"flex\");\n        jQuery(\"#MYP_Personal_Project_Templates-modal\").fadeIn(200);\n        jQuery(\"#MYP_Personal_Project_Templates-modal\").css(\"display\", \"flex\");\n        fields.forEach(field => {\n          jQuery(`#form-MYP_Personal_Project_Templates-${field}`).css(\"border\", \"solid 1px #797979\");\n        });\n        \/\/ fields.forEach(field => {\n        \/\/   jQuery(`#form-MYP_Personal_Project_Templates-${field}`).val(\"\");\n        \/\/ });\n        fields.forEach(field => {\n          jQuery(`#form-MYP_Personal_Project_Templates-${field}-error`).css(\"visibility\", \"hidden\");\n        });\n\n      } else {\n        let resource_url = jQuery(\"#form-resource-url\").val();\n        console.log(\"resource_url \"+resource_url);\n      \n\t\/\/window.open(resource_url, \"_blank\");\n  \n       \/\/ window.open(resource_url, \"_blank\");\n        let fieldData={...(JSON.parse(userData ||{}))};\n\n        let resource_name = jQuery(\"#form-resource-name\").val();\n        let poster_image = jQuery(\"#form-poster-image\").val();\n        let poster_color = jQuery(\"#form-poster-color\").val();\n        var utmLink = localStorage.getItem(\"learnUtmUrl\");\n        console.log(\"resource_name \"+resource_name);\n        console.log(\"utmLink \"+utmLink);\n        var hutk = document.cookie.replace(\/(?:(?:^|.*;\\s*)hubspotutk\\s*\\=\\s*([^;]*).*$)|^.*$\/, \"$1\");\n\t\t\n        var data = {\n          ...(fieldData || {}),\n          blogUrl:window.location.href,\n          url: resource_url,\n          title:resource_name,\n          posterImage:poster_image,\n\t\t  jobTitle:fieldData[\"role\"],\n          posterColor:poster_color,\n          type:\"RESOURCE_DOWNLOAD\",\n          categoryIds:[296,308,431],\n          coordinator_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/unnamed-2.png\",\n          coordinator_url:\"https:\/\/www.toddleapp.com\/book-a-free-demo\/?utm_source=email&amp;utm_medium=Brainstorming_Ideas&amp;utm_campaign=ToddleLearnThankyou\",\n          teacher_r1_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/02\/Mailer-Widget-Personal-Project-Starter-Pack.png\",\n          teacher_r1_url:\"https:\/\/bit.ly\/3687uwL\",\n          teacher_r2_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/02\/Personal-project-supervisor-handbook.png\",\n          teacher_r2_url:\"https:\/\/bit.ly\/3sBnPRU\",\nhutk: !_.isEmpty(hutk) ? hutk : \"\",\n        };\n         hubspotTracking(data);\n       \n       \n       \n\n        $.ajax({\n          type: \"POST\",\n          url:\n          \"https:\/\/apigw.toddleapp.com\/auth\/website\/learnRegistration\",\n          data: JSON.stringify(data),\n          contentType: \"application\/json; charset=utf-8\",\n          crossDomain: true,\n          dataType: \"json\"});\n\t\t  \n\t\t  setTimeout(function(){\n\t\t  \twindow.location.assign(\"https:\/\/www.toddleapp.com\/learn\/thank-you\/\");\n\t\t  }, 1000);\n      }\n    });\n  \n    jQuery(\".form-close\").click(function() {\n      jQuery(\"body\").css(\"overflow-y\", \"auto\");\n      jQuery(\".bg-modal\").fadeOut(200);\n    });\n  });\n  <\/script>\n  <input type='hidden' value='MYP_Personal_Project_Templates'\/>\n  <div class='sticky-widget-wrapper ' style='background-color:#FFBD33'>\n  <div style='color:black' class='close-sticky'>+<\/div>  \n  <div class='sticky-wrapper'>\n        <div style='color:black' class='sticky-widget-1-title'><strong>Personal project brainstorming ideas and learning goal templates<\/strong><\/div>\n        <div style='color:black' class='sticky-widget-1-sub-title'><\/div>\n        <div style='background-color:#000000; color:#ffffff' id='MYP_Personal_Project_Templates_download_button' class=resource-button-wrapper-sticky><span class='button-text'><strong>Download now!<\/strong><\/span><\/div>\n    <\/div>\n    <div style='margin-top:-65px'>\n        <img src=https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Group-4612_2x.png>\n    <\/div>\n  <\/div>\n<link rel=\"stylesheet\" href=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/themes\/toddle_learn\/assets\/inttelinput\/build\/css\/intlTelInput.css\"\/>\n  <style type=\"text\/css\">\n  .school-new .validation-error{\n    margin-top: 10px;\n  }\n  .schooltype-new .validation-error, .state-new .validation-error{\n    margin-top: 14px;\n  }\n    .country_new-new .selectize-input{\n          height: 49px;\n    }\n  .consent_wrapper{\n    display: flex;\n    flex-direction: row;\n    margin-top: 0px;\n    line-height: 2.4rem;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    font-weight: normal;\n    color: black;\n  }\n  .consent {\n    height: auto;\n    font-size: 14px;\n    line-height: 22px;\n    margin-top: 0px;\n    position: static;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    transition: all 0.2s ease 0s;\n    margin-bottom: 16px;\n    outline: none;\n    cursor: pointer;\n    letter-spacing: normal;\n}\n\n\n\n\/*---start new update---*\/\n.form-input-tools-options-wrapper input{\n  width: 48%;\n}\n.school_type-new .selectize-control, .state-new .selectize-control, .newrole-new .selectize-control, country_new-new .selectize-control{\n    padding: 0;\n    border: 0;\n}\n .schooltype-new .selectize-control, .newrole-new .selectize-control, .country_new-new .selectize-control{\n    padding: 0;\n    border: 0;\n}\n.state-new .validation-error, .schooltype-new .validation-error, .newrole-new .validation-error, .country_new-new .validation-error{\n    display:none;\n}\n\/*---end new update---*\/\n\nbody .selectize-input.items.not-full{\n\tpadding:0 !important;\n}\n.selectize-loading {\n  text-align: center;\n  position: relative;\n      padding: 15px 0px;\n}\n\n.selectize-loading-inner {\n  display: inline-block;\n  vertical-align: middle;\n}\n.selectize-loading-inner:after {\n  content: \"\";\n  background: url(<?php echo site_url(); ?>\/wp-content\/themes\/toddle_learn\/images\/loading.svg) no-repeat;\n  display: block;\n  width: 64px;\n  height: 64px;\n  background-size: 30px;\n  background-position: center;\n}\n\n\n .iti-mobile .iti--container{\n  z-index: 99999;\n  top: 83px;\n    height: 81%;\n}\n.radio-button-wrapper {\n    display: grid;\n    grid-gap: 20px;\n    grid-template-columns: auto auto;\n    width: 100%;\n    max-width: 50%;\n    justify-content: space-between;\n    margin-bottom: 16px;\n    margin-top: 12px;\n}\n    .curriculum-options-wrapper {\n    display: grid;\n  line-height:2;\n    grid-template-columns: repeat(3, 230px);\n    margin-bottom: -4px;\n}\n .radio-label{\n    margin-left:4px;\n    font-size: 14px;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    font-size: 16px;\n    color: black;\n    font-weight:normal;\n    position: absolute;\n    padding-left: 23px;\n}\n\n  .curriculum-label {\n    margin-left: 0 !important;\n    position: absolute !important;\n    padding-left: 23px;\n}\n\n\n\/* start update *\/\n\n.tools-options-wrapper{\n  display: grid;\n    line-height: 2;\n    grid-template-columns: repeat(4, 149px);\n    margin-bottom: 16px;\n    grid-gap: 12px;\n}\n.hide {\n    display: none;\n}\n#error-msg {\n    color: red;\n    height: 15px;\n  font-size: 12px;\n  line-height: 14px;\n  margin-bottom: 4px;\n  position: static;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  color: #fa575d;\n  font-weight: normal;\n  transition: all 0.2s ease 0s;\n  letter-spacing: normal;\n  margin: 0;\n}\n#valid-msg {\n    color: #00C900;\n    height: 15px;\n  font-size: 12px;\n  line-height: 14px;\n  margin-bottom: 4px;\n  position: static;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-weight: normal;\n  transition: all 0.2s ease 0s;\n  letter-spacing: normal;\n  margin: 0;\n}\n#phone{\n  box-sizing: border-box;\n    margin-bottom: 6px;\n    width: 100%;\n    font-size: 14px;\n    font-family: \"avenir_next_worldmedium\", \"Verdana\";\n    font-size: 16px;\n    color: black;\n    font-weight: normal;\n    transition: all 0.2s ease 0s;\n    outline: none;\n    border-radius: 8px;\n    border: solid 1px #dbdbdb;\n}\n._show_whatsapp_field .iti{\n  width:100%;\n}\n.tools-options{\n  display:flex;\n}\n.should_receive_event_update_wrapper{\n    display:flex;\n    flex-direction:row;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    margin-top:12px;\n    line-height: 2.4rem;\n    font-weight:normal;\n  color:black;\n}\n.should_receive_event_update_label{\n  margin-bottom: -3px !important;\n}\n.form-button{\n  z-index: 1;\n}\n\n\/* end update *\/\n\n.curriculum-options{\n    display:flex;\n    margin-bottom: 18px;\n}\n  .bg-modal {\ndisplay: none;\nwidth: 100vw !important;\nheight: 100vh !important;\nmax-width: 100vw !important;\nmax-height: 100vh !important;\ntop: 0;\nleft: 0;\nbackground-color: rgba(0, 0, 0, 0.7);\nposition: fixed;\njustify-content: center;\nalign-items: center;\nz-index: 99991;\npadding: 12px;\n}\n\n\n.download-form-success-modal{\n  display:none;\n  flex-direction:column;\n  flex:1;\n  width:100%;\n  height:100%;\n  position:absolute;\n  z-index:1;\n  background-color:white;\n  align-items: center;\n  justify-content:flex-start;\n  left:0;\n  top:0;\n  padding:16px;\n  border-radius: 16px;\n}\n\n.download-form-loading{\n  display:none;\n  width:100%;\n  height:100%;\n  position:absolute;\n  z-index:1;\n  background-color:white;\n  align-items: center;\n  justify-content:center;\n  left:0;\n  top:0;\n  border-radius: 16px;\n}\n\n.download-form-success-label{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  margin-top:32px;\n  font-size:3rem;\n  color:#000000;\n  margin-bottom:16px;\n  font-weight:normal;\n  text-align: center;\n \n  \n}\n.download-form-success-sublabel{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size:1.8rem;\n  color:#000000;\n  margin-bottom:40px;\n  font-weight:normal;\n  text-align:center;\n  line-height:3.2rem;\n  max-width:674px;\n}\n\n.download-form-success-not-email-btn{\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-size:1.4rem;\n  color: var(--blue);\n  margin-bottom:40px;\n  font-weight:normal;\n  text-align:center;\n  line-height:3.2rem;\n  max-width:674px;\n  text-decoration:underline;\n  cursor:pointer;\n}\n\n.form-close {\nposition: absolute;\nright: 25px;\ntop: 10px;\ntransform: rotate(45deg);\nfont-size: 3.6rem;\ncursor: pointer;\ncolor:black;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nfont-weight:normal;\nz-index: 2;\n}\n\n.sucess-image-wrapper{\n  padding: 24px;\n  width: 100%;\n  max-width: 280px;\n}\n\n.success-image{\n  width: 280px;\n}\n.inner-post{z-index: unset;}\n.modal-content {\nwidth: 100%;\nheight: 100%;\nmax-width: 100%;\nbackground-color: white;\nborder: 4px;\npadding: 50px 100px 40px;\ndisplay: flex;\nposition: relative;\nborder-radius: 16px;\nmax-height: 767px;\n}\n\n.download-modal-container{\n  display: flex;\n  flex-direction:row;\n  justify-content: space-between;\n}\n\n.modal-details {\ndisplay: flex;\n\nflex-direction: column;\njustify-content: space-between !important;\nwidth: 50%;\nmargin-right: 100px;\njustify-content: flex-start;\n}\n\n.modal-details-new {\ndisplay: flex;\nflex-direction: column;\njustify-content: center;\nwidth: 100%;\npadding: 20px 0;\n}\n\n.modal-heading {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\n\ncolor: #fd5059;\nfont-size: 56px;\nline-height: 1.14;\nflex-shrink:0;\n}\n\n.modal-heading-new {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nline-height: 1.43;\ncolor: #f75961;\n}\n\n.modal-subheading {\nfont-family: \"avenir_next_worlddemi\", \"Verdana\";\nfont-size: 22px;\nline-height: 1.45;\nletter-spacing: normal;\ncolor: #855900;\nmargin-top: 16px;\nflex-shrink:0;\nfont-weight: normal;\nmax-width: 420px;\n}\n\n.modal-subheading-new {\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nfont-size: 2rem;\nline-height: 1.6;\nfont-size: 1.5rem;\ncolor: #797979;\n\/* color: #484848; *\/\n}\n\n.form-details {\nwidth: 100%;\noverflow: auto;\ndisplay: flex;\nflex-direction: column;\npadding-right: 20px;\nposition: relative;\npadding-bottom: 36px;\n}\n\n.form-details-wrapper {\n\/* width: 60%; *\/\nwidth: 70%;\ndisplay: flex;\nflex-direction: column;\nposition: relative;\n}\n\n.form-class {\ndisplay: grid;\nwidth: 100%;\ngrid-auto-flow: row;\nmargin-bottom:44px;\n}\n\n.form-class-full {\n  display: grid;\n  width: 100%;\n  grid-auto-flow: row;\n}\n\n.form-class-short {\n  display: grid;\n  width: 100%;\n  grid-auto-flow: row;\n  grid-template-columns: repeat(2, minmax(auto, 48%));\n  grid-column-gap: 24px;\n  grid-row-gap: 12px;\n}\n\n.form-label {\ncolor: black;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-size: 12px;\nline-height: 14px;\nfont-weight: normal;\nmargin-bottom: 4px;\nletter-spacing: normal;\nmargin-top:8px;\n}\n\n.validation-error {\nheight: 15px;\nfont-size: 12px;\nline-height: 14px;\nmargin-bottom: 4px;\nposition: static;\nfont-family: \"avenir_next_worlddemi\", \"Verdana\";\ncolor: #fa575d;\nfont-weight: normal;\ntransition: all 0.2s ease 0s;\nletter-spacing:normal;\nmargin:0;\n}\n\n.should_receive_update_wrapper{\n  display:flex;\n  flex-direction:row;\n  margin-top:15px;\n  line-height: 2.4rem;\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-weight:normal;\ncolor:black;\n}\n\n.should_receive_update {\nheight: auto;\nfont-size: 14px;\nline-height: 22px;\nmargin-top: 0px;\nposition: static;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\ntransition: all 0.2s ease 0s;\nmargin-bottom: 16px;\noutline: none;\ncursor: pointer;\nletter-spacing:normal;\n}\n\n.form-text {\nheight: auto;\nfont-size: 14px;\nfont-weight:normal;\ncolor:black;\nline-height: 22px;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nletter-spacing:normal;\n}\n\n.form-receive-update:hover {\ncolor: #000000 !important;\ncursor: pointer;\n}\n\n.form-receive-update {\nmargin-bottom: 20px;\ncolor: #505050;\n}\n\n.form-input {\nbox-sizing: border-box;\nmargin-bottom: 6px;\nwidth: 100%;\nfont-size: 14px;\nfont-family: \"avenir_next_worldmedium\", \"Verdana\";\nfont-size: 16px;\ncolor: black;\nfont-weight: normal;\npadding: 13px 17px;\ntransition: all 0.2s ease 0s;\noutline: none;\nborder-radius: 8px;\nborder: solid 1px #dbdbdb;\n}\n\n.form-select-input{\n  white-space:pre-line;\n}\n\n.form-input-checkbox {\noutline: none;\ncursor: pointer;\n}\n\n.form-label {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nfont-size: 1.4rem;\ncolor: #2b2b2b;\nline-height: 2.2rem;\nletter-spacing: normal;\n}\n\n.form-button {\ncolor: rgb(255, 255, 255);\nfont-size: 16px;\ntext-transform: capitalize;\nline-height: 14px;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\ntext-align: center;\nmargin-bottom: 0px;\nbackground: #f75961 !important;\nborder: 1px solid #f75961 !important;\nborder-radius: 8px;\noutline: 0px;\npadding: 18px 43px;\ntext-decoration: none;\ntransition: all 0.2s ease 0s;\ncursor: pointer;\ntext-decoration: none !important;\nposition: sticky;\nmargin-top: 10px;\nletter-spacing:normal;\n}\n\n.form-button-wrapper {\nmargin-right: 16px;\nbox-shadow: 0 -4px 7px -7px #222;\nbottom: 0;\nposition: absolute;\nwidth: 100%;\nbackground-color: white;\n}\n\n.alertBox {\npadding: 20px;\nbackground-color: #f75961;\ncolor: #ffffff;\nwidth: 100%;\ntext-align: center;\nfont-size: 16px;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nposition: fixed;\nz-index: 10;\nz-index: 99992;\ndisplay: none;\ntop: 0;\n}\n\n.download-success-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 32px;\n  line-height: 44px;\n  text-align: center;\n  color: #000000;\n  margin-top:36px;\n}\n\n.download-success-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;  \n  text-align: center;\n  color: #000000;\n  max-width:480px;\n  margin-top:12px;\n}\n\n.download-success-border{\n  margin-top:40px;\n  border-bottom: 2px solid #FFAB00;\n  width:100%;\n  height:2px;\n  background-color: #FFAB00;\n  max-width:153px;\n}\n\n.download-success-section-2-header{\n  ffont-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 20px;\n  line-height: 27px;\n  text-align: center;\n  color: #000000;\n  margin-top:32px;\n}\n\n.download-success-section-2-banners-wrapper{\n  display:flex;\n  margin-top:28px;\n}\n\n.download-success-section-2-banner-1{\n  display:flex;\n  background-color: #ECFCFF;\n  border-radius: 12px;\n  padding-right: 40px;\n  padding-left: 40px;\n  width: 100%;\n  height: 100%;\n  max-width: 624px;\n  max-height: 360px;\n  position:relative;\n  margin-right:15px;\n}\n\n.download-success-section-2-banner-1-text{\n  display:flex;\n  flex-direction:column;\n  padding-top:40px;\n  padding-bototm:40px;\n}\n\n.download-success-section-2-banner-1-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 20px;\n  line-height: 27px;\n  color: #000000;\n}\n\n.download-success-section-2-banner-1-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;\n  color: #000000;\n  margin-top:12px;\n}\n\n.download-success-section-2-banner-1-button{\n    text-decoration:none !important;\n    outline:none !important;\n    background: #000000;\n    border-radius: 8px;\n    width: 328px;\n    height: 56px;\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-weight: normal;\n    font-size: 18px;\n    line-height: 25px;\n    text-align: center;\n    color: #FFFFFF;\n    margin-top:60px;\n    display:flex;\n    justify-content:center;\n    align-items: center;\n}\n\n.download-success-section-2-banner-1-image{\n  \/\/ position:absolute;\n  top: 0px;\n  right:40px;\n}\n\n\n.download-success-section-2-banner-2{\n  display:flex;\n  background-color: #FFF3F6;\n  border-radius: 12px;\n  padding:40px;\n  width: 100%;\n  height: 100%;\n  max-width: 624px;\n  max-height: 360px;\n  position:relative;\n  margin-left:15px;\n}\n\n.download-success-section-2-banner-2-text{\n  display:flex;\n  flex-direction:column;\n}\n\n.download-success-section-2-banner-2-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 20px;\n  line-height: 27px;\n  color: #F75961;\n}\n\n.download-success-section-2-banner-2-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;\n  color: #000000;\n  margin-top:12px;\n}\n\n.download-success-section-2-banner-2-button{\n    text-decoration:none !important;\n    outline:none !important;\n    background: #F75961;\n    border-radius: 8px;\n    width: 192px;\n    height: 56px;\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-weight: normal;\n    font-size: 18px;\n    line-height: 25px;\n    text-align: center;\n    color: #FFFFFF;\n    margin-top:32px;\n    display:flex;\n    justify-content:center;\n    align-items: center;\n}\n\n.download-success-section-2-banner-2-image{\n  \/\/ position:absolute;\n  top: 0px;\n  right:40px;\n}\n\n.download-success-section-2-banner-2-image-1{\n  width:100%;\n}\n\n.download-success-section-2-banner-2-image-2{\n  width:100%;\n}\n\n@media screen and (max-width: 1025px) {\n\n  \/*---start new update---*\/\n  .form-input-tools-options-wrapper input{\n    width:100%;\n  }\n  \/*---end new update---*\/\n\n  .form-class-short {\n    grid-template-columns: auto;\n    grid-column-gap: 0;\n    grid-row-gap: 12px;\n  }\n\n    .download-form-img{\n      display:none;\n  }\n\n  .download-modal-container{\n    flex-direction:column;\n  }\n\n  .modal-details{\n    margin-right:0;\n    width:100%;\n  }\n\n  .modal-subheading{\n    max-width:100%;\n    text-align:center;\n    margin-top:28px;\n    margin-bottom:28px;\n  }\n\n  .modal-heading{\n    text-align:center;\n  }\n\n  .form-details-wrapper{\n    width:100%;\n    padding-right:0;\n  }\n\n  .modal-content{\n    height:100%;\n    max-height:100%;\n    overflow-y:auto;\n  }\n\n  .form-button-wrapper{\n    box-shadow: none;\n    position: relative;\n  }\n\n  .download-success-section-2-banners-wrapper{\n    flex-direction:column;\n  }\n  \n  .download-success-section-2-banner-1{\n    margin-right:0;\n  }\n\n  .download-success-section-2-banner-2{\n    margin-left:0;\n    margin-top:24px;\n  }\n}\n\n@media screen and (min-width: 991px) {\n  \/* start update *\/\n  .tools-label{\n     margin-left: 0 !important;\n      position: absolute !important;\n      padding-left: 23px;\n  }\n  \/* end update *\/\n}\n\n@media screen and (max-width: 1200px) {\n  body .curriculum-options-wrapper {\n        grid-template-columns: repeat(3, 180px) !important;\n    }\n}\n@media screen and (max-width: 991px) {\n  body .curriculum-options-wrapper {\n        grid-template-columns: repeat(2, auto) !important;\n    }\n\n  \/*  start update *\/\n  .tools-options-wrapper {\n      grid-template-columns: repeat(1, 180px);\n  }\n  \/* end update *\/\n\n  .download-success-header{\n    margin-top:32px;\n  }\n\n  .form-class{\n    margin-bottom:0;\n  }\n  .modal-content{\n    height:100%;\n  }\n\n  .modal-heading{\n    font-size:42px;\n  }\n\n  .form-button-wrapper{\n    margin-bottom:24px;\n  }\n}\n\n@media screen and (max-width: 767px) {\n\n  \/*  start update *\/\n  .tools-options-wrapper {\n      grid-template-columns: repeat(1, 150px) !important;\n  }\n  .tools-options-wrapper{\n    grid-gap: 0px;\n  }\n  ._show_school .radio-button-wrapper, .radio-button-wrapper{\n    grid-template-columns: auto;\n  }\n  \/* end update *\/\n\n    .should_receive_update.curriculum-label{\n      font-size: 12px;\n    }\n  .download-success-section-2-banner-2-header{\n    margin-top: 12px;\n    margin-bottom: 8px;\n  }\n\n  .form-button-wrapper{\n    margin-bottom:0;\n  }\n  .form-details{\n    padding-right:0px;\n    overflow-y:unset !important;\n  }\n  .modal-heading {\n    font-size: 2.8rem;\n  }\n  .modal-subheading{\n    font-size:1.6rem;\n    margin: 20px 0;\n  }\n\n.download-modal-container{\n  flex-direction:column;\n  justify-content: space-between;\n  overflow-y: auto !important;\n  padding-bottom:0;\n  padding-right:12px;\n}\n\n.modal-content {\n  padding: 52px 28px 32px 28px!important;\n  width: 100% !important;\n  flex-direction: column;\n  height: 100% !important;\n}\n\n.download-form-success-modal{\n  overflow-y: auto !important;\n}\n\n.modal-details {\n  width: 100% !important;\n  margin: 0px !important;\n  flex-shrink:0;\n}\n.form-details-wrapper {\n  width: 100% !important;\n  flex: 1;\n  flex-shrink:0 !important;\n}\n.download-form-img {\n  display: none !important;\n}\n.form-button {\n  width: 100%;\n}\n\n.download_form_select{\n  font-size:16px;\n  top:0 !important;\n  border-bottom: 1px solid white !important;\n}\n  .form-class{\n    grid-row-gap: 8px;\n  }\n\n  .download-success-section-2-banner-2{\n    flex-direction: column-reverse;\n    max-height:100%;\n  }\n\n  .download-success-section-2-banner-1{\n    flex-direction: column-reverse;\n    max-height:100%;\n    justify-content:center;\n    align-items:center;\n    padding: 0 12px 24px 12px;\n  }\n  \n  .download-success-section-2-banner-1-button{\n    width: 100%;\n    height: 45px;\n    font-size: 14px;\n    margin-top: 24px;\n  }\n\n  .download-success-section-2-banner-1-text{\n    justify-content:center;\n    align-items:center;\n  }\n\n  .download-success-section-2-banner-2{\n    flex-direction: column-reverse;\n    max-height:100%;\n    justify-content:center;\n    align-items:center;\n    padding: 24px 12px;\n  }\n\n  .download-success-section-2-banner-2-text{\n    margin-top:24px;\n    justify-content:center;\n    align-items:center;\n  }\n\n  .download-success-section-2-banner-2-button{\n    width: 100%;\n    height: 45px;\n    font-size: 14px;\n    margin-top: 24px;\n  }\n\n  .download-success-section-2-banner-2-image-2{\n    width:100%;\n    max-width:180px !important;\n  }\n\n  .download-success-section-2-banner-2-image-1{\n    width:100%;\n    max-width:180px !important;\n  }\n}\n  \n@media screen and (max-width: 500px) {\n  .modal-content {padding: 52px 18px 32px !important;}\n  .download-modal-container{padding-right: 0px;}\n  body .curriculum-options-wrapper{grid-template-columns: repeat(1, 100%) !important;}\n}\n<\/style>\n <script src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/themes\/toddle_learn\/js\/lodash.min.js\"><\/script>\n  <script type=\"text\/javascript\">\n  jQuery(document).ready(function() {\n\n    var selectizeDropdown = jQuery(\"#MYP_Personal_Project_Templates_download_resource_form_school_select\").selectize({\n        persist: true,\n        create: true,\n        maxOptions:7000,\n        showAddOptionOnCreate: true,\n        \/\/ sortField: \"text\",\n        highlight:false,\n        addPrecedence:true,\n        showAddOptionOnCreate:true,\n        searchOnFocus: false, \/\/ stop default search\n\n      onType  : function(text) {\n          if ( ! this.currentResults.items.length) {\n              $(\".notice\").addClass(\"newd\");\n              $(\".create\").after(\"<p class=notice>No school found, you can add your school above <\/p>\");        \n          } else {\n              $(\".notice\").removeClass(\"newd\");\n              \n          }\n      }\n  });\n\n  var debounceTimer;\n        function makeAjaxRequest(value) {\n        \tselectizeDropdown[0].selectize.clearOptions();\n\t\t  \/\/ Clear any previous debounce timer\n\t\t  clearTimeout(debounceTimer);\n\n\t\t  \/\/ Set up new debounce timer\n\t\t  debounceTimer = setTimeout(function() {\n\n\t\t  \t\/\/ Show loading GIF image\n\t\t    var loadingHTML = \"<div class=selectize-loading><span class=selectize-loading-inner><\/span><\/div>\";\n\t\t    selectizeDropdown[0].selectize.$dropdown_content.html(loadingHTML);\n\n\t\t    \/\/ Make AJAX POST request\n\t\t    $.ajax({\n\t\t      type:\"POST\",\n\t        url: \"https:\/\/apigw.toddleapp.com\/auth\/website\/getSchoolListV2\",\n\t        data: { s: value },\n\t\t      success: function(response) {\n\n\t\t      \tvar schools = response.map(function(item) {\n\t\t          return { text: item.school_name, value: item.school_name };\n\t\t        });\n\n\t\t        \/\/ Replace selectize dropdown data with new JSON school name data\n\t\t        selectizeDropdown[0].selectize.clearOptions();\n\t\t        selectizeDropdown[0].selectize.addOption(schools);\n\t\t        selectizeDropdown[0].selectize.refreshOptions();\n\n\t\t        console.log(\"Done\");\n\t\t      },\n\t\t      error: function(error) {\n\t\t        console.log(error);\n\t\t      },\n\t\t      complete: function() {\n\t\t        \/\/ Hide loader image\n\t\t        \/\/selectizeDropdown[0].selectize.hideLoading();\n\t\t        selectizeDropdown[0].selectize.$dropdown_content.find(\".selectize-loading\").remove();\n\t\t      }\n\t\t    });\n\t\t  }, 300); \/\/ debounce for 500ms\n\t\t}\n\n\t\t\/\/ Set up event listener for selectize dropdown input\n\t\t$(\".school-new input\").on(\"input\", function(event) {\n\t\t\tevent.preventDefault(); \/\/ stop default search\n\t\t  \tmakeAjaxRequest($(this).val());\n\t\t});\n\n\n\n\n    const fields = [\n      \"fname\",\n    \"lname\",\n      \"email\",\n      \"school\",\n      \"newrole\",\n      \"country_new\",\n      \/\/ \"content\"\n    ];\n    var CAMPAIGN_KEYWORDS = [\n      { key: \"utm_source\" },\n      { key: \"utm_medium\" },\n      { key: \"utm_campaign\" },\n      { key: \"utm_content\" },\n      { key: \"utm_term\" }\n    ];\n\n    \/\/ start update \n    let your_school = \"\";\n    let tools = \"\";  \/\/ start new update\n    jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"none\");\n    jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"none\"); \/\/ new development\n    jQuery(\".MYP_Personal_Project_Templates_show_whatsapp_field\").css(\"display\", \"none\"); \/\/ new development\n    jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"none\"); \/\/ new development\n\n    function checkTool() {\n        if(tools.length <= 0){\n            jQuery(\".download-form-loading\").css(\"display\", \"none\");\n            jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"block\");\n        jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"visibility\", \"visible\");\n            return;\n        } else {\n                jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"none\");\n        }\n    }\n\n    jQuery(document).ready(function(){\n      jQuery(\"#MYP_Personal_Project_Templates_label_1\").click(function() {\n        if( jQuery(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_3\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_5\").is(\":checked\")){\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"none\");\n        }\n      });\n      jQuery(\"#MYP_Personal_Project_Templates_label_3\").click(function() {\n        if( jQuery(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_3\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_5\").is(\":checked\")){\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"none\");\n        }\n      });\n      jQuery(\"#MYP_Personal_Project_Templates_label_5\").click(function() {\n        if( jQuery(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_3\").is(\":checked\") ||  jQuery(\"#MYP_Personal_Project_Templates_role_5\").is(\":checked\")){\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\".MYP_Personal_Project_Templates_show_school\").css(\"display\", \"none\");\n        }\n      });\n\n      jQuery(\".your-school-radio\").click(function() {\n          your_school = jQuery(this).find(\"input[name=MYP_Personal_Project_Templates_your_school]\").val();\n      });\n\n\n        jQuery(\"#MYP_Personal_Project_Templates_label_1\").click(function() {\n          if( jQuery(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\")){\n            jQuery(\".MYP_Personal_Project_Templates_show_whatsapp_field\").css(\"display\", \"grid\");\n            jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"flex\");\n          }\n          else{\n            jQuery(\".MYP_Personal_Project_Templates_show_whatsapp_field\").css(\"display\", \"none\");\n            jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"none\");\n          }\n      });\n    });\n\n\n\n    \/\/ end update\n\n    let curriculums = [];\n    let fieldData = {};\n      jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"display\", \"none\");\n      jQuery(\"#MYP_Personal_Project_Templates_newrole_error\").css(\"display\", \"none\");\n   function checkRole() {\n        if(curriculums.length <= 0){\n            jQuery(\".download-form-loading\").css(\"display\", \"none\");\n            jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"display\", \"block\");\n        jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"visibility\", \"visible\");\n            return;\n        } else {\n                jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"display\", \"none\");\n        }\n    }\n    jQuery(\".download-form-success-not-email-btn\").click(function() {\n      jQuery(\".modal-content\").scrollTop();\n      jQuery(\".form-details\").scrollTop();\n      jQuery(\".download-form-loading\").css(\"display\", \"none\");\n      jQuery(\".download-form-success-modal\").fadeOut(100);\n      jQuery(\".download-form-success-modal\").css(\"display\", \"none\");\n      jQuery(\".download-modal-container\").fadeIn(100);\n      jQuery(\".download-modal-container\").css(\"display\", \"flex\");\n    });\n\n    jQuery(\"#MYP_Personal_Project_Templatesshould_receive_update_label\").on(\"click\", function(){\n      var checkbox = jQuery(\"#MYP_Personal_Project_Templatesshould_receive_update\");\n      checkbox.prop(\"checked\", !checkbox.prop(\"checked\"));\n   });\n\n    jQuery(\"#MYP_Personal_Project_Templatesconsent_label\").on(\"click\", function(){\n        var checkbox = jQuery(\"#MYP_Personal_Project_Templatesconsent\");\n        checkbox.prop(\"checked\", !checkbox.prop(\"checked\"));\n    });\n\n    $(document).ready(function() {\n      var consentCheckbox = $(\"#MYP_Personal_Project_Templatesconsent\");\n      var submitButton = $(\"#MYP_Personal_Project_Templates_form_button\");\n      function checkConsent() { \n        submitButton.prop(\"disabled\", !consentCheckbox.prop(\"checked\"));\n        if (submitButton.prop(\"disabled\")) {\n            submitButton.css(\"opacity\", \"0.6\");\n        } else {\n            submitButton.css(\"opacity\", \"1\");\n        }\n      }\n\n      checkConsent();\n\n      jQuery(\"#MYP_Personal_Project_Templatesconsent_label\").on(\"click\", checkConsent);\n      consentCheckbox.on(\"click\", checkConsent);\n    });\n\n   jQuery(\"#MYP_Personal_Project_Templates_label_1\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_1\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_1\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_1\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_2\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_2\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_2\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_2\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_2\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_3\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_3\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_3\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_3\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_3\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_4\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_4\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_4\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_4\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_4\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_5\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_5\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_5\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_5\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_5\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_6\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_6\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_6\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_6\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_6\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_7\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_7\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_7\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_7\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_7\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_8\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_8\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_8\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_8\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_8\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_9\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_9\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_9\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_9\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_9\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_10\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_10\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_10\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_10\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_10\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_11\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_11\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_11\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_11\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_11\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#MYP_Personal_Project_Templates_label_12\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_role_12\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#MYP_Personal_Project_Templates_role_12\").is(\":checked\")){\n            curriculums.push(jQuery(\"#MYP_Personal_Project_Templates_role_12\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_role_12\").val(),curriculums) ,1 );\n          }\n      });\n\n    \n  jQuery(\".MYP_Personal_Project_Templates_curriculum-options\").on(\"click\", function(){\n        curriculums = [];\n        jQuery.each(jQuery(\"input[name='MYP_Personal_Project_Templates_curriculum_option']:checked\"), function(){\n            curriculums.push(jQuery(this).val());\n        });\n        checkRole();\n    });\n\n\n    \/\/ start update\n\n    jQuery(\"#MYP_Personal_Project_Templates_label_google\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_tool_1\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#MYP_Personal_Project_Templates_tool_1\").is(\":checked\")){\n      tools.push(jQuery(\"#MYP_Personal_Project_Templates_tool_1\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_tool_1\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#MYP_Personal_Project_Templates_label_managebac\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_tool_2\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#MYP_Personal_Project_Templates_tool_2\").is(\":checked\")){\n      tools.push(jQuery(\"#MYP_Personal_Project_Templates_tool_2\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_tool_2\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#MYP_Personal_Project_Templates_label_seesaw\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_tool_3\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#MYP_Personal_Project_Templates_tool_3\").is(\":checked\")){\n      tools.push(jQuery(\"#MYP_Personal_Project_Templates_tool_3\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_tool_3\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#MYP_Personal_Project_Templates_label_others\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#MYP_Personal_Project_Templates_tool_4\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#MYP_Personal_Project_Templates_tool_4\").is(\":checked\")){\n      tools.push(jQuery(\"#MYP_Personal_Project_Templates_tool_4\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#MYP_Personal_Project_Templates_tool_4\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\".MYP_Personal_Project_Templates_tools-options\").on(\"click\", function(){\n        tools = [];\n        jQuery.each(jQuery(\"input[name='MYP_Personal_Project_Templates_tools_option']:checked\"), function(){\n            tools.push(jQuery(this).val());\n        });\n        checkTool();\n    });\n\n    \/\/ end update\n  \n    fields.forEach(field => {\n      jQuery(`#form-MYP_Personal_Project_Templates-${field}-error`).css(\"visibility\", \"hidden\");\n    });\n  \n    fields.forEach(field => {\n      jQuery(`#form-MYP_Personal_Project_Templates-${field}`).focusout(function() {\n        verifyField(field);\n      });\n    });\n  \n    fields.forEach(field => {\n      jQuery(`#form-MYP_Personal_Project_Templates-${field}`).on(\"input\", function() {\n        verifyField(field);\n      });\n    });\n  \n    function verifyField(fieldName) {\n      fieldValue = jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}`).val();\n      if((fieldName == \"name\" && fieldName != \"\") || (fieldName == \"email\" && fieldName != \"\")){\n        fieldValue = fieldValue.trim();\n        }\n      var notValid = fieldValue == \"\";\n      \/\/ if (fieldName == \"content\") {\n      \/\/   fieldValue = jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}`)\n      \/\/     .children(\":selected\")\n      \/\/     .val();\n\n      \/\/     console.log(fieldValue);\n  \n      \/\/   notValid = !fieldValue || fieldValue == \"\" || fieldValue==\"Please select\" || fieldValue.length <= 1 ;\n      \/\/ } else {\n      \/\/   notValid = notValid || fieldValue.length <= 1;\n      \/\/ }\n  \n      if (fieldName == \"email\") {\n        notValid = notValid || !IsEmail(fieldValue);\n      }\n      if (notValid) {\n        jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}`).css(\"border\", \"solid 1px #f75961\");\n        jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}-error`).css(\"visibility\", \"visible\");\n        fieldData[fieldName] = \"\";\n      } else {\n        jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}`).css(\"border\", \"solid 1px #797979\");\n        jQuery(`#form-MYP_Personal_Project_Templates-${fieldName}-error`).css(\"visibility\", \"hidden\");\n        fieldData[fieldName] = fieldValue;\n      }\n  \n      return !notValid;\n    }\n  \n    jQuery(\"#MYP_Personal_Project_Templatesshould_receive_update\").click(function() {\n      verifyCheckbox();\n    });\n  \n    function verifyCheckbox() {\n      fieldData[\"shouldReceiveUpdate\"] = jQuery(\"#MYP_Personal_Project_Templatesshould_receive_update\").is(\n        \":checked\"\n      );\n    }\n\n    \/\/ start update\n    jQuery(\"#MYP_Personal_Project_Templatesshould_receive_event_update\").click(function() {\n      verifyWhatsAppCheckbox();\n    });\n    \n    function verifyWhatsAppCheckbox() {\n      fieldData[\"shouldReceiveWhatsAppUpdate\"] = jQuery(\"#MYP_Personal_Project_Templatesshould_receive_event_update\").is(\n        \":checked\"\n      );\n    }\n    \/\/ end update\n  \n    function IsEmail(email) {\n      var regex = \/^([a-zA-Z0-9_\\.\\-\\+])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$\/;\n      if (!regex.test(email)) {\n        console.log(\"error6\");\n        return false;\n      } else {\n        return true;\n      }\n    }\n  \n    function IsUrl(url) {\n      var regex = \/^(https?:\\\/\\\/)?(www\\.)[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,4}\\b([-a-zA-Z0-9@:%_\\+.~#?&\/\/=]*)|(https?:\\\/\\\/)?(www\\.)?(?!ww)[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,4}\\b([-a-zA-Z0-9@:%_\\+.~#?&\/\/=]*)$\/;\n      if (!regex.test(url)) {\n        console.log(\"error7\");\n        return false;\n      } else {\n        return true;\n      }\n    }\n\n     \/\/ start new update\n    jQuery(\".MYP_Personal_Project_Templates_show_school label\").click(function(event) {\n    \tif ($(\"#MYP_Personal_Project_Templates_demo_candidate\").prop(\"checked\") || $(\"#MYP_Personal_Project_Templates_demo_authorized\").prop(\"checked\")) {\n    \t\tjQuery(\"#MYP_Personal_Project_Templates_yourschool_role_error\").css(\"display\", \"none\");\n    \t}\n    });\n\n    jQuery(\"#MYP_Personal_Project_Templates_your_tools\").on(\"change keyup paste\", function(){\n        jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"none\");\n      }); \n\n    \/\/ end new update\n  \n    jQuery(\"#MYP_Personal_Project_Templates_form_button\").click(function(event) {\n      event.preventDefault();\n      const results = fields.map(field => {\n        return verifyField(field);\n      });\n\n\n      \n\n      \/\/ Security Fix\n      let valid = true;\n      const spamPattern = \/(https?:\\\/\\\/|www\\.|\\.[a-z]{2,10}\\b|[a-z0-9-]+\\.[a-z]{2,10}|<[^>]+>|claim|prize|click|offer|win|free|\u20ac|official partner)\/i;\n\n      [\"fname\", \"lname\"].forEach(function(field) {\n          const $field = $(\"#form-MYP_Personal_Project_Templates-\" + field);\n          const $error = $(\"#form-MYP_Personal_Project_Templates-\" + field + \"-error\");\n          const value = $field.val();\n\n          if (value.indexOf(\" \")  >= 0) {\n            $error.css({ display: \"block\", visibility: \"visible\" }).text(\"No spaces are allowed\");\n            $field.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n            valid = false;\n          }\n          else if (spamPattern.test(value)) {\n            $error.css({ display: \"block\", visibility: \"visible\" }).text(\"Invalid input detected\");\n            $field.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n            valid = false;\n          }   \n\n      });\n      \/\/ ---- Email validation ----\n\n      \/\/ Disposable Email Domain List\n      const disposableDomains = [\n      \"0mail.xyz\", \"10minutemail.com\", \"20minutemail.com\", \"33mail.com\", \"anonbox.net\", \"anonymbox.com\", \"binkmail.com\",\n      \"burnermail.io\", \"byom.de\", \"chokki.com\", \"clrmail.com\", \"cryptogmail.com\", \"deadaddress.com\", \"dispostable.com\",\n      \"dropmail.me\", \"ducky.com\", \"emailondeck.com\", \"fakebox.org\", \"fakeinbox.com\", \"fakemail.net\", \"getairmail.com\",\n      \"getnada.com\", \"guerillamail.com\", \"guerrillamail.com\", \"housat.com\", \"inboxkitten.com\", \"kasmail.com\", \"lortemail.dk\",\n      \"mailcatch.com\", \"maildrop.cc\", \"mailexpire.com\", \"mailinator.com\", \"mailnesia.com\", \"mailnull.com\", \"meltmail.com\",\n      \"my10minutemail.com\", \"nada.email\", \"nowmymail.com\", \"oneoffemail.com\", \"privaterelay.appleid.com\", \"proxymail.eu\",\n      \"sharklasers.com\", \"spam4.me\", \"spambox.us\", \"spamgourmet.com\", \"spamspot.com\", \"temp-mail.io\", \"tempmail.com\",\n      \"tempmail.net\", \"throwaway.io\", \"trashmail.com\", \"yopmail.com\", \"zippymail.info\"];\n\n      \/\/ Common Fake Email Patterns\n      const fakeUserPatterns = [\n          \/^(test|demo|example|abc|asdf|qwerty|temp)[0-9\\-]*$\/i\n      ];\n      const $email = $(\"#form-MYP_Personal_Project_Templates-email\");\n      const $emailError = $(\"#form-MYP_Personal_Project_Templates-email-error\");\n      const emailVal = $email.val().toLowerCase().trim();\n      const [username, domain] = emailVal.split(\"@\");\n      if (!username || !domain || \n        disposableDomains.includes(domain) || \n        fakeUserPatterns.some(pattern => pattern.test(username))) {\n        $emailError.css({ display: \"block\", visibility: \"visible\" }).text(\"Personal or fake emails not allowed\");\n        $email.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n\n      const $school_name = $(\"#MYP_Personal_Project_Templates_download_resource_form_school_select\").val();\n      \/\/console.log(\"school:\"+$school_name);\n      if($school_name == \"\" || $school_name == null || $school_name == undefined) {\n        $(\"#form-MYP_Personal_Project_Templates-school-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".custom-selects-school .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form-MYP_Personal_Project_Templates-school-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".custom-selects-school .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      const $schoolType = $(\"#form-MYP_Personal_Project_Templates-schooltype\").val();\n      \/\/console.log($schoolType);\n      if($schoolType == \"\") {\n        \/\/console.log(\"school type error\");\n        $(\"#form-MYP_Personal_Project_Templates-schooltype-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".schooltype-new .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form-MYP_Personal_Project_Templates-schooltype-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".schooltype-new .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      const $state = $(\"#form-MYP_Personal_Project_Templates-state\").val();\n      const $country = $(\"#form-MYP_Personal_Project_Templates-country_new\").val();\n      if(($state == \"\") && ($country == \"United States\")) {\n        \/\/console.log(\"state error\");\n        $(\"#form-MYP_Personal_Project_Templates-state-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".state-new .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form-MYP_Personal_Project_Templates-state-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".state-new .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      console.log(\"valid:\"+valid);\n\n      if (!valid) {\n          event.preventDefault(); \/\/ block form submit\n          return false;\n      }\n\n\n      \/\/ start new update\n\n      \tif($(\"#MYP_Personal_Project_Templates_role_1\").is(\":checked\") || $(\"#MYP_Personal_Project_Templates_role_3\").is(\":checked\") || $(\"#MYP_Personal_Project_Templates_role_5\").is(\":checked\")){\n\t    \t\/\/console.log(\"#MYP_Personal_Project_Templates_demo_candidate\");\n\t    \tif ($(\"#MYP_Personal_Project_Templates_demo_candidate\").prop(\"checked\") || $(\"#MYP_Personal_Project_Templates_demo_authorized\").prop(\"checked\")) {\n\t    \t\tjQuery(\"#MYP_Personal_Project_Templates_yourschool_role_error\").css(\"display\", \"none\");\n\t    \t}\n\t    \telse{\n\t    \t\tjQuery(\"#MYP_Personal_Project_Templates_yourschool_role_error\").css(\"display\", \"block\");\n          console.log(\"error2\");\n\t    \t\treturn false;\n\t    \t}\n\t    }\n\n\n      \tvar role_new = $(\"#form-MYP_Personal_Project_Templates-newrole\").val();\n\t\t\/\/console.log(\"role new:\"+role_new);\n\t\tif(role_new == \"Please select\" || role_new == \"Please selectPlease select\" || role_new == \"\"){\n\t\t\tjQuery(\"#form-MYP_Personal_Project_Templates-newrole-error\").css(\"display\", \"block\");\n      console.log(\"error3\");\n\t\t\treturn false;\n\t\t}\n\t\telse{\n\t\t\tjQuery(\"#form-MYP_Personal_Project_Templates-newrole-error\").css(\"display\", \"none\");\n\t\t}\n\n      \/\/ end new update\n  \n\n\n      var source = \"\";\n      const allValid = results.filter(item => !item).length == 0;\n    if(curriculums.length <= 0){\n        jQuery(\".download-form-loading\").css(\"display\", \"none\");\n        jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"display\", \"block\");\n        jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeIn(300);\n        setTimeout(function() {\n          jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeOut(300);\n        }, 3000);\n        return;\n      } else {\n        jQuery(\"#MYP_Personal_Project_Templates_role_error\").css(\"display\", \"none\");\n      }\n\n\n\n\n      \/\/ start new update\n      tools = jQuery(\"#MYP_Personal_Project_Templates_your_tools\").val();\n      if(tools == \"\"){\n \n          jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"block\");\n          jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"visibility\", \"visible\");\n          console.log(\"error4\");\n          return false;\n       \n        } else {\n                jQuery(\"#MYP_Personal_Project_Templates_tool_error\").css(\"display\", \"none\");\n        }\n\n       \n      \/\/ end new update\n \n\n      if (!allValid) {\n        jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeIn(300);\n        setTimeout(function() {\n          jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeOut(300);\n        }, 1500);\n        console.log(\"error8\");\n        return false;\n      }\n\n      \/\/ start new update\n\n        let whatsapp_no = \"\";\n       \n\n\t    let should_receive_event_update = \"\";\n        \n\t\/\/ end new update\n\n\n   \n      var tag_name = jQuery(\"#form-tag-name\").val();\n      var toddle_newsletter_subscription = jQuery(\"#toddle_newsletter_subscription\").val();\n      let blog_url = jQuery(\"#form-blog-url\").val();\n      let resource_url = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\";\n      let resource_name = \"MYP Personal Project Templates\";\n      let post_title = jQuery(\"#form-post-title\").val();\n      let poster_image = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Group-4612_2x.png\";\n      let poster_color = jQuery(\"#form-poster-color\").val();\n      let should_receive_update =  jQuery(\"#MYP_Personal_Project_Templatesshould_receive_update\").is(\n        \":checked\"\n      );\n      fieldData[\"shouldReceiveUpdate\"]=should_receive_update;\n      fieldData[\"shouldReceiveWhatsAppUpdate\"]=should_receive_event_update; \/\/ start update\n      fieldData[\"curriculum\"]= curriculums;\n      fieldData[\"tools\"]= tools;  \/\/ start update\n      fieldData[\"post_title\"]= post_title;  \/\/ start update\n      fieldData[\"whatsapp_no\"]= whatsapp_no;  \/\/ start update\n      fieldData[\"your_school\"]= your_school;  \/\/ start update\n      fieldData[\"school\"]= jQuery(\"#MYP_Personal_Project_Templates_download_resource_form_school_select option:selected\").text();\n      fieldData[\"role\"]= jQuery(\"#form-MYP_Personal_Project_Templates-newrole\").val(); \/\/ start new update\n      fieldData[\"country\"]= jQuery(\"#form-MYP_Personal_Project_Templates-country_new\").val();\n      fieldData[\"state\"]= jQuery(\"#form-MYP_Personal_Project_Templates-state\").val();\n      fieldData[\"schoolType\"]= jQuery(\"#form-MYP_Personal_Project_Templates-schooltype\").val();\n      var utmData = localStorage.getItem(\"learnUtmUrl\");\n\n\n     \n      \n\n    var hutk = document.cookie.replace(\/(?:(?:^|.*;\\s*)hubspotutk\\s*\\=\\s*([^;]*).*$)|^.*$\/, \"$1\");\n      var data = {\n        ...(fieldData || {}),\n        blogUrl:window.location.href,\n        url: resource_url,\n    utmData:utmData,\n        title:resource_name,\n        post_title:post_title,\n    jobTitle:fieldData[\"role\"],\n        posterImage:poster_image,\n        posterColor:poster_color,\n        shouldReceiveUpdate:should_receive_update,\n        shouldReceiveWhatsAppUpdate:should_receive_event_update, \/\/ start update\n        toddle_newsletter_subscription:toddle_newsletter_subscription,\n        your_school:your_school,  \/\/ start update\n        tools:tools,  \/\/ start update\n        whatsapp_no : whatsapp_no, \/\/ start update\n        type:\"RESOURCE_DOWNLOAD\",\n        nurture_email_template_id: \"\",\n        categoryIds:[296,308,431],\n        curriculum:curriculums,\n        acTag:\"\",\n        coordinator_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/unnamed-2.png\",\n        coordinator_url:\"https:\/\/www.toddleapp.com\/book-a-free-demo\/?utm_source=email&amp;utm_medium=Brainstorming_Ideas&amp;utm_campaign=ToddleLearnThankyou\",\n\n        teacher_r1_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/02\/Mailer-Widget-Personal-Project-Starter-Pack.png\",\n        teacher_r1_url:\"https:\/\/bit.ly\/3687uwL\",\n        teacher_r2_image:\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/02\/Personal-project-supervisor-handbook.png\",\n        teacher_r2_url:\"https:\/\/bit.ly\/3sBnPRU\",\n    hutk: !_.isEmpty(hutk) ? hutk : \"\",\n      }\n      hubspotTracking(data);\n      jQuery(\".download-form-loading\").css(\"display\", \"flex\");\n\n      \/\/console.log(JSON.stringify(data));\n\n      $.ajax({\n        type: \"POST\",\n        url:\n        \"https:\/\/apigw.toddleapp.com\/auth\/website\/learnRegistration\",\n        data: JSON.stringify(data),\n        contentType: \"application\/json; charset=utf-8\",\n        crossDomain: true,\n        dataType: \"json\",\n        success: function(data, status) {       \nwindow.dataLayer = window.dataLayer || [];\nwindow.dataLayer.push({\n \"event\": \"learnformSubmission\",\n \"formType\": \"Learn Registration\"\n });\n            (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\"gtm.start\":\nnew Date().getTime(),event:\"gtm.js\"});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\"dataLayer\"?\"&l=\"+l:\"\";j.async=true;j.src=\n\"https:\/\/www.googletagmanager.com\/gtm.js?id=\"+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\"script\",\"dataLayer\",\"GTM-TRNWKC6\");\n          localStorage.setItem(\"userDataNew\", JSON.stringify(fieldData));\n          localStorage.setItem(\"userData\", JSON.stringify(fieldData));\n          jQuery(\".download-modal-container\").fadeOut(100);\n          jQuery(\".download-modal-container\").css(\"display\", \"none\");\n          jQuery(\".download-form-success-sublabel\").html(`Your copy of the ${resource_name} has been sent to <strong> ${fieldData.email} <\/strong> so you can inquire, read, and share; anytime, anywhere.`);\n         \/\/ jQuery(\".download-form-success-modal\").fadeIn(100);\n         \/\/ jQuery(\".download-form-success-modal\").css(\"display\", \"flex\");\n          jQuery(\".video-button-wrapper\").fadeOut(100);\n          jQuery(\".video-button-wrapper\").css(\"display\", \"none\");\n          jQuery(\".download-form-loading\").css(\"display\", \"none\");\n\n\n      \n         setTimeout(function(){\n        if(source==\"ubd\")\n        window.location.assign(\"https:\/\/www.toddleapp.com\/learn\/thank-you?source=ubd&tagname=${tag_name}\", \"_blank\"); \n      else \n      window.location.assign(`https:\/\/www.toddleapp.com\/learn\/thank-you\/?tagname=${tag_name}`, \"_blank\"); \n      }, 1000);\n        jQuery(\"body\").css(\"overflow-y\", \"auto\");\n      jQuery(\".bg-modal\").fadeOut(200);\n\n                var allschools = [\"\"];\n                if ((jQuery.inArray(fieldData[\"school\"], allschools) == -1)){\n              \n                    var data1 = { \n                        country: fieldData[\"country\"],\n                        school_name: fieldData[\"school\"]\n                    };\n              \n                    var json1 = JSON.stringify(data1);\n              \n                    console.log(\"json1: \",json1);\n                    if (json1 && json1 !== \"{}\") {\n                      $.ajax({\n                      type: \"POST\",\n                      url: \"https:\/\/apigw.toddleapp.com\/auth\/website\/addNewSchool\",\n                      data: json1,\n                      contentType: \"application\/json; charset=utf-8\",\n                      dataType: \"json\",\n                      success: function(msg) {\n                        console.log(json1);\n                        console.log(\"called new school\");  \n                        },\n                        error: function(status) {\n                          console.log(\"called new school with error\");\n                        }\n                      });\n                    }\n              \n                }\n        },\n        error: function(status) {\n          jQuery(\".download-form-loading\").css(\"display\", \"none\");\n          jQuery(\"#MYP_Personal_Project_Templates-alertBox\").text(\"Something went wrong\");\n          jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeIn(300);\n          setTimeout(function() {\n            jQuery(\"#MYP_Personal_Project_Templates-alertBox\").fadeOut(300);\n\n          }, 3000);\n        }\n      });\n      return true;\n    });\n\n  \/\/ var allschools = [\"test\", \"test 2\"];\n\n  \n  \n  });\n  <\/Script>\n  <div id= \"MYP_Personal_Project_Templates-modal\" class=\"bg-modal\">\n  <div id= \"MYP_Personal_Project_Templates-alertBox\" class=\"alertBox\">\n    Please rectify the errors in your form\n    <\/div>\n  <div class=\"modal-content\">\n  <div class=\"form-close\">+<\/div>\n  <div class=\"download-modal-container\">\n        <div class=\"modal-details\">\n            <div>\n                <div class=\"modal-heading\">\n                You\u2019re just one step away!\n                <\/div>\n                <div class=\"modal-subheading\">\n                Fill in your information and hit that download button to get free access to this resource.\n                <\/div>\n            <\/div>\n            <div class=\"download-form-img\">\n            <img decoding=\"async\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker.webp\"\/>\n            <\/div>\n        <\/div>\n        <div class=\"form-details-wrapper\">\n            <div class=\"form-details\"> <form id=\"registration-form\" class=\"form-class\" action=\"\" method=\"\"><input type=\"hidden\" id=\"form-blog-url\"  value=\"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/\"\/><input type=\"hidden\" id=\"form-resource-name\"  value=\"MYP Personal Project Templates\"\/><input type=\"hidden\" id=\"form-post-title\"  value=\"Brainstorming Ideas and Learning Goals for Personal Project\"\/><input type=\"hidden\" id=\"form-resource-url\"  value=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\"\/><input type=\"hidden\" id=\"form-poster-color\"  value=\"#FFBD33\"\/><input type=\"hidden\" id=\"form-poster-image\"  value=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Group-4612_2x.png\"\/><input type=\"hidden\" id=\"form-tag-name\"  value=\"myp\"\/><input type=\"hidden\" id=\"toddle_newsletter_subscription\"  value=\"MYP\"\/><div class=\"form-class-short\"> <div >\n              <label class=\"form-label\">\n                  <span>First name<span>\n              <\/label> <div><input class=\"form-input\" placeholder=\"Your first name\" id=\"form-MYP_Personal_Project_Templates-fname\" name=\"form-MYP_Personal_Project_Templates-fname\" value=\"\" \/><div id=\"form-MYP_Personal_Project_Templates-fname-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Last name<span>\n              <\/label> <div><input class=\"form-input\" placeholder=\"Your last name\" id=\"form-MYP_Personal_Project_Templates-lname\" name=\"form-MYP_Personal_Project_Templates-lname\" value=\"\" \/><div id=\"form-MYP_Personal_Project_Templates-lname-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div><\/div><div class=\"form-class-short\"> <div >\n              <label class=\"form-label\">\n                  <span>Work email<span>\n              <\/label> <div class=\"email-new\"><input class=\"form-input\" placeholder=\"Your email address\" id=\"form-MYP_Personal_Project_Templates-email\" name=\"form-MYP_Personal_Project_Templates-email\" value=\"\" \/><div id=\"form-MYP_Personal_Project_Templates-email-error\" class=\"validation-error\">Please enter valid email<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>School\/Organization name<span>\n              <\/label> <div class=\"school-new\"><div class=\"custom-selects-school\">  <select id=\"MYP_Personal_Project_Templates_download_resource_form_school_select\" class=\"download_form_select\" name=\"school\">    <option value=\"\">Type your school name to search<\/option><option value=\"\"><\/option>   <\/select><\/div><div id=\"form-MYP_Personal_Project_Templates-school-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Type of school<span>\n              <\/label> <div class=\"schooltype-new\"><select class=\"form-input\" placeholder=\"Please select\" id=\"form-MYP_Personal_Project_Templates-schooltype\" name=\"form-MYP_Personal_Project_Templates-schooltype\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Please select<\/option><\/optgroup><option title=\"US Public\" value=\"US Public\">US Public<\/option><option title=\"US Private - Independent\" value=\"US Private - Independent\">US Private - Independent<\/option><option title=\"US IB\" value=\"US IB\">US IB<\/option><\/select><div id=\"form-MYP_Personal_Project_Templates-schooltype-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Your role at your school<span>\n              <\/label> <div class=\"newrole-new\"><select class=\"form-input\" placeholder=\"Please select\" id=\"form-MYP_Personal_Project_Templates-newrole\" name=\"form-MYP_Personal_Project_Templates-newrole\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Please select<\/option><\/optgroup><option title=\"Teacher\" value=\"Teacher\">Teacher<\/option><option title=\"Curriculum Coordinator\" value=\"Curriculum Coordinator\">Curriculum Coordinator<\/option><option title=\"Principal\/Vice Principal\" value=\"Principal\/Vice Principal\">Principal\/Vice Principal<\/option><option title=\"School Administrator\" value=\"School Administrator\">School Administrator<\/option><option title=\"Grade Leader\" value=\"Grade Leader\">Grade Leader<\/option><option title=\"IT Specialist\" value=\"IT Specialist\">IT Specialist<\/option><option title=\"Other\" value=\"Other\">Other<\/option><\/select><div id=\"form-MYP_Personal_Project_Templates-newrole-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Country<span>\n              <\/label> <div class=\"country_new-new\"><select class=\"form-input\" placeholder=\"Select country\" id=\"form-MYP_Personal_Project_Templates-country_new\" name=\"form-MYP_Personal_Project_Templates-country_new\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Select country<\/option><\/optgroup><span class=\"newclass\">cont<\/span><option title=\"Afghanistan\" value=\"Afghanistan\">Afghanistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Albania\" value=\"Albania\">Albania<\/option><span class=\"newclass\">cont<\/span><option title=\"Algeria\" value=\"Algeria\">Algeria<\/option><span class=\"newclass\">cont<\/span><option title=\"Andorra\" value=\"Andorra\">Andorra<\/option><span class=\"newclass\">cont<\/span><option title=\"Angola\" value=\"Angola\">Angola<\/option><span class=\"newclass\">cont<\/span><option title=\"Antigua and Barbuda\" value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><span class=\"newclass\">cont<\/span><option title=\"Argentina\" value=\"Argentina\">Argentina<\/option><span class=\"newclass\">cont<\/span><option title=\"Armenia\" value=\"Armenia\">Armenia<\/option><span class=\"newclass\">cont<\/span><option title=\"Australia\" value=\"Australia\">Australia<\/option><span class=\"newclass\">cont<\/span><option title=\"Austria\" value=\"Austria\">Austria<\/option><span class=\"newclass\">cont<\/span><option title=\"Azerbaijan\" value=\"Azerbaijan\">Azerbaijan<\/option><span class=\"newclass\">cont<\/span><option title=\"Bahamas\" value=\"Bahamas\">Bahamas<\/option><span class=\"newclass\">cont<\/span><option title=\"Bahrain\" value=\"Bahrain\">Bahrain<\/option><span class=\"newclass\">cont<\/span><option title=\"Bangladesh\" value=\"Bangladesh\">Bangladesh<\/option><span class=\"newclass\">cont<\/span><option title=\"Barbados\" value=\"Barbados\">Barbados<\/option><span class=\"newclass\">cont<\/span><option title=\"Belarus\" value=\"Belarus\">Belarus<\/option><span class=\"newclass\">cont<\/span><option title=\"Belgium\" value=\"Belgium\">Belgium<\/option><span class=\"newclass\">cont<\/span><option title=\"Belize\" value=\"Belize\">Belize<\/option><span class=\"newclass\">cont<\/span><option title=\"Benin\" value=\"Benin\">Benin<\/option><span class=\"newclass\">cont<\/span><option title=\"Bhutan\" value=\"Bhutan\">Bhutan<\/option><span class=\"newclass\">cont<\/span><option title=\"Bolivia\" value=\"Bolivia\">Bolivia<\/option><span class=\"newclass\">cont<\/span><option title=\"Bosnia and Herzegovina\" value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><span class=\"newclass\">cont<\/span><option title=\"Botswana\" value=\"Botswana\">Botswana<\/option><span class=\"newclass\">cont<\/span><option title=\"Brazil\" value=\"Brazil\">Brazil<\/option><span class=\"newclass\">cont<\/span><option title=\"Brunei\" value=\"Brunei\">Brunei<\/option><span class=\"newclass\">cont<\/span><option title=\"Bulgaria\" value=\"Bulgaria\">Bulgaria<\/option><span class=\"newclass\">cont<\/span><option title=\"Burkina Faso\" value=\"Burkina Faso\">Burkina Faso<\/option><span class=\"newclass\">cont<\/span><option title=\"Burundi\" value=\"Burundi\">Burundi<\/option><span class=\"newclass\">cont<\/span><option title=\"Cabo Verde\" value=\"Cabo Verde\">Cabo Verde<\/option><span class=\"newclass\">cont<\/span><option title=\"Cambodia\" value=\"Cambodia\">Cambodia<\/option><span class=\"newclass\">cont<\/span><option title=\"Cameroon\" value=\"Cameroon\">Cameroon<\/option><span class=\"newclass\">cont<\/span><option title=\"Canada\" value=\"Canada\">Canada<\/option><span class=\"newclass\">cont<\/span><option title=\"Cayman Islands\" value=\"Cayman Islands\">Cayman Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Central African Republic\" value=\"Central African Republic\">Central African Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Chad\" value=\"Chad\">Chad<\/option><span class=\"newclass\">cont<\/span><option title=\"Chile\" value=\"Chile\">Chile<\/option><span class=\"newclass\">cont<\/span><option title=\"China\" value=\"China\">China<\/option><span class=\"newclass\">cont<\/span><option title=\"Colombia\" value=\"Colombia\">Colombia<\/option><span class=\"newclass\">cont<\/span><option title=\"Comoros\" value=\"Comoros\">Comoros<\/option><span class=\"newclass\">cont<\/span><option title=\"Congo\" value=\"Congo\">Congo<\/option><span class=\"newclass\">cont<\/span><option title=\"Costa Rica\" value=\"Costa Rica\">Costa Rica<\/option><span class=\"newclass\">cont<\/span><option title=\"Ivory Coast\" value=\"Ivory Coast\">Ivory Coast<\/option><span class=\"newclass\">cont<\/span><option title=\"Croatia\" value=\"Croatia\">Croatia<\/option><span class=\"newclass\">cont<\/span><option title=\"Cuba\" value=\"Cuba\">Cuba<\/option><span class=\"newclass\">cont<\/span><option title=\"Cyprus\" value=\"Cyprus\">Cyprus<\/option><span class=\"newclass\">cont<\/span><option title=\"Czech Republic\" value=\"Czech Republic\">Czech Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Denmark\" value=\"Denmark\">Denmark<\/option><span class=\"newclass\">cont<\/span><option title=\"Djibouti\" value=\"Djibouti\">Djibouti<\/option><span class=\"newclass\">cont<\/span><option title=\"Dominica\" value=\"Dominica\">Dominica<\/option><span class=\"newclass\">cont<\/span><option title=\"Dominican Republic\" value=\"Dominican Republic\">Dominican Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Timor-Leste\" value=\"Timor-Leste\">Timor-Leste<\/option><span class=\"newclass\">cont<\/span><option title=\"Ecuador\" value=\"Ecuador\">Ecuador<\/option><span class=\"newclass\">cont<\/span><option title=\"Egypt\" value=\"Egypt\">Egypt<\/option><span class=\"newclass\">cont<\/span><option title=\"El Salvador\" value=\"El Salvador\">El Salvador<\/option><span class=\"newclass\">cont<\/span><option title=\"Equatorial Guinea\" value=\"Equatorial Guinea\">Equatorial Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Eritrea\" value=\"Eritrea\">Eritrea<\/option><span class=\"newclass\">cont<\/span><option title=\"Estonia\" value=\"Estonia\">Estonia<\/option><span class=\"newclass\">cont<\/span><option title=\"Ethiopia\" value=\"Ethiopia\">Ethiopia<\/option><span class=\"newclass\">cont<\/span><option title=\"Fiji\" value=\"Fiji\">Fiji<\/option><span class=\"newclass\">cont<\/span><option title=\"Finland\" value=\"Finland\">Finland<\/option><span class=\"newclass\">cont<\/span><option title=\"France\" value=\"France\">France<\/option><span class=\"newclass\">cont<\/span><option title=\"Gabon\" value=\"Gabon\">Gabon<\/option><span class=\"newclass\">cont<\/span><option title=\"Gambia\" value=\"Gambia\">Gambia<\/option><span class=\"newclass\">cont<\/span><option title=\"Georgia\" value=\"Georgia\">Georgia<\/option><span class=\"newclass\">cont<\/span><option title=\"Germany\" value=\"Germany\">Germany<\/option><span class=\"newclass\">cont<\/span><option title=\"Ghana\" value=\"Ghana\">Ghana<\/option><span class=\"newclass\">cont<\/span><option title=\"Greece\" value=\"Greece\">Greece<\/option><span class=\"newclass\">cont<\/span><option title=\"Grenada\" value=\"Grenada\">Grenada<\/option><span class=\"newclass\">cont<\/span><option title=\"Guatemala\" value=\"Guatemala\">Guatemala<\/option><span class=\"newclass\">cont<\/span><option title=\"Guinea\" value=\"Guinea\">Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Guinea-Bissau\" value=\"Guinea-Bissau\">Guinea-Bissau<\/option><span class=\"newclass\">cont<\/span><option title=\"Guyana\" value=\"Guyana\">Guyana<\/option><span class=\"newclass\">cont<\/span><option title=\"Haiti\" value=\"Haiti\">Haiti<\/option><span class=\"newclass\">cont<\/span><option title=\"Honduras\" value=\"Honduras\">Honduras<\/option><span class=\"newclass\">cont<\/span><option title=\"Holy See\" value=\"Holy See\">Holy See<\/option><span class=\"newclass\">cont<\/span><option title=\"Hong Kong\" value=\"Hong Kong\">Hong Kong<\/option><span class=\"newclass\">cont<\/span><option title=\"Hungary\" value=\"Hungary\">Hungary<\/option><span class=\"newclass\">cont<\/span><option title=\"Iceland\" value=\"Iceland\">Iceland<\/option><span class=\"newclass\">cont<\/span><option title=\"India\" value=\"India\">India<\/option><span class=\"newclass\">cont<\/span><option title=\"Indonesia\" value=\"Indonesia\">Indonesia<\/option><span class=\"newclass\">cont<\/span><option title=\"Iran\" value=\"Iran\">Iran<\/option><span class=\"newclass\">cont<\/span><option title=\"Iraq\" value=\"Iraq\">Iraq<\/option><span class=\"newclass\">cont<\/span><option title=\"Ireland\" value=\"Ireland\">Ireland<\/option><span class=\"newclass\">cont<\/span><option title=\"Israel\" value=\"Israel\">Israel<\/option><span class=\"newclass\">cont<\/span><option title=\"Italy\" value=\"Italy\">Italy<\/option><span class=\"newclass\">cont<\/span><option title=\"Jamaica\" value=\"Jamaica\">Jamaica<\/option><span class=\"newclass\">cont<\/span><option title=\"Japan\" value=\"Japan\">Japan<\/option><span class=\"newclass\">cont<\/span><option title=\"Jordan\" value=\"Jordan\">Jordan<\/option><span class=\"newclass\">cont<\/span><option title=\"Kazakhstan\" value=\"Kazakhstan\">Kazakhstan<\/option><span class=\"newclass\">cont<\/span><option title=\"Kenya\" value=\"Kenya\">Kenya<\/option><span class=\"newclass\">cont<\/span><option title=\"Kiribati\" value=\"Kiribati\">Kiribati<\/option><span class=\"newclass\">cont<\/span><option title=\"Kosovo\" value=\"Kosovo\">Kosovo<\/option><span class=\"newclass\">cont<\/span><option title=\"North Korea\" value=\"North Korea\">North Korea<\/option><span class=\"newclass\">cont<\/span><option title=\"South Korea\" value=\"South Korea\">South Korea<\/option><span class=\"newclass\">cont<\/span><option title=\"Kuwait\" value=\"Kuwait\">Kuwait<\/option><span class=\"newclass\">cont<\/span><option title=\"Kyrgyzstan\" value=\"Kyrgyzstan\">Kyrgyzstan<\/option><span class=\"newclass\">cont<\/span><option title=\"Laos\" value=\"Laos\">Laos<\/option><span class=\"newclass\">cont<\/span><option title=\"Latvia\" value=\"Latvia\">Latvia<\/option><span class=\"newclass\">cont<\/span><option title=\"Lebanon\" value=\"Lebanon\">Lebanon<\/option><span class=\"newclass\">cont<\/span><option title=\"Lesotho\" value=\"Lesotho\">Lesotho<\/option><span class=\"newclass\">cont<\/span><option title=\"Liberia\" value=\"Liberia\">Liberia<\/option><span class=\"newclass\">cont<\/span><option title=\"Libya\" value=\"Libya\">Libya<\/option><span class=\"newclass\">cont<\/span><option title=\"Liechtenstein\" value=\"Liechtenstein\">Liechtenstein<\/option><span class=\"newclass\">cont<\/span><option title=\"Lithuania\" value=\"Lithuania\">Lithuania<\/option><span class=\"newclass\">cont<\/span><option title=\"Luxembourg\" value=\"Luxembourg\">Luxembourg<\/option><span class=\"newclass\">cont<\/span><option title=\"North Macedonia\" value=\"North Macedonia\">North Macedonia<\/option><span class=\"newclass\">cont<\/span><option title=\"Madagascar\" value=\"Madagascar\">Madagascar<\/option><span class=\"newclass\">cont<\/span><option title=\"Malaysia\" value=\"Malaysia\">Malaysia<\/option><span class=\"newclass\">cont<\/span><option title=\"Malawi\" value=\"Malawi\">Malawi<\/option><span class=\"newclass\">cont<\/span><option title=\"Maldives\" value=\"Maldives\">Maldives<\/option><span class=\"newclass\">cont<\/span><option title=\"Mali\" value=\"Mali\">Mali<\/option><span class=\"newclass\">cont<\/span><option title=\"Malta\" value=\"Malta\">Malta<\/option><span class=\"newclass\">cont<\/span><option title=\"Marshall Islands\" value=\"Marshall Islands\">Marshall Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Mauritania\" value=\"Mauritania\">Mauritania<\/option><span class=\"newclass\">cont<\/span><option title=\"Mauritius\" value=\"Mauritius\">Mauritius<\/option><span class=\"newclass\">cont<\/span><option title=\"Mexico\" value=\"Mexico\">Mexico<\/option><span class=\"newclass\">cont<\/span><option title=\"Micronesia\" value=\"Micronesia\">Micronesia<\/option><span class=\"newclass\">cont<\/span><option title=\"Moldova\" value=\"Moldova\">Moldova<\/option><span class=\"newclass\">cont<\/span><option title=\"Monaco\" value=\"Monaco\">Monaco<\/option><span class=\"newclass\">cont<\/span><option title=\"Mongolia\" value=\"Mongolia\">Mongolia<\/option><span class=\"newclass\">cont<\/span><option title=\"Morocco\" value=\"Morocco\">Morocco<\/option><span class=\"newclass\">cont<\/span><option title=\"Mozambique\" value=\"Mozambique\">Mozambique<\/option><span class=\"newclass\">cont<\/span><option title=\"Myanmar\" value=\"Myanmar\">Myanmar<\/option><span class=\"newclass\">cont<\/span><option title=\"Namibia\" value=\"Namibia\">Namibia<\/option><span class=\"newclass\">cont<\/span><option title=\"Nauru\" value=\"Nauru\">Nauru<\/option><span class=\"newclass\">cont<\/span><option title=\"Nepal\" value=\"Nepal\">Nepal<\/option><span class=\"newclass\">cont<\/span><option title=\"Netherlands\" value=\"Netherlands\">Netherlands<\/option><span class=\"newclass\">cont<\/span><option title=\"New Zealand\" value=\"New Zealand\">New Zealand<\/option><span class=\"newclass\">cont<\/span><option title=\"Nicaragua\" value=\"Nicaragua\">Nicaragua<\/option><span class=\"newclass\">cont<\/span><option title=\"Niger\" value=\"Niger\">Niger<\/option><span class=\"newclass\">cont<\/span><option title=\"Nigeria\" value=\"Nigeria\">Nigeria<\/option><span class=\"newclass\">cont<\/span><option title=\"Norway\" value=\"Norway\">Norway<\/option><span class=\"newclass\">cont<\/span><option title=\"Oman\" value=\"Oman\">Oman<\/option><span class=\"newclass\">cont<\/span><option title=\"Pakistan\" value=\"Pakistan\">Pakistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Palau\" value=\"Palau\">Palau<\/option><span class=\"newclass\">cont<\/span><option title=\"Palestine State\" value=\"Palestine State\">Palestine State<\/option><span class=\"newclass\">cont<\/span><option title=\"Panama\" value=\"Panama\">Panama<\/option><span class=\"newclass\">cont<\/span><option title=\"Papua New Guinea\" value=\"Papua New Guinea\">Papua New Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Paraguay\" value=\"Paraguay\">Paraguay<\/option><span class=\"newclass\">cont<\/span><option title=\"Peru\" value=\"Peru\">Peru<\/option><span class=\"newclass\">cont<\/span><option title=\"Philippines\" value=\"Philippines\">Philippines<\/option><span class=\"newclass\">cont<\/span><option title=\"Poland\" value=\"Poland\">Poland<\/option><span class=\"newclass\">cont<\/span><option title=\"Portugal\" value=\"Portugal\">Portugal<\/option><span class=\"newclass\">cont<\/span><option title=\"Qatar\" value=\"Qatar\">Qatar<\/option><span class=\"newclass\">cont<\/span><option title=\"Montenegro\" value=\"Montenegro\">Montenegro<\/option><span class=\"newclass\">cont<\/span><option title=\"Serbia\" value=\"Serbia\">Serbia<\/option><span class=\"newclass\">cont<\/span><option title=\"Romania\" value=\"Romania\">Romania<\/option><span class=\"newclass\">cont<\/span><option title=\"Russia\" value=\"Russia\">Russia<\/option><span class=\"newclass\">cont<\/span><option title=\"Rwanda\" value=\"Rwanda\">Rwanda<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Kitts and Nevis\" value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Lucia\" value=\"Saint Lucia\">Saint Lucia<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Vincent and the Grenadines\" value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><span class=\"newclass\">cont<\/span><option title=\"Samoa\" value=\"Samoa\">Samoa<\/option><span class=\"newclass\">cont<\/span><option title=\"San Marino\" value=\"San Marino\">San Marino<\/option><span class=\"newclass\">cont<\/span><option title=\"Sao Tome and Principe\" value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><span class=\"newclass\">cont<\/span><option title=\"Saudi Arabia\" value=\"Saudi Arabia\">Saudi Arabia<\/option><span class=\"newclass\">cont<\/span><option title=\"Senegal\" value=\"Senegal\">Senegal<\/option><span class=\"newclass\">cont<\/span><option title=\"Serbia\" value=\"Serbia\">Serbia<\/option><span class=\"newclass\">cont<\/span><option title=\"Seychelles\" value=\"Seychelles\">Seychelles<\/option><span class=\"newclass\">cont<\/span><option title=\"Sierra Leone\" value=\"Sierra Leone\">Sierra Leone<\/option><span class=\"newclass\">cont<\/span><option title=\"Singapore\" value=\"Singapore\">Singapore<\/option><span class=\"newclass\">cont<\/span><option title=\"Slovakia\" value=\"Slovakia\">Slovakia<\/option><span class=\"newclass\">cont<\/span><option title=\"Slovenia\" value=\"Slovenia\">Slovenia<\/option><span class=\"newclass\">cont<\/span><option title=\"Solomon Islands\" value=\"Solomon Islands\">Solomon Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Somalia\" value=\"Somalia\">Somalia<\/option><span class=\"newclass\">cont<\/span><option title=\"South Africa\" value=\"South Africa\">South Africa<\/option><span class=\"newclass\">cont<\/span><option title=\"South Sudan\" value=\"South Sudan\">South Sudan<\/option><span class=\"newclass\">cont<\/span><option title=\"Spain\" value=\"Spain\">Spain<\/option><span class=\"newclass\">cont<\/span><option title=\"Sri Lanka\" value=\"Sri Lanka\">Sri Lanka<\/option><span class=\"newclass\">cont<\/span><option title=\"Sudan\" value=\"Sudan\">Sudan<\/option><span class=\"newclass\">cont<\/span><option title=\"Suriname\" value=\"Suriname\">Suriname<\/option><span class=\"newclass\">cont<\/span><option title=\"Swaziland\" value=\"Swaziland\">Swaziland<\/option><span class=\"newclass\">cont<\/span><option title=\"Sweden\" value=\"Sweden\">Sweden<\/option><span class=\"newclass\">cont<\/span><option title=\"Switzerland\" value=\"Switzerland\">Switzerland<\/option><span class=\"newclass\">cont<\/span><option title=\"Syria\" value=\"Syria\">Syria<\/option><span class=\"newclass\">cont<\/span><option title=\"Taiwan\" value=\"Taiwan\">Taiwan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tajikistan\" value=\"Tajikistan\">Tajikistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tanzania\" value=\"Tanzania\">Tanzania<\/option><span class=\"newclass\">cont<\/span><option title=\"Thailand\" value=\"Thailand\">Thailand<\/option><span class=\"newclass\">cont<\/span><option title=\"Togo\" value=\"Togo\">Togo<\/option><span class=\"newclass\">cont<\/span><option title=\"Tonga\" value=\"Tonga\">Tonga<\/option><span class=\"newclass\">cont<\/span><option title=\"Trinidad and Tobago\" value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><span class=\"newclass\">cont<\/span><option title=\"Tunisia\" value=\"Tunisia\">Tunisia<\/option><span class=\"newclass\">cont<\/span><option title=\"Turkey\" value=\"Turkey\">Turkey<\/option><span class=\"newclass\">cont<\/span><option title=\"Turkmenistan\" value=\"Turkmenistan\">Turkmenistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tuvalu\" value=\"Tuvalu\">Tuvalu<\/option><span class=\"newclass\">cont<\/span><option title=\"Uganda\" value=\"Uganda\">Uganda<\/option><span class=\"newclass\">cont<\/span><option title=\"Ukraine\" value=\"Ukraine\">Ukraine<\/option><span class=\"newclass\">cont<\/span><option title=\"United Arab Emirates\" value=\"United Arab Emirates\">United Arab Emirates<\/option><span class=\"newclass\">cont<\/span><option title=\"United Kingdom\" value=\"United Kingdom\">United Kingdom<\/option><span class=\"newclass\">cont<\/span><option title=\"United States\" value=\"United States\" selected>United States<\/option><span class=\"newclass\">cont<\/span><option title=\"Uruguay\" value=\"Uruguay\">Uruguay<\/option><span class=\"newclass\">cont<\/span><option title=\"Uzbekistan\" value=\"Uzbekistan\">Uzbekistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Vanuatu\" value=\"Vanuatu\">Vanuatu<\/option><span class=\"newclass\">cont<\/span><option title=\"Venezuela\" value=\"Venezuela\">Venezuela<\/option><span class=\"newclass\">cont<\/span><option title=\"Vietnam\" value=\"Vietnam\">Vietnam<\/option><span class=\"newclass\">cont<\/span><option title=\"Yemen\" value=\"Yemen\">Yemen<\/option><span class=\"newclass\">cont<\/span><option title=\"Zambia\" value=\"Zambia\">Zambia<\/option><span class=\"newclass\">cont<\/span><option title=\"Zimbabwe\" value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div id=\"form-MYP_Personal_Project_Templates-country_new-error\" class=\"validation-error\">Please select from the given options<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>State<span>\n              <\/label> <div class=\"state-new\"><select class=\"form-input\" placeholder=\"Select state\" id=\"form-MYP_Personal_Project_Templates-state\" name=\"form-MYP_Personal_Project_Templates-state\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Select state<\/option><\/optgroup><option title=\"Alabama\" value=\"Alabama\">Alabama<\/option><option title=\"Alaska\" value=\"Alaska\">Alaska<\/option><option title=\"Arizona\" value=\"Arizona\">Arizona<\/option><option title=\"Arkansas\" value=\"Arkansas\">Arkansas<\/option><option title=\"California (Northern)\" value=\"California (Northern)\">California (Northern)<\/option><option title=\"California (Southern)\" value=\"California (Southern)\">California (Southern)<\/option><option title=\"Colorado\" value=\"Colorado\">Colorado<\/option><option title=\"Connecticut\" value=\"Connecticut\">Connecticut<\/option><option title=\"Delaware\" value=\"Delaware\">Delaware<\/option><option title=\"District of Columbia\" value=\"District of Columbia\">District of Columbia<\/option><option title=\"Florida\" value=\"Florida\">Florida<\/option><option title=\"Georgia\" value=\"Georgia\">Georgia<\/option><option title=\"Hawaii\" value=\"Hawaii\">Hawaii<\/option><option title=\"Idaho\" value=\"Idaho\">Idaho<\/option><option title=\"Illinois\" value=\"Illinois\">Illinois<\/option><option title=\"Indiana\" value=\"Indiana\">Indiana<\/option><option title=\"Iowa\" value=\"Iowa\">Iowa<\/option><option title=\"Kansas\" value=\"Kansas\">Kansas<\/option><option title=\"Kentucky\" value=\"Kentucky\">Kentucky<\/option><option title=\"Louisiana\" value=\"Louisiana\">Louisiana<\/option><option title=\"Maine\" value=\"Maine\">Maine<\/option><option title=\"Maryland\" value=\"Maryland\">Maryland<\/option><option title=\"Massachusetts\" value=\"Massachusetts\">Massachusetts<\/option><option title=\"Michigan\" value=\"Michigan\">Michigan<\/option><option title=\"Minnesota\" value=\"Minnesota\">Minnesota<\/option><option title=\"Mississippi\" value=\"Mississippi\">Mississippi<\/option><option title=\"Missouri\" value=\"Missouri\">Missouri<\/option><option title=\"Montana\" value=\"Montana\">Montana<\/option><option title=\"Nebraska\" value=\"Nebraska\">Nebraska<\/option><option title=\"Nevada\" value=\"Nevada\">Nevada<\/option><option title=\"New Hampshire\" value=\"New Hampshire\">New Hampshire<\/option><option title=\"New Jersey\" value=\"New Jersey\">New Jersey<\/option><option title=\"New Mexico\" value=\"New Mexico\">New Mexico<\/option><option title=\"New York\" value=\"New York\">New York<\/option><option title=\"North Carolina\" value=\"North Carolina\">North Carolina<\/option><option title=\"North Dakota\" value=\"North Dakota\">North Dakota<\/option><option title=\"Ohio\" value=\"Ohio\">Ohio<\/option><option title=\"Oklahoma\" value=\"Oklahoma\">Oklahoma<\/option><option title=\"Oregon\" value=\"Oregon\">Oregon<\/option><option title=\"Pennsylvania\" value=\"Pennsylvania\">Pennsylvania<\/option><option title=\"Rhode Island\" value=\"Rhode Island\">Rhode Island<\/option><option title=\"South Carolina\" value=\"South Carolina\">South Carolina<\/option><option title=\"South Dakota\" value=\"South Dakota\">South Dakota<\/option><option title=\"Tennessee\" value=\"Tennessee\">Tennessee<\/option><option title=\"Texas\" value=\"Texas\">Texas<\/option><option title=\"Utah\" value=\"Utah\">Utah<\/option><option title=\"Vermont\" value=\"Vermont\">Vermont<\/option><option title=\"Virginia\" value=\"Virginia\">Virginia<\/option><option title=\"Washington\" value=\"Washington\">Washington<\/option><option title=\"West Virginia\" value=\"West Virginia\">West Virginia<\/option><option title=\"Wisconsin\" value=\"Wisconsin\">Wisconsin<\/option><option title=\"Wyoming\" value=\"Wyoming\">Wyoming<\/option><\/select><div id=\"form-MYP_Personal_Project_Templates-state-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div><\/div><div class=\"form-class-full\"> <div class=\"form-input-webinar-options-wrapper\">\n            <div>\n                <label style=\"margin-bottom:12px;margin-top:16px !important;\" class=\"form-label\">\n                    <span class=\"downloadform\">What programme(s) or planning framework(s) are you associated with at your school?*<span>\n                <\/label> \n            <\/div>\n              <div id=\"MYP_Personal_Project_Templates_curriculum_options_wrapper\" class=\"curriculum-options-wrapper\">\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_1\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_1\" value=\"PYP\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_1\">IB PYP<\/label>\n                <\/div>\n               \n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_3\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_3\" value=\"MYP\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_3\">IB MYP<\/label> \n                <\/div>\n              \n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_5\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_5\" value=\"DP\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_5\">IB DP<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_13\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_13\" value=\"Australian Curriculum\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_13\">Australian Curriculum<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_12\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_12\" value=\"Early Years\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_12\">Early Years<\/label> \n                <\/div>\n              \n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_7\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_7\" value=\"UbD\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"MYP_Personal_Project_Templates_role_7\">UbD\u00ae<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_9\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_9\" value=\"british\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"MYP_Personal_Project_Templates_role_9\">British Curriculum<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_10\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_10\" value=\"cambridge\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"MYP_Personal_Project_Templates_role_10\">Cambridge Curriculum<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_11\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_11\" value=\"american\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"MYP_Personal_Project_Templates_role_11\">American Curriculum<\/label> \n                <\/div>\n\n                <div class=\"MYP_Personal_Project_Templates_curriculum-options curriculum-options\" id=\"MYP_Personal_Project_Templates_label_8\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templates_role_8\" value=\"Other\"  name=\"MYP_Personal_Project_Templates_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"MYP_Personal_Project_Templates_role_8\">Other<\/label> \n                <\/div>\n            <\/div>\n            \n            <div id=\"MYP_Personal_Project_Templates_role_error\" class=\"validation-error\">Select atleast one of the options<\/div>\n        <\/div><\/div><div class=\"MYP_Personal_Project_Templates_show_school\"><label class=\"form-label yourschool\">Is your school?*<\/label>\n            <div class=\"radio-button-wrapper\">\n                <div id=\"MYP_Personal_Project_Templates_demo_candidate_school\" style=\"display:flex\" class=\"MYP_Personal_Project_Templates_demo-radio-option-wrapper your-school-radio\">\n                    <input style=\"cursor: pointer;\" type=\"radio\" id=\"MYP_Personal_Project_Templates_demo_candidate\" name=\"MYP_Personal_Project_Templates_your_school\" value=\"Candidate school\">\n                    <label style=\"cursor: pointer;\" class=\"radio-label\" for=\"MYP_Personal_Project_Templates_demo_candidate\">Candidate school<\/label>\n                <\/div>\n                <div id=\"MYP_Personal_Project_Templates_demo_authorized_school\" style=\"display:flex\" class=\"MYP_Personal_Project_Templates_demo-radio-option-wrapper your-school-radio\">\n                    <input style=\"cursor: pointer;\" type=\"radio\" id=\"MYP_Personal_Project_Templates_demo_authorized\" name=\"MYP_Personal_Project_Templates_your_school\" value=\"Authorized school\" >\n                    <label style=\"cursor: pointer;\" class=\"radio-label\" for=\"MYP_Personal_Project_Templates_demo_authorized\">Authorized school<\/label>\n                <\/div>\n            <\/div>\n            <div id=\"MYP_Personal_Project_Templates_yourschool_role_error\" class=\"validation-error\">Select atleast one of the options<\/div>\n            <\/div> <div class=\"form-input-tools-options-wrapper\">\n            <div>\n                <label style=\"margin-bottom:12px;margin-top:16px !important;\" class=\"form-label\">\n                    <span class=\"customtalkregister\">What tools\/tech do you use at your school for teaching & learning?*<span>\n                <\/label> \n                <div class=\"\">\n                    <input class=\"form-input\" placeholder=\"\" id=\"MYP_Personal_Project_Templates_your_tools\" name=\"MYP_Personal_Project_Templates_your_tools\" value=\"\">\n                    <div id=\"MYP_Personal_Project_Templates_tool_error\" class=\"validation-error\">Please complete this required field.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <div class=\"should_receive_update_wrapper\"  id=\"MYP_Personal_Project_Templatesshould_receive_update_div\">\n        <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templatesshould_receive_update\"   name=\"should_receive_update\">\n        <div  id=\"MYP_Personal_Project_Templatesshould_receive_update_label\" style=\"margin-left:8px\"  class=\"should_receive_update\">Get learning insights delivered right to your inbox! Sign up for our newsletter.<\/div>\n        <\/input>\n    <\/div>\n    <div class=\"consent_wrapper\"  id=\"MYP_Personal_Project_Templatesconsent_div\">\n        <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"MYP_Personal_Project_Templatesconsent\" name=\"consent\">\n        <div id=\"MYP_Personal_Project_Templatesconsent_label\" style=\"margin-left:8px\" class=\"consent\">I agree to Toddle\u2019s <a href=\"https:\/\/www.toddleapp.com\/termsofservice\/\" target=\"_blank\">Terms of Service<\/a> and <a href=\"https:\/\/www.toddleapp.com\/privacy-policy\/\" target=\"_blank\">Privacy Policy<\/a>.<\/div>\n        <\/input>\n    <\/div>\n<div class=\"form-text\">We collect this information to be able to generate content that is more relevant for you. We will use your data responsibly and never spam. You can opt out of our newsletters at any point of time.<\/div>\n    <\/div>\n    <\/form>\n   \n    <div class=\"form-button-wrapper\">\n    <button id=\"MYP_Personal_Project_Templates_form_button\" type=\"submit\" class=\"form-button\" disabled>\n            Download\n    <\/button>\n    \n    <\/div>\n    <\/div>\n    <\/div>\n    <div class=\"download-form-loading\"><svg width=\"64px\" height=\"64px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" preserveAspectRatio=\"xMidYMid\" class=\"lds-google\"><g transform=\"translate(50 50)\"><g transform=\"rotate(90)\"><animateTransform attributeName=\"transform\" type=\"rotate\" calcMode=\"discrete\" values=\"0;90;180;270;360\" keyTimes=\"0;0.25;0.5;0.75;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animateTransform><path ng-attr-d=\"{{config.d1}}\" fill=\"#189eae\" d=\"M-48 0A48 48 0 1 0 48 0\"><animate attributeName=\"fill\" calcMode=\"discrete\" values=\"#189eae;#f75961;#189eae;#f75961;#189eae\" keyTimes=\"0;0.24;0.49;0.74;0.99\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><path ng-attr-d=\"{{config.d2}}\" fill=\"#f75961\" d=\"M-48 0A48 48 0 0 1 48 0\"><animate attributeName=\"fill\" calcMode=\"discrete\" values=\"#f75961;#189eae;#f75961;#189eae;#f75961\" keyTimes=\"0;0.25;0.5;0.75;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><path ng-attr-d=\"{{config.d4}}\" stroke=\"rgb(17, 111, 122)\" stroke-width=\"2\" d=\"M-47 0L47 0\"><animate attributeName=\"stroke\" values=\"#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae\" keyTimes=\"0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><g transform=\"scale(1 -0.556669)\"><path ng-attr-d=\"{{config.d3}}\" fill=\"rgb(17, 111, 122)\" d=\"M-48 0A48 48 0 0 1 48 0Z\"><animate attributeName=\"fill\" values=\"#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae\" keyTimes=\"0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><animateTransform attributeName=\"transform\" type=\"scale\" values=\"1 1;1 0;1 -1;1 1\" keyTimes=\"0;0.5;0.999;1\" ng-attr-dur=\"{{config.speed2}}s\" repeatCount=\"indefinite\" dur=\"0.375s\"><\/animateTransform><\/g><\/g><\/g><\/svg><\/div>\n    \n      <div class=\"download-form-success-modal\">\n          <div class=\"download-success-header\">Hello Lifelong Learner!<\/div>\n          <div class=\"download-success-sub-header\">We\u2019re thankful for your interest in our Learn resources.\n          Please check your email for the information you requested.<\/div>\n          <div class=\"download-success-border\"><\/div>\n          <div class=\"download-success-section-2-header\">Also, don\u2019t forget to check out the best of Toddle:<\/div>\n\n          <div class=\"download-success-section-2-banners-wrapper\">\n              <div class=\"download-success-section-2-banner-1\">\n                  <div class=\"download-success-section-2-banner-1-text\">\n                      <div class=\"download-success-section-2-banner-1-header\">Access the ultimate library of resources<\/div>\n                      <div class=\"download-success-section-2-banner-1-sub-header\">Collaborate with your team to create your own units.<\/div>\n                      <a href=\"https:\/\/bit.ly\/2PsTFAw\" target=\"_blank\" class=\"download-success-section-2-banner-1-button\">Join Toddle Community For Free<\/a>\n                  <\/div>\n                  <div class=\"download-success-section-2-banner-1-image\">\n                    <img decoding=\"async\" class=\"download-success-section-2-banner-2-image-1\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker-1.webp\"\/>\n                  <\/div>\n              <\/div>\n\n              <div class=\"download-success-section-2-banner-2\">\n                  <div class=\"download-success-section-2-banner-2-text\">\n                      <div class=\"download-success-section-2-banner-2-header\">Toddle, your all-in-one collaboration platform for the IB PYP & MYP.<\/div>\n                      <div class=\"download-success-section-2-banner-2-sub-header\">Toddle streamlines planning, assessments, reports, projects, portfolios, and family communication - all from one place!<\/div>\n                      <a href=\"https:\/\/bit.ly\/3byPpbz\" target=\"_blank\" class=\"download-success-section-2-banner-2-button\">Book a free demo<\/a>\n                  <\/div>\n                  <div class=\"download-success-section-2-banner-2-image\">\n                    <img decoding=\"async\" class=\"download-success-section-2-banner-2-image-2\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker-2.webp\"\/>\n                  <\/div>\n              <\/div>\n          <\/div>\n\n      <\/div>\n    <\/div>\n    <\/div>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/selectize.js\/0.15.2\/js\/selectize.min.js\" integrity=\"sha512-IOebNkvA\/HZjMM7MxL0NYeLYEalloZ8ckak+NDtOViP7oiYzG5vn6WVXyrJDiJPhl4yRdmNAG49iuLmhkUdVsQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n \n    <script>\n     jQuery(document).ready(function($) {\n\n        \/\/ Apply Selectize to country field\n        var countryField = $(\"#form-MYP_Personal_Project_Templates-country_new\");\n        if (countryField.length && !countryField.hasClass('selectized')) {\n            countryField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n\n\n        \/\/ Apply Selectize to state field\n        var stateField = $(\"#form-MYP_Personal_Project_Templates-state\");\n        var stateCloseDiv = $(\".state-new\").parent();\n        if (stateField.length && !stateField.hasClass('selectized')) {\n            stateField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n\n\n        function toggleStateDropdown() {\n            var selectedCountry = countryField.val();\n\n            if (selectedCountry === \"United States\") {\n                stateCloseDiv.show();\n            } else {\n                stateCloseDiv.hide();\n                $(\"#form-MYP_Personal_Project_Templates-state\").val(null).trigger(\"change\"); \/\/ clear state\n            }\n        }\n\n        countryField.on(\"change\", function () {\n            toggleStateDropdown();\n        });\n\n        \/\/ Role options for US Public\n        const publicOptions = [\n            { value: \"Superintendent\", text: \"Superintendent\" },\n            { value: \"Principal\/Vice Principal\", text: \"Principal\/ Vice Principal\" },\n            { value: \"Curriculum Coordinator\", text: \"Curriculum Coordinator\" },\n            { value: \"IT\/ Tech Director\", text: \"IT\/ Tech Director\" },\n            { value: \"Teacher\", text: \"Teacher\" },\n            { value: \"Other\", text: \"Other\" }\n        ];\n\n        \/\/ All default options for US Private or US IB\n        const defaultOptions = [\n            { value: \"Principal\/Vice Principal\", text: \"Principal\/ Vice Principal\" },\n            { value: \"Curriculum Coordinator\", text: \"Curriculum Coordinator\" },\n            { value: \"IT\/ Tech Director\", text: \"IT\/ Tech Director\" },\n            { value: \"Teacher\", text: \"Teacher\" },\n            { value: \"Other\", text: \"Other\" }\n        ];\n\n        \/\/ Apply Selectize to type of school field\n        var schoolTypeField = $(\"#form-MYP_Personal_Project_Templates-schooltype\");\n        if (schoolTypeField.length && !schoolTypeField.hasClass('selectized')) {\n            schoolTypeField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n        \n        var roleFieldElement = $(\"#form-MYP_Personal_Project_Templates-newrole\");\n        console.log(roleFieldElement);\n\n        var roleSelectize;\n        if (roleFieldElement.length && !roleFieldElement.hasClass(\"selectized\")) {\n            roleSelectize = roleFieldElement.selectize({\n                sortField: false,\n                highlight: false,\n            })[0].selectize;\n        } else if (roleFieldElement.length) {\n            roleSelectize = roleFieldElement[0].selectize;\n        }\n\n       \n        \/\/ On school type change\n        schoolTypeField.on(\"change\", function () {\n            \/\/console.log(\"School type changed\");\n            var selectedType = $(this).val();\n\n            if (!roleSelectize) return; \/\/ safety check\n\n            roleSelectize.clearOptions();\n            if (selectedType === \"US Public\") {\n                publicOptions.forEach(function(option) {\n                    roleSelectize.addOption(option);\n                });\n            } else {\n                defaultOptions.forEach(function(option) {\n                    roleSelectize.addOption(option);\n                });\n            }\n            roleSelectize.refreshOptions(false);\n        });\n\n\n     });\n    \n    \n   \n\n    <\/script>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">The personal project holds significant importance for MYP students. It provides students with an opportunity to apply the skills they have developed throughout the program in a way that is personal and authentic. Students see its relevance in life beyond the classroom. I have come across many students whose personal project was of great importance in helping them to figure out their real passion, future learning, and career possibilities. The personal project is an independent inquiry and in my opinion, this makes the role of the facilitator\/supervisor more complex and challenging. Our responsibility is not to change students&#8217; interests but shape them so that they find their authentic connection. Typically, some common challenges students face in shaping their topic of interest into an extended personal project are:&nbsp;&nbsp;<br><br><em>1. Ambiguity and over-ambitious nature of the project<br>2. Driven by the idea of achieving a good score<br>3. Not inquiry worthy<\/em><\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">Each of these challenges can be resolved right at the ideation&nbsp; stage in a student\u2019s personal project journey if we are able to provide our students with the right guidance. But what does that mean for us as supervisors?&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1<\/strong>: <strong>Supporting students with brainstorming&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">If a student has a big idea, our role as supervisors is to guide them by asking the right questions, providing powerful provocations and relevant resources so that students can sharpen their ideas. This is the&nbsp;<strong>first step<\/strong>&nbsp;of the personal project journey, and usually involves:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Encouraging ideas that are exciting. This could include something students wanted to learn for a long time but could not find time to do it<\/li>\n\n\n\n<li>Digging into any cause which students personally feel motivated towards and\/or allows students to bring a positive change in the world<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">I have included a few brainstorming templates here. These are beneficial for promoting metacognitive thinking, tapping into students\u2019 creativity and passion, and allowing them to dig deeper.&nbsp;<br><br><strong>1. Disney creative strategy<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"573\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-1024x573.png\" alt=\"\" class=\"wp-image-5582\" srcset=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-1024x573.png 1024w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-300x168.png 300w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-768x430.png 768w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-1536x860.png 1536w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-1200x672.png 1200w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-1980x1108.png 1980w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-24x13.png 24w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-36x20.png 36w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template-48x27.png 48w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/1.-Disney-creative-stategy-template.png 2001w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Source:<a href=\"https:\/\/miro.com\/templates\/disney-creative-strategy\/?gspk=ZGFyaW5laWNoNzkxMQ&amp;gsxid=MwR8WLV5wCsm&amp;utm_campaign=darineich7911&amp;utm_medium=affiliate&amp;utm_source=referral\"> Inspired by Walt Disney\u2019s creative thinking strategy<\/a><\/em><\/figcaption><\/figure>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">This template can be used individually or with student teams. It allows students to go through three stages of thinking- the <em>dreamer, the realist, and the critic<\/em> &#8211; and ideate on potential topics of interest.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The dreamer:<\/strong> At this stage, students can verbalise all ideas which interest them. It should be a free flowing conversation without any feedback or restrictions. Students list all the ideas or \u2018dreams\u2019 they are passionate about.<strong>&nbsp;<\/strong><\/li>\n\n\n\n<li><strong>The realist:<\/strong> At this stage, students try and come up with ways in which they can achieve their ideas. They frame questions around what they would need to do in order to implement their idea(s), and come up with a plan of action.&nbsp;<\/li>\n\n\n\n<li><strong>The critic:<\/strong>&nbsp; At this stage, students evaluate the potential roadblocks for their plan.&nbsp; This should include supervisor\u2019s advice, and identify any limitations or hurdles along with finding a solution.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\"><strong>2.<\/strong> <strong>Now-Wow-How<\/strong><br>This is a useful strategy to further push students&#8217; thinking once the idea is finalized. This helps in evaluating existing ideas and ascertain if they are original and easy to implement. Students would need an X and Y matrix where X would represent originality and Y axis would represent implementation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"532\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-1024x532.png\" alt=\"\" class=\"wp-image-5584\" srcset=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-1024x532.png 1024w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-300x156.png 300w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-768x399.png 768w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-1536x799.png 1536w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-1200x624.png 1200w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-1980x1030.png 1980w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-24x12.png 24w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-36x19.png 36w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how-48x25.png 48w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/2.-Now-wow-how.png 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Source: <a href=\"https:\/\/schoolofcreativethinking.nl\/methoden_modellen\/\"><em>Adapted from the work by The Centre for Development of Creative Thinking(COCD) <\/em><\/a><\/figcaption><\/figure>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\"><strong>3.<\/strong> <strong>Brain writing<\/strong><br>Using this idea generation technique, a student writes down three main ideas which they want to explore further. Thereafter, the page where ideas are documented is passed on to another student, who can continue to expand on those existing ideas or add their own. This strategy is very helpful to get various perspectives on the same idea and see deeper connections.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"588\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-1024x588.png\" alt=\"\" class=\"wp-image-5595\" srcset=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-1024x588.png 1024w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-300x172.png 300w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-768x441.png 768w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-1536x882.png 1536w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-1200x689.png 1200w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-1980x1137.png 1980w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-24x14.png 24w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-36x21.png 36w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting-48x28.png 48w, https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/3.-brainwriting.png 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\"><strong>4<\/strong>.<strong>Scamper Method<\/strong><br>This is an adaptation of the ideation technique developed by<em><em> <\/em><\/em>Bob Eberle in<em><em> <\/em><\/em>his book<em><em> Scamper: Games for Imagination Development<\/em><\/em> (1971). It involves asking students seven provocation questions, as listed below. These provocations help students generate ideas based on their initial thoughts.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Substitute: What can I substitute in my idea to make an improvement?<\/li>\n\n\n\n<li>Combine: Can I combine two different ideas and objectives?<\/li>\n\n\n\n<li>Adapt: What processes should I adapt?<\/li>\n\n\n\n<li>Modify: What can I magnify or delete?<\/li>\n\n\n\n<li>Put to another use: Would there be other possible uses if I were to modify the idea?<\/li>\n\n\n\n<li>Eliminate: What can I remove without altering its purpose?<\/li>\n\n\n\n<li>Rearrange: What would I do if part of the idea is reversed?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>&nbsp;Step 2: Learning Goal&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-primary-color has-text-color has-small-font-size wp-block-paragraph\"><strong>The second step<\/strong>&nbsp;in the personal project journey is to identify and state the learning goal, which is also used to evaluate the project as a part of Objective A: Planning. This is the first strand of the objective, as below:<br><br>i. state a learning goal for the project and explain how a personal interest led to that goal.<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">In order to support your students in identifying the learning goal for their personal project, you may like to get them started with these brainstorming questions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What do I want to know about this topic?<\/li>\n\n\n\n<li>Why do I want to know about this topic?<\/li>\n\n\n\n<li>What do I want to learn through this topic?&nbsp;<\/li>\n\n\n\n<li>Would this learning help me or any other person in any way?<\/li>\n\n\n\n<li>How would I know if I am really passionate about this topic?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Understand and define the learning goal&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">You might&nbsp; suggest that students write their learning goal as a question. This will help them describe exactly what they want to learn. For example, if their&nbsp;goal is about cryptocurrency, they might want to learn about cryptocurrency and what its future in India is. As such, the learning goal could be: <em>&#8216;To what extent will cryptocurrency be the future of the finance sector in India?&#8217;<\/em>. They might then choose to break down their big goal into smaller goals or steps. The following prompts can be used to elaborate on a learning goal.<\/p>\n\n\n\n<figure class=\"wp-block-image alignwide size-full fullScreen\"><img decoding=\"async\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/4.-Learning-goal-1.png\" alt=\"\" class=\"wp-image-5400\"><figcaption><\/figcaption><\/figure>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">There are some more prompts which can be useful for students to define their goal by following a systematic thinking process. You can download more templates and prompts <a href=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\">here<\/a>.<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">Brainstorming, when done right<strong><em>,<\/em><\/strong> is a powerful tool for bringing creativity, innovation, and purpose to the personal project, which needs to be supported by careful planning to help students start strong on their personal project journeys. Supporting students with identifying engaging goals is another key area that sets students up for success. These shared resources make the learning process deeper, authentic and more meaningful for students. I hope you find these resources helpful in guiding students along their personal project journeys.<\/p>\n\n\n<style type=\"text\/css\">\n.radio-label{\n  margin-top: -11px;\n}\n.download-banner-loading{\n  width: 100%;\n  height: 100%;\n  z-index: 999;\n  align-items: center;\n  justify-content: center;\n  left: 0;\n  top: 0;\n  border-radius: 0;\n  display: none;\n  background-color: rgba(0,0,0,0.6) !important;\n  position: fixed !important;\n}\n\n\n.download-component {\n  display: flex;\n  flex-direction:row;\n  grid-template-columns: 60% 40%;\n  position: relative;\n  min-height: 600px;\n  margin: auto !important;\n  width:100%;\n  align-items:center;\n  justify-content: center;\n  padding:32px;\n}\n\n.download-component-inner-reverse-order{\n  flex-direction:row-reverse !important;\n}\n\n.download-component-inner{\n  display:flex;\n  max-width:1440px;\n  align-items:center;\n  width:100%;\n  flex-direction:row;\n  justify-content:space-between;\n}\n\n.download-component-image-wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  width:50%;\n  padding:32px;\n}\n\n.download-component-info {\n  display: flex;\n  flex-direction: column;\n  width:50%;\n  padding:32px;\n  margin-left: 0px;\n}\n\n.download-component-info-text, .download-component-info-text h1, .download-component-info-text h2 {\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 2.6rem;\n  color: #ffffff;\n  line-height:4.4rem;\n  font-weight: normal;\n  letter-spacing: 0;\n  margin: 0;\n}\n\n.download-component-button {\n  width: fit-content;\n  padding: 0 16px;\n  height: 48px;\n  border-radius: 4px;\n  background-color: #fa575d;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-size: 14px;\n  font-weight: normal;\n  color: #ffffff;\n  display: flex;\n  margin-top: 16px;\n  justify-content: center;\n  align-items: center;\n  cursor: pointer;\n}\n@media screen and (max-width: 1125px) {\n\n  .download-component-inner-reverse-order{\n    flex-direction:column-reverse !important;\n    padding:32px;\n  }\n  .download-component-inner{\n    flex-direction:column;\n    padding:32px;\n  }\n\n  .download-component-info-text, .download-component-info-text h1, .download-component-info-text h2 {\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    font-size: 2.2rem;\n    line-height: 1.2;\n    color: #ffffff;\n    line-height:3.4rem;\n   \n  }\n\n  .download-component-button {\n    width: 100%;\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-weight: normal;\n    font-size: 16px;\n  }\n  .download-component-info {\n    width:100%;\n    padding:16px 0px !important;\n  }\n\n  .download-component-image-wrapper {\n    width:100%;\n    padding:16px 0px !important;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  .radio-label{\n    margin-top: -9px;\n  }\n}\n\n<\/style><script src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/themes\/toddle_learn\/js\/lodash.min.js\"><\/script><script type=\"text\/javascript\">jQuery(document).ready(function() {\n    const fields = [\n      \"name\",\n      \"email\",\n      \"school\",\n      \"curriculum\",\n      \"country\",\n      \"content\"\n    ];\n  \n    jQuery(\".bg-modal\").hide();\n    jQuery(\"#-alertBox\").hide();\n  \n    var userData = localStorage.getItem(\"userDataNew\");\n    var localStorageData = JSON.parse(localStorage.getItem(\"userDataNew\"));\n  \n    if (userData) {\n      jQuery(\".bg-modal\").fadeOut(100);\n      jQuery(\".bg-modal\").css(\"display\", \"none\");\n    }\n  \n    jQuery(\"#_download_button\").click(function() {\n\n     if (typeof gtag !== \"undefined\") {\n\t gtag(\"event\", \"Clicked\", {\n        \"event_category\": \"Resource downloads\", \"event_label\": \"Brainstorming ideas and learning goals templates \", \"value\": \"\", \"non_interaction\": \"true\"\n      });\n  }\n\n      var userData = localStorage.getItem(\"userDataNew\");\n  \n      if (!userData || !localStorageData.role || localStorageData.role === \"none\" || localStorageData.role === \"None\" || localStorageData.role === \"\") {\n        jQuery(\"#-alertBox\").text(\"Please rectify the errors in your form\");\n        jQuery(\".modal-content\").scrollTop();\n        jQuery(\".form-details\").scrollTop();\n        jQuery(\"body\").css(\"overflow-y\", \"hidden\");\n       \n        jQuery(\".download-form-loading\").css(\"display\", \"none\");\n        jQuery(\".download-form-success-modal\").css(\"display\", \"none\");\n        jQuery(\".download-modal-container\").css(\"display\", \"flex\");\n        jQuery(\"#-modal\").fadeIn(200);\n        jQuery(\"#-modal\").css(\"display\", \"flex\");\n        fields.forEach(field => {\n          jQuery(`#form--${field}`).css(\"border\", \"solid 1px #797979\");\n        });\n        \/\/ fields.forEach(field => {\n        \/\/   jQuery(`#form--${field}`).val(\"\");\n        \/\/ });\n        fields.forEach(field => {\n          jQuery(`#form--${field}-error`).css(\"visibility\", \"hidden\");\n        });\n\n      } else {\n\n \/\/let resource_url = formParent.find(\"#form-resource-url\").val();\n        let fieldData={...(JSON.parse(userData ||{}))};\n\n        let resource_url = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\";\n        let resource_name = \"Brainstorming ideas and learning goals templates \";\n        let post_title = jQuery(\"#form-post-title\").val();\n        let poster_image = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Group-4553.png\";\n        let poster_color = jQuery(\"#form-poster-color\").val();\n        var utmData = localStorage.getItem(\"learnUtmUrl\");\n        var hutk = document.cookie.replace(\/(?:(?:^|.*;\\s*)hubspotutk\\s*\\=\\s*([^;]*).*$)|^.*$\/, \"$1\");\n        \n        console.log(poster_image);\n        var data = {\n          ...(fieldData || {}),\n          blogUrl:window.location.href,\n          url: resource_url,\n\t\t  utmData:utmData,\n          title:resource_name,\n          post_title:post_title,\n          posterImage:poster_image,\n\t\t  jobTitle:fieldData[\"role\"],\n          posterColor:poster_color,\n          type:\"RESOURCE_DOWNLOAD\",\n          categoryIds:[296,308,431],\n          nurture_email_template_id: \"\",\n          coordinator_image:\"\",\n          coordinator_url:\"\",\n          teacher_r1_image:\"\",\n          teacher_r1_url:\"\",\n          teacher_r2_image:\"\",\n          teacher_r2_url:\"\",\n\t\t  hutk: !_.isEmpty(hutk) ? hutk : \"\",\n        };\n\t\tjQuery(\".download-banner-loading\").css(\"display\", \"flex\");\n\n        hubspotTracking(data);\n       \n        $.ajax({\n          type: \"POST\",\n          url:\n          \"https:\/\/apigw.toddleapp.com\/auth\/website\/learnRegistration\",\n          data: JSON.stringify(data),\n          contentType: \"application\/json; charset=utf-8\",\n          crossDomain: true,\n          dataType: \"json\"});\n\t\t  \n\t\t  setTimeout(function(){\n\t\t  \twindow.location.assign(\"https:\/\/www.toddleapp.com\/learn\/thank-you\/\", \"_blank\");\n\t\t\t window.open(resource_url, \"_blank\");\n\t\t  }, 1000);\n      }\n    });\n  \n    jQuery(\".form-close\").click(function() {\n      jQuery(\"body\").css(\"overflow-y\", \"auto\");\n      jQuery(\".bg-modal\").fadeOut(200);\n    });\n  });\n  <\/script>\n    <input type='hidden' value=''\/>\n      <div class= download-component' style='background-color:#FFBD33' id='short-download-component'>\n      <div class='download-component-inner download-component-inner-reverse-order' style=''>\n      <div  class='download-component-image-wrapper'> <!--  padding will be passed by argument  -->\n        <img width='100%' class='download-component-image' src='https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Group-4553.png'> <!-- img src will be passed by argument -->\n      <\/div>\n      <div  class='download-component-info'> <!-- Padding will be passed by argument for text and button part -->\n        <div class='download-component-info-text' style='color:black'><div><h1 style='color:black'><b>Use these templates with your students for personal project brainstorming<\/b><\/h1><\/div><\/div> <!-- Text will be passed by argument -->\n        <div id='_download_button' class='download-component-button' style='color:white; background-color:black'><strong>Download  Now!<\/strong><\/div> <!-- Button Text will be passed by argument -->\n      <\/div>\n      <\/div>\n\t  \t  \t  <div id='_download-banner-loading' class='download-banner-loading'><svg width='64px' height='64px' xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-google'><g transform='translate(50 50)'><g transform='rotate(90)'><animateTransform attributeName='transform' type='rotate' calcMode='discrete' values='0;90;180;270;360' keyTimes='0;0.25;0.5;0.75;1' ng-attr-dur='{{config.speed}}s' repeatCount='indefinite' dur='1.5s'><\/animateTransform><path ng-attr-d='{{config.d1}}' fill='#189eae' d='M-48 0A48 48 0 1 0 48 0'><animate attributeName='fill' calcMode='discrete' values='#189eae;#f75961;#189eae;#f75961;#189eae' keyTimes='0;0.24;0.49;0.74;0.99' ng-attr-dur='{{config.speed}}s' repeatCount='indefinite' dur='1.5s'><\/animate><\/path><path ng-attr-d='{{config.d2}}' fill='#f75961' d='M-48 0A48 48 0 0 1 48 0'><animate attributeName='fill' calcMode='discrete' values='#f75961;#189eae;#f75961;#189eae;#f75961' keyTimes='0;0.25;0.5;0.75;1' ng-attr-dur='{{config.speed}}s' repeatCount='indefinite' dur='1.5s'><\/animate><\/path><path ng-attr-d='{{config.d4}}' stroke='rgb(17, 111, 122)' stroke-width='2' d='M-47 0L47 0'><animate attributeName='stroke' values='#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae' keyTimes='0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1' ng-attr-dur='{{config.speed}}s' repeatCount='indefinite' dur='1.5s'><\/animate><\/path><g transform='scale(1 -0.556669)'><path ng-attr-d='{{config.d3}}' fill='rgb(17, 111, 122)' d='M-48 0A48 48 0 0 1 48 0Z'><animate attributeName='fill' values='#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae' keyTimes='0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1' ng-attr-dur='{{config.speed}}s' repeatCount='indefinite' dur='1.5s'><\/animate><\/path><animateTransform attributeName='transform' type='scale' values='1 1;1 0;1 -1;1 1' keyTimes='0;0.5;0.999;1' ng-attr-dur='{{config.speed2}}s' repeatCount='indefinite' dur='0.375s'><\/animateTransform><\/g><\/g><\/g><\/svg><\/div>\n    <\/div><link rel=\"stylesheet\" href=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/themes\/toddle_learn\/assets\/inttelinput\/build\/css\/intlTelInput.css\"\/>\n  <style type=\"text\/css\">\n  .school-new .validation-error{\n    margin-top: 10px;\n  }\n  .schooltype-new .validation-error, .state-new .validation-error{\n    margin-top: 14px;\n  }\n    .country_new-new .selectize-input{\n          height: 49px;\n    }\n  .consent_wrapper{\n    display: flex;\n    flex-direction: row;\n    margin-top: 0px;\n    line-height: 2.4rem;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    font-weight: normal;\n    color: black;\n  }\n  .consent {\n    height: auto;\n    font-size: 14px;\n    line-height: 22px;\n    margin-top: 0px;\n    position: static;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    transition: all 0.2s ease 0s;\n    margin-bottom: 16px;\n    outline: none;\n    cursor: pointer;\n    letter-spacing: normal;\n}\n\n\n\n\/*---start new update---*\/\n.form-input-tools-options-wrapper input{\n  width: 48%;\n}\n.school_type-new .selectize-control, .state-new .selectize-control, .newrole-new .selectize-control, country_new-new .selectize-control{\n    padding: 0;\n    border: 0;\n}\n .schooltype-new .selectize-control, .newrole-new .selectize-control, .country_new-new .selectize-control{\n    padding: 0;\n    border: 0;\n}\n.state-new .validation-error, .schooltype-new .validation-error, .newrole-new .validation-error, .country_new-new .validation-error{\n    display:none;\n}\n\/*---end new update---*\/\n\nbody .selectize-input.items.not-full{\n\tpadding:0 !important;\n}\n.selectize-loading {\n  text-align: center;\n  position: relative;\n      padding: 15px 0px;\n}\n\n.selectize-loading-inner {\n  display: inline-block;\n  vertical-align: middle;\n}\n.selectize-loading-inner:after {\n  content: \"\";\n  background: url(<?php echo site_url(); ?>\/wp-content\/themes\/toddle_learn\/images\/loading.svg) no-repeat;\n  display: block;\n  width: 64px;\n  height: 64px;\n  background-size: 30px;\n  background-position: center;\n}\n\n\n .iti-mobile .iti--container{\n  z-index: 99999;\n  top: 83px;\n    height: 81%;\n}\n.radio-button-wrapper {\n    display: grid;\n    grid-gap: 20px;\n    grid-template-columns: auto auto;\n    width: 100%;\n    max-width: 50%;\n    justify-content: space-between;\n    margin-bottom: 16px;\n    margin-top: 12px;\n}\n    .curriculum-options-wrapper {\n    display: grid;\n  line-height:2;\n    grid-template-columns: repeat(3, 230px);\n    margin-bottom: -4px;\n}\n .radio-label{\n    margin-left:4px;\n    font-size: 14px;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    font-size: 16px;\n    color: black;\n    font-weight:normal;\n    position: absolute;\n    padding-left: 23px;\n}\n\n  .curriculum-label {\n    margin-left: 0 !important;\n    position: absolute !important;\n    padding-left: 23px;\n}\n\n\n\/* start update *\/\n\n.tools-options-wrapper{\n  display: grid;\n    line-height: 2;\n    grid-template-columns: repeat(4, 149px);\n    margin-bottom: 16px;\n    grid-gap: 12px;\n}\n.hide {\n    display: none;\n}\n#error-msg {\n    color: red;\n    height: 15px;\n  font-size: 12px;\n  line-height: 14px;\n  margin-bottom: 4px;\n  position: static;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  color: #fa575d;\n  font-weight: normal;\n  transition: all 0.2s ease 0s;\n  letter-spacing: normal;\n  margin: 0;\n}\n#valid-msg {\n    color: #00C900;\n    height: 15px;\n  font-size: 12px;\n  line-height: 14px;\n  margin-bottom: 4px;\n  position: static;\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-weight: normal;\n  transition: all 0.2s ease 0s;\n  letter-spacing: normal;\n  margin: 0;\n}\n#phone{\n  box-sizing: border-box;\n    margin-bottom: 6px;\n    width: 100%;\n    font-size: 14px;\n    font-family: \"avenir_next_worldmedium\", \"Verdana\";\n    font-size: 16px;\n    color: black;\n    font-weight: normal;\n    transition: all 0.2s ease 0s;\n    outline: none;\n    border-radius: 8px;\n    border: solid 1px #dbdbdb;\n}\n._show_whatsapp_field .iti{\n  width:100%;\n}\n.tools-options{\n  display:flex;\n}\n.should_receive_event_update_wrapper{\n    display:flex;\n    flex-direction:row;\n    font-family: \"avenir_next_worldregular\", \"Verdana\";\n    margin-top:12px;\n    line-height: 2.4rem;\n    font-weight:normal;\n  color:black;\n}\n.should_receive_event_update_label{\n  margin-bottom: -3px !important;\n}\n.form-button{\n  z-index: 1;\n}\n\n\/* end update *\/\n\n.curriculum-options{\n    display:flex;\n    margin-bottom: 18px;\n}\n  .bg-modal {\ndisplay: none;\nwidth: 100vw !important;\nheight: 100vh !important;\nmax-width: 100vw !important;\nmax-height: 100vh !important;\ntop: 0;\nleft: 0;\nbackground-color: rgba(0, 0, 0, 0.7);\nposition: fixed;\njustify-content: center;\nalign-items: center;\nz-index: 99991;\npadding: 12px;\n}\n\n\n.download-form-success-modal{\n  display:none;\n  flex-direction:column;\n  flex:1;\n  width:100%;\n  height:100%;\n  position:absolute;\n  z-index:1;\n  background-color:white;\n  align-items: center;\n  justify-content:flex-start;\n  left:0;\n  top:0;\n  padding:16px;\n  border-radius: 16px;\n}\n\n.download-form-loading{\n  display:none;\n  width:100%;\n  height:100%;\n  position:absolute;\n  z-index:1;\n  background-color:white;\n  align-items: center;\n  justify-content:center;\n  left:0;\n  top:0;\n  border-radius: 16px;\n}\n\n.download-form-success-label{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  margin-top:32px;\n  font-size:3rem;\n  color:#000000;\n  margin-bottom:16px;\n  font-weight:normal;\n  text-align: center;\n \n  \n}\n.download-form-success-sublabel{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size:1.8rem;\n  color:#000000;\n  margin-bottom:40px;\n  font-weight:normal;\n  text-align:center;\n  line-height:3.2rem;\n  max-width:674px;\n}\n\n.download-form-success-not-email-btn{\n  font-family: \"avenir_next_worlddemi\", \"Verdana\";\n  font-size:1.4rem;\n  color: var(--blue);\n  margin-bottom:40px;\n  font-weight:normal;\n  text-align:center;\n  line-height:3.2rem;\n  max-width:674px;\n  text-decoration:underline;\n  cursor:pointer;\n}\n\n.form-close {\nposition: absolute;\nright: 25px;\ntop: 10px;\ntransform: rotate(45deg);\nfont-size: 3.6rem;\ncursor: pointer;\ncolor:black;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nfont-weight:normal;\nz-index: 2;\n}\n\n.sucess-image-wrapper{\n  padding: 24px;\n  width: 100%;\n  max-width: 280px;\n}\n\n.success-image{\n  width: 280px;\n}\n.inner-post{z-index: unset;}\n.modal-content {\nwidth: 100%;\nheight: 100%;\nmax-width: 100%;\nbackground-color: white;\nborder: 4px;\npadding: 50px 100px 40px;\ndisplay: flex;\nposition: relative;\nborder-radius: 16px;\nmax-height: 767px;\n}\n\n.download-modal-container{\n  display: flex;\n  flex-direction:row;\n  justify-content: space-between;\n}\n\n.modal-details {\ndisplay: flex;\n\nflex-direction: column;\njustify-content: space-between !important;\nwidth: 50%;\nmargin-right: 100px;\njustify-content: flex-start;\n}\n\n.modal-details-new {\ndisplay: flex;\nflex-direction: column;\njustify-content: center;\nwidth: 100%;\npadding: 20px 0;\n}\n\n.modal-heading {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\n\ncolor: #fd5059;\nfont-size: 56px;\nline-height: 1.14;\nflex-shrink:0;\n}\n\n.modal-heading-new {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nline-height: 1.43;\ncolor: #f75961;\n}\n\n.modal-subheading {\nfont-family: \"avenir_next_worlddemi\", \"Verdana\";\nfont-size: 22px;\nline-height: 1.45;\nletter-spacing: normal;\ncolor: #855900;\nmargin-top: 16px;\nflex-shrink:0;\nfont-weight: normal;\nmax-width: 420px;\n}\n\n.modal-subheading-new {\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nfont-size: 2rem;\nline-height: 1.6;\nfont-size: 1.5rem;\ncolor: #797979;\n\/* color: #484848; *\/\n}\n\n.form-details {\nwidth: 100%;\noverflow: auto;\ndisplay: flex;\nflex-direction: column;\npadding-right: 20px;\nposition: relative;\npadding-bottom: 36px;\n}\n\n.form-details-wrapper {\n\/* width: 60%; *\/\nwidth: 70%;\ndisplay: flex;\nflex-direction: column;\nposition: relative;\n}\n\n.form-class {\ndisplay: grid;\nwidth: 100%;\ngrid-auto-flow: row;\nmargin-bottom:44px;\n}\n\n.form-class-full {\n  display: grid;\n  width: 100%;\n  grid-auto-flow: row;\n}\n\n.form-class-short {\n  display: grid;\n  width: 100%;\n  grid-auto-flow: row;\n  grid-template-columns: repeat(2, minmax(auto, 48%));\n  grid-column-gap: 24px;\n  grid-row-gap: 12px;\n}\n\n.form-label {\ncolor: black;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-size: 12px;\nline-height: 14px;\nfont-weight: normal;\nmargin-bottom: 4px;\nletter-spacing: normal;\nmargin-top:8px;\n}\n\n.validation-error {\nheight: 15px;\nfont-size: 12px;\nline-height: 14px;\nmargin-bottom: 4px;\nposition: static;\nfont-family: \"avenir_next_worlddemi\", \"Verdana\";\ncolor: #fa575d;\nfont-weight: normal;\ntransition: all 0.2s ease 0s;\nletter-spacing:normal;\nmargin:0;\n}\n\n.should_receive_update_wrapper{\n  display:flex;\n  flex-direction:row;\n  margin-top:15px;\n  line-height: 2.4rem;\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-weight:normal;\ncolor:black;\n}\n\n.should_receive_update {\nheight: auto;\nfont-size: 14px;\nline-height: 22px;\nmargin-top: 0px;\nposition: static;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\ntransition: all 0.2s ease 0s;\nmargin-bottom: 16px;\noutline: none;\ncursor: pointer;\nletter-spacing:normal;\n}\n\n.form-text {\nheight: auto;\nfont-size: 14px;\nfont-weight:normal;\ncolor:black;\nline-height: 22px;\nfont-family: \"avenir_next_worldregular\", \"Verdana\";\nletter-spacing:normal;\n}\n\n.form-receive-update:hover {\ncolor: #000000 !important;\ncursor: pointer;\n}\n\n.form-receive-update {\nmargin-bottom: 20px;\ncolor: #505050;\n}\n\n.form-input {\nbox-sizing: border-box;\nmargin-bottom: 6px;\nwidth: 100%;\nfont-size: 14px;\nfont-family: \"avenir_next_worldmedium\", \"Verdana\";\nfont-size: 16px;\ncolor: black;\nfont-weight: normal;\npadding: 13px 17px;\ntransition: all 0.2s ease 0s;\noutline: none;\nborder-radius: 8px;\nborder: solid 1px #dbdbdb;\n}\n\n.form-select-input{\n  white-space:pre-line;\n}\n\n.form-input-checkbox {\noutline: none;\ncursor: pointer;\n}\n\n.form-label {\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nfont-size: 1.4rem;\ncolor: #2b2b2b;\nline-height: 2.2rem;\nletter-spacing: normal;\n}\n\n.form-button {\ncolor: rgb(255, 255, 255);\nfont-size: 16px;\ntext-transform: capitalize;\nline-height: 14px;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\ntext-align: center;\nmargin-bottom: 0px;\nbackground: #f75961 !important;\nborder: 1px solid #f75961 !important;\nborder-radius: 8px;\noutline: 0px;\npadding: 18px 43px;\ntext-decoration: none;\ntransition: all 0.2s ease 0s;\ncursor: pointer;\ntext-decoration: none !important;\nposition: sticky;\nmargin-top: 10px;\nletter-spacing:normal;\n}\n\n.form-button-wrapper {\nmargin-right: 16px;\nbox-shadow: 0 -4px 7px -7px #222;\nbottom: 0;\nposition: absolute;\nwidth: 100%;\nbackground-color: white;\n}\n\n.alertBox {\npadding: 20px;\nbackground-color: #f75961;\ncolor: #ffffff;\nwidth: 100%;\ntext-align: center;\nfont-size: 16px;\nfont-family: \"avenir_next_worldbold\", \"Verdana\";\nfont-weight: normal;\nposition: fixed;\nz-index: 10;\nz-index: 99992;\ndisplay: none;\ntop: 0;\n}\n\n.download-success-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 32px;\n  line-height: 44px;\n  text-align: center;\n  color: #000000;\n  margin-top:36px;\n}\n\n.download-success-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;  \n  text-align: center;\n  color: #000000;\n  max-width:480px;\n  margin-top:12px;\n}\n\n.download-success-border{\n  margin-top:40px;\n  border-bottom: 2px solid #FFAB00;\n  width:100%;\n  height:2px;\n  background-color: #FFAB00;\n  max-width:153px;\n}\n\n.download-success-section-2-header{\n  ffont-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 20px;\n  line-height: 27px;\n  text-align: center;\n  color: #000000;\n  margin-top:32px;\n}\n\n.download-success-section-2-banners-wrapper{\n  display:flex;\n  margin-top:28px;\n}\n\n.download-success-section-2-banner-1{\n  display:flex;\n  background-color: #ECFCFF;\n  border-radius: 12px;\n  padding-right: 40px;\n  padding-left: 40px;\n  width: 100%;\n  height: 100%;\n  max-width: 624px;\n  max-height: 360px;\n  position:relative;\n  margin-right:15px;\n}\n\n.download-success-section-2-banner-1-text{\n  display:flex;\n  flex-direction:column;\n  padding-top:40px;\n  padding-bototm:40px;\n}\n\n.download-success-section-2-banner-1-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 20px;\n  line-height: 27px;\n  color: #000000;\n}\n\n.download-success-section-2-banner-1-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;\n  color: #000000;\n  margin-top:12px;\n}\n\n.download-success-section-2-banner-1-button{\n    text-decoration:none !important;\n    outline:none !important;\n    background: #000000;\n    border-radius: 8px;\n    width: 328px;\n    height: 56px;\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-weight: normal;\n    font-size: 18px;\n    line-height: 25px;\n    text-align: center;\n    color: #FFFFFF;\n    margin-top:60px;\n    display:flex;\n    justify-content:center;\n    align-items: center;\n}\n\n.download-success-section-2-banner-1-image{\n  \/\/ position:absolute;\n  top: 0px;\n  right:40px;\n}\n\n\n.download-success-section-2-banner-2{\n  display:flex;\n  background-color: #FFF3F6;\n  border-radius: 12px;\n  padding:40px;\n  width: 100%;\n  height: 100%;\n  max-width: 624px;\n  max-height: 360px;\n  position:relative;\n  margin-left:15px;\n}\n\n.download-success-section-2-banner-2-text{\n  display:flex;\n  flex-direction:column;\n}\n\n.download-success-section-2-banner-2-header{\n  font-family: \"avenir_next_worldbold\", \"Verdana\";\n  font-weight: normal;\n  font-size: 20px;\n  line-height: 27px;\n  color: #F75961;\n}\n\n.download-success-section-2-banner-2-sub-header{\n  font-family: \"avenir_next_worldregular\", \"Verdana\";\n  font-size: 18px;\n  line-height: 28px;\n  color: #000000;\n  margin-top:12px;\n}\n\n.download-success-section-2-banner-2-button{\n    text-decoration:none !important;\n    outline:none !important;\n    background: #F75961;\n    border-radius: 8px;\n    width: 192px;\n    height: 56px;\n    font-family: \"avenir_next_worldbold\", \"Verdana\";\n    font-weight: normal;\n    font-size: 18px;\n    line-height: 25px;\n    text-align: center;\n    color: #FFFFFF;\n    margin-top:32px;\n    display:flex;\n    justify-content:center;\n    align-items: center;\n}\n\n.download-success-section-2-banner-2-image{\n  \/\/ position:absolute;\n  top: 0px;\n  right:40px;\n}\n\n.download-success-section-2-banner-2-image-1{\n  width:100%;\n}\n\n.download-success-section-2-banner-2-image-2{\n  width:100%;\n}\n\n@media screen and (max-width: 1025px) {\n\n  \/*---start new update---*\/\n  .form-input-tools-options-wrapper input{\n    width:100%;\n  }\n  \/*---end new update---*\/\n\n  .form-class-short {\n    grid-template-columns: auto;\n    grid-column-gap: 0;\n    grid-row-gap: 12px;\n  }\n\n    .download-form-img{\n      display:none;\n  }\n\n  .download-modal-container{\n    flex-direction:column;\n  }\n\n  .modal-details{\n    margin-right:0;\n    width:100%;\n  }\n\n  .modal-subheading{\n    max-width:100%;\n    text-align:center;\n    margin-top:28px;\n    margin-bottom:28px;\n  }\n\n  .modal-heading{\n    text-align:center;\n  }\n\n  .form-details-wrapper{\n    width:100%;\n    padding-right:0;\n  }\n\n  .modal-content{\n    height:100%;\n    max-height:100%;\n    overflow-y:auto;\n  }\n\n  .form-button-wrapper{\n    box-shadow: none;\n    position: relative;\n  }\n\n  .download-success-section-2-banners-wrapper{\n    flex-direction:column;\n  }\n  \n  .download-success-section-2-banner-1{\n    margin-right:0;\n  }\n\n  .download-success-section-2-banner-2{\n    margin-left:0;\n    margin-top:24px;\n  }\n}\n\n@media screen and (min-width: 991px) {\n  \/* start update *\/\n  .tools-label{\n     margin-left: 0 !important;\n      position: absolute !important;\n      padding-left: 23px;\n  }\n  \/* end update *\/\n}\n\n@media screen and (max-width: 1200px) {\n  body .curriculum-options-wrapper {\n        grid-template-columns: repeat(3, 180px) !important;\n    }\n}\n@media screen and (max-width: 991px) {\n  body .curriculum-options-wrapper {\n        grid-template-columns: repeat(2, auto) !important;\n    }\n\n  \/*  start update *\/\n  .tools-options-wrapper {\n      grid-template-columns: repeat(1, 180px);\n  }\n  \/* end update *\/\n\n  .download-success-header{\n    margin-top:32px;\n  }\n\n  .form-class{\n    margin-bottom:0;\n  }\n  .modal-content{\n    height:100%;\n  }\n\n  .modal-heading{\n    font-size:42px;\n  }\n\n  .form-button-wrapper{\n    margin-bottom:24px;\n  }\n}\n\n@media screen and (max-width: 767px) {\n\n  \/*  start update *\/\n  .tools-options-wrapper {\n      grid-template-columns: repeat(1, 150px) !important;\n  }\n  .tools-options-wrapper{\n    grid-gap: 0px;\n  }\n  ._show_school .radio-button-wrapper, .radio-button-wrapper{\n    grid-template-columns: auto;\n  }\n  \/* end update *\/\n\n    .should_receive_update.curriculum-label{\n      font-size: 12px;\n    }\n  .download-success-section-2-banner-2-header{\n    margin-top: 12px;\n    margin-bottom: 8px;\n  }\n\n  .form-button-wrapper{\n    margin-bottom:0;\n  }\n  .form-details{\n    padding-right:0px;\n    overflow-y:unset !important;\n  }\n  .modal-heading {\n    font-size: 2.8rem;\n  }\n  .modal-subheading{\n    font-size:1.6rem;\n    margin: 20px 0;\n  }\n\n.download-modal-container{\n  flex-direction:column;\n  justify-content: space-between;\n  overflow-y: auto !important;\n  padding-bottom:0;\n  padding-right:12px;\n}\n\n.modal-content {\n  padding: 52px 28px 32px 28px!important;\n  width: 100% !important;\n  flex-direction: column;\n  height: 100% !important;\n}\n\n.download-form-success-modal{\n  overflow-y: auto !important;\n}\n\n.modal-details {\n  width: 100% !important;\n  margin: 0px !important;\n  flex-shrink:0;\n}\n.form-details-wrapper {\n  width: 100% !important;\n  flex: 1;\n  flex-shrink:0 !important;\n}\n.download-form-img {\n  display: none !important;\n}\n.form-button {\n  width: 100%;\n}\n\n.download_form_select{\n  font-size:16px;\n  top:0 !important;\n  border-bottom: 1px solid white !important;\n}\n  .form-class{\n    grid-row-gap: 8px;\n  }\n\n  .download-success-section-2-banner-2{\n    flex-direction: column-reverse;\n    max-height:100%;\n  }\n\n  .download-success-section-2-banner-1{\n    flex-direction: column-reverse;\n    max-height:100%;\n    justify-content:center;\n    align-items:center;\n    padding: 0 12px 24px 12px;\n  }\n  \n  .download-success-section-2-banner-1-button{\n    width: 100%;\n    height: 45px;\n    font-size: 14px;\n    margin-top: 24px;\n  }\n\n  .download-success-section-2-banner-1-text{\n    justify-content:center;\n    align-items:center;\n  }\n\n  .download-success-section-2-banner-2{\n    flex-direction: column-reverse;\n    max-height:100%;\n    justify-content:center;\n    align-items:center;\n    padding: 24px 12px;\n  }\n\n  .download-success-section-2-banner-2-text{\n    margin-top:24px;\n    justify-content:center;\n    align-items:center;\n  }\n\n  .download-success-section-2-banner-2-button{\n    width: 100%;\n    height: 45px;\n    font-size: 14px;\n    margin-top: 24px;\n  }\n\n  .download-success-section-2-banner-2-image-2{\n    width:100%;\n    max-width:180px !important;\n  }\n\n  .download-success-section-2-banner-2-image-1{\n    width:100%;\n    max-width:180px !important;\n  }\n}\n  \n@media screen and (max-width: 500px) {\n  .modal-content {padding: 52px 18px 32px !important;}\n  .download-modal-container{padding-right: 0px;}\n  body .curriculum-options-wrapper{grid-template-columns: repeat(1, 100%) !important;}\n}\n<\/style>\n <script src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/themes\/toddle_learn\/js\/lodash.min.js\"><\/script>\n  <script type=\"text\/javascript\">\n  jQuery(document).ready(function() {\n\n    var selectizeDropdown = jQuery(\"#_download_resource_form_school_select\").selectize({\n        persist: true,\n        create: true,\n        maxOptions:7000,\n        showAddOptionOnCreate: true,\n        \/\/ sortField: \"text\",\n        highlight:false,\n        addPrecedence:true,\n        showAddOptionOnCreate:true,\n        searchOnFocus: false, \/\/ stop default search\n\n      onType  : function(text) {\n          if ( ! this.currentResults.items.length) {\n              $(\".notice\").addClass(\"newd\");\n              $(\".create\").after(\"<p class=notice>No school found, you can add your school above <\/p>\");        \n          } else {\n              $(\".notice\").removeClass(\"newd\");\n              \n          }\n      }\n  });\n\n  var debounceTimer;\n        function makeAjaxRequest(value) {\n        \tselectizeDropdown[0].selectize.clearOptions();\n\t\t  \/\/ Clear any previous debounce timer\n\t\t  clearTimeout(debounceTimer);\n\n\t\t  \/\/ Set up new debounce timer\n\t\t  debounceTimer = setTimeout(function() {\n\n\t\t  \t\/\/ Show loading GIF image\n\t\t    var loadingHTML = \"<div class=selectize-loading><span class=selectize-loading-inner><\/span><\/div>\";\n\t\t    selectizeDropdown[0].selectize.$dropdown_content.html(loadingHTML);\n\n\t\t    \/\/ Make AJAX POST request\n\t\t    $.ajax({\n\t\t      type:\"POST\",\n\t        url: \"https:\/\/apigw.toddleapp.com\/auth\/website\/getSchoolListV2\",\n\t        data: { s: value },\n\t\t      success: function(response) {\n\n\t\t      \tvar schools = response.map(function(item) {\n\t\t          return { text: item.school_name, value: item.school_name };\n\t\t        });\n\n\t\t        \/\/ Replace selectize dropdown data with new JSON school name data\n\t\t        selectizeDropdown[0].selectize.clearOptions();\n\t\t        selectizeDropdown[0].selectize.addOption(schools);\n\t\t        selectizeDropdown[0].selectize.refreshOptions();\n\n\t\t        console.log(\"Done\");\n\t\t      },\n\t\t      error: function(error) {\n\t\t        console.log(error);\n\t\t      },\n\t\t      complete: function() {\n\t\t        \/\/ Hide loader image\n\t\t        \/\/selectizeDropdown[0].selectize.hideLoading();\n\t\t        selectizeDropdown[0].selectize.$dropdown_content.find(\".selectize-loading\").remove();\n\t\t      }\n\t\t    });\n\t\t  }, 300); \/\/ debounce for 500ms\n\t\t}\n\n\t\t\/\/ Set up event listener for selectize dropdown input\n\t\t$(\".school-new input\").on(\"input\", function(event) {\n\t\t\tevent.preventDefault(); \/\/ stop default search\n\t\t  \tmakeAjaxRequest($(this).val());\n\t\t});\n\n\n\n\n    const fields = [\n      \"fname\",\n    \"lname\",\n      \"email\",\n      \"school\",\n      \"newrole\",\n      \"country_new\",\n      \/\/ \"content\"\n    ];\n    var CAMPAIGN_KEYWORDS = [\n      { key: \"utm_source\" },\n      { key: \"utm_medium\" },\n      { key: \"utm_campaign\" },\n      { key: \"utm_content\" },\n      { key: \"utm_term\" }\n    ];\n\n    \/\/ start update \n    let your_school = \"\";\n    let tools = \"\";  \/\/ start new update\n    jQuery(\"._show_school\").css(\"display\", \"none\");\n    jQuery(\"#_tool_error\").css(\"display\", \"none\"); \/\/ new development\n    jQuery(\"._show_whatsapp_field\").css(\"display\", \"none\"); \/\/ new development\n    jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"none\"); \/\/ new development\n\n    function checkTool() {\n        if(tools.length <= 0){\n            jQuery(\".download-form-loading\").css(\"display\", \"none\");\n            jQuery(\"#_tool_error\").css(\"display\", \"block\");\n        jQuery(\"#_tool_error\").css(\"visibility\", \"visible\");\n            return;\n        } else {\n                jQuery(\"#_tool_error\").css(\"display\", \"none\");\n        }\n    }\n\n    jQuery(document).ready(function(){\n      jQuery(\"#_label_1\").click(function() {\n        if( jQuery(\"#_role_1\").is(\":checked\") ||  jQuery(\"#_role_3\").is(\":checked\") ||  jQuery(\"#_role_5\").is(\":checked\")){\n          jQuery(\"._show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\"._show_school\").css(\"display\", \"none\");\n        }\n      });\n      jQuery(\"#_label_3\").click(function() {\n        if( jQuery(\"#_role_1\").is(\":checked\") ||  jQuery(\"#_role_3\").is(\":checked\") ||  jQuery(\"#_role_5\").is(\":checked\")){\n          jQuery(\"._show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\"._show_school\").css(\"display\", \"none\");\n        }\n      });\n      jQuery(\"#_label_5\").click(function() {\n        if( jQuery(\"#_role_1\").is(\":checked\") ||  jQuery(\"#_role_3\").is(\":checked\") ||  jQuery(\"#_role_5\").is(\":checked\")){\n          jQuery(\"._show_school\").css(\"display\", \"block\");\n        }\n        else{\n          jQuery(\"._show_school\").css(\"display\", \"none\");\n        }\n      });\n\n      jQuery(\".your-school-radio\").click(function() {\n          your_school = jQuery(this).find(\"input[name=_your_school]\").val();\n      });\n\n\n        jQuery(\"#_label_1\").click(function() {\n          if( jQuery(\"#_role_1\").is(\":checked\")){\n            jQuery(\"._show_whatsapp_field\").css(\"display\", \"grid\");\n            jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"flex\");\n          }\n          else{\n            jQuery(\"._show_whatsapp_field\").css(\"display\", \"none\");\n            jQuery(\".should_receive_event_update_wrapper\").css(\"display\", \"none\");\n          }\n      });\n    });\n\n\n\n    \/\/ end update\n\n    let curriculums = [];\n    let fieldData = {};\n      jQuery(\"#_role_error\").css(\"display\", \"none\");\n      jQuery(\"#_newrole_error\").css(\"display\", \"none\");\n   function checkRole() {\n        if(curriculums.length <= 0){\n            jQuery(\".download-form-loading\").css(\"display\", \"none\");\n            jQuery(\"#_role_error\").css(\"display\", \"block\");\n        jQuery(\"#_role_error\").css(\"visibility\", \"visible\");\n            return;\n        } else {\n                jQuery(\"#_role_error\").css(\"display\", \"none\");\n        }\n    }\n    jQuery(\".download-form-success-not-email-btn\").click(function() {\n      jQuery(\".modal-content\").scrollTop();\n      jQuery(\".form-details\").scrollTop();\n      jQuery(\".download-form-loading\").css(\"display\", \"none\");\n      jQuery(\".download-form-success-modal\").fadeOut(100);\n      jQuery(\".download-form-success-modal\").css(\"display\", \"none\");\n      jQuery(\".download-modal-container\").fadeIn(100);\n      jQuery(\".download-modal-container\").css(\"display\", \"flex\");\n    });\n\n    jQuery(\"#should_receive_update_label\").on(\"click\", function(){\n      var checkbox = jQuery(\"#should_receive_update\");\n      checkbox.prop(\"checked\", !checkbox.prop(\"checked\"));\n   });\n\n    jQuery(\"#consent_label\").on(\"click\", function(){\n        var checkbox = jQuery(\"#consent\");\n        checkbox.prop(\"checked\", !checkbox.prop(\"checked\"));\n    });\n\n    $(document).ready(function() {\n      var consentCheckbox = $(\"#consent\");\n      var submitButton = $(\"#_form_button\");\n      function checkConsent() { \n        submitButton.prop(\"disabled\", !consentCheckbox.prop(\"checked\"));\n        if (submitButton.prop(\"disabled\")) {\n            submitButton.css(\"opacity\", \"0.6\");\n        } else {\n            submitButton.css(\"opacity\", \"1\");\n        }\n      }\n\n      checkConsent();\n\n      jQuery(\"#consent_label\").on(\"click\", checkConsent);\n      consentCheckbox.on(\"click\", checkConsent);\n    });\n\n   jQuery(\"#_label_1\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_1\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_1\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_1\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_1\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_2\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_2\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_2\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_2\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_2\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_3\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_3\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_3\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_3\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_3\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_4\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_4\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_4\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_4\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_4\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_5\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_5\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_5\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_5\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_5\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_6\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_6\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_6\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_6\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_6\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_7\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_7\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_7\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_7\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_7\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_8\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_8\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_8\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_8\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_8\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_9\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_9\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_9\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_9\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_9\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_10\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_10\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_10\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_10\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_10\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_11\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_11\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_11\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_11\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_11\").val(),curriculums) ,1 );\n          }\n      });\n\n      jQuery(\"#_label_12\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_role_12\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n          if($(\"#_role_12\").is(\":checked\")){\n            curriculums.push(jQuery(\"#_role_12\").val());\n          } else {\n            curriculums.splice($.inArray(jQuery(\"#_role_12\").val(),curriculums) ,1 );\n          }\n      });\n\n    \n  jQuery(\"._curriculum-options\").on(\"click\", function(){\n        curriculums = [];\n        jQuery.each(jQuery(\"input[name='_curriculum_option']:checked\"), function(){\n            curriculums.push(jQuery(this).val());\n        });\n        checkRole();\n    });\n\n\n    \/\/ start update\n\n    jQuery(\"#_label_google\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_tool_1\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#_tool_1\").is(\":checked\")){\n      tools.push(jQuery(\"#_tool_1\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#_tool_1\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#_label_managebac\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_tool_2\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#_tool_2\").is(\":checked\")){\n      tools.push(jQuery(\"#_tool_2\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#_tool_2\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#_label_seesaw\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_tool_3\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#_tool_3\").is(\":checked\")){\n      tools.push(jQuery(\"#_tool_3\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#_tool_3\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"#_label_others\").on(\"click\", function(){\n        var checkbox3 = jQuery(\"#_tool_4\");\n        checkbox3.prop(\"checked\", !checkbox3.prop(\"checked\"));\n  \n    if($(\"#_tool_4\").is(\":checked\")){\n      tools.push(jQuery(\"#_tool_4\").val());\n    } else {\n      tools.splice($.inArray(jQuery(\"#_tool_4\").val(),tools) ,1 );\n    }\n    });\n\n    jQuery(\"._tools-options\").on(\"click\", function(){\n        tools = [];\n        jQuery.each(jQuery(\"input[name='_tools_option']:checked\"), function(){\n            tools.push(jQuery(this).val());\n        });\n        checkTool();\n    });\n\n    \/\/ end update\n  \n    fields.forEach(field => {\n      jQuery(`#form--${field}-error`).css(\"visibility\", \"hidden\");\n    });\n  \n    fields.forEach(field => {\n      jQuery(`#form--${field}`).focusout(function() {\n        verifyField(field);\n      });\n    });\n  \n    fields.forEach(field => {\n      jQuery(`#form--${field}`).on(\"input\", function() {\n        verifyField(field);\n      });\n    });\n  \n    function verifyField(fieldName) {\n      fieldValue = jQuery(`#form--${fieldName}`).val();\n      if((fieldName == \"name\" && fieldName != \"\") || (fieldName == \"email\" && fieldName != \"\")){\n        fieldValue = fieldValue.trim();\n        }\n      var notValid = fieldValue == \"\";\n      \/\/ if (fieldName == \"content\") {\n      \/\/   fieldValue = jQuery(`#form--${fieldName}`)\n      \/\/     .children(\":selected\")\n      \/\/     .val();\n\n      \/\/     console.log(fieldValue);\n  \n      \/\/   notValid = !fieldValue || fieldValue == \"\" || fieldValue==\"Please select\" || fieldValue.length <= 1 ;\n      \/\/ } else {\n      \/\/   notValid = notValid || fieldValue.length <= 1;\n      \/\/ }\n  \n      if (fieldName == \"email\") {\n        notValid = notValid || !IsEmail(fieldValue);\n      }\n      if (notValid) {\n        jQuery(`#form--${fieldName}`).css(\"border\", \"solid 1px #f75961\");\n        jQuery(`#form--${fieldName}-error`).css(\"visibility\", \"visible\");\n        fieldData[fieldName] = \"\";\n      } else {\n        jQuery(`#form--${fieldName}`).css(\"border\", \"solid 1px #797979\");\n        jQuery(`#form--${fieldName}-error`).css(\"visibility\", \"hidden\");\n        fieldData[fieldName] = fieldValue;\n      }\n  \n      return !notValid;\n    }\n  \n    jQuery(\"#should_receive_update\").click(function() {\n      verifyCheckbox();\n    });\n  \n    function verifyCheckbox() {\n      fieldData[\"shouldReceiveUpdate\"] = jQuery(\"#should_receive_update\").is(\n        \":checked\"\n      );\n    }\n\n    \/\/ start update\n    jQuery(\"#should_receive_event_update\").click(function() {\n      verifyWhatsAppCheckbox();\n    });\n    \n    function verifyWhatsAppCheckbox() {\n      fieldData[\"shouldReceiveWhatsAppUpdate\"] = jQuery(\"#should_receive_event_update\").is(\n        \":checked\"\n      );\n    }\n    \/\/ end update\n  \n    function IsEmail(email) {\n      var regex = \/^([a-zA-Z0-9_\\.\\-\\+])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$\/;\n      if (!regex.test(email)) {\n        console.log(\"error6\");\n        return false;\n      } else {\n        return true;\n      }\n    }\n  \n    function IsUrl(url) {\n      var regex = \/^(https?:\\\/\\\/)?(www\\.)[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,4}\\b([-a-zA-Z0-9@:%_\\+.~#?&\/\/=]*)|(https?:\\\/\\\/)?(www\\.)?(?!ww)[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,4}\\b([-a-zA-Z0-9@:%_\\+.~#?&\/\/=]*)$\/;\n      if (!regex.test(url)) {\n        console.log(\"error7\");\n        return false;\n      } else {\n        return true;\n      }\n    }\n\n     \/\/ start new update\n    jQuery(\"._show_school label\").click(function(event) {\n    \tif ($(\"#_demo_candidate\").prop(\"checked\") || $(\"#_demo_authorized\").prop(\"checked\")) {\n    \t\tjQuery(\"#_yourschool_role_error\").css(\"display\", \"none\");\n    \t}\n    });\n\n    jQuery(\"#_your_tools\").on(\"change keyup paste\", function(){\n        jQuery(\"#_tool_error\").css(\"display\", \"none\");\n      }); \n\n    \/\/ end new update\n  \n    jQuery(\"#_form_button\").click(function(event) {\n      event.preventDefault();\n      const results = fields.map(field => {\n        return verifyField(field);\n      });\n\n\n      \n\n      \/\/ Security Fix\n      let valid = true;\n      const spamPattern = \/(https?:\\\/\\\/|www\\.|\\.[a-z]{2,10}\\b|[a-z0-9-]+\\.[a-z]{2,10}|<[^>]+>|claim|prize|click|offer|win|free|\u20ac|official partner)\/i;\n\n      [\"fname\", \"lname\"].forEach(function(field) {\n          const $field = $(\"#form--\" + field);\n          const $error = $(\"#form--\" + field + \"-error\");\n          const value = $field.val();\n\n          if (value.indexOf(\" \")  >= 0) {\n            $error.css({ display: \"block\", visibility: \"visible\" }).text(\"No spaces are allowed\");\n            $field.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n            valid = false;\n          }\n          else if (spamPattern.test(value)) {\n            $error.css({ display: \"block\", visibility: \"visible\" }).text(\"Invalid input detected\");\n            $field.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n            valid = false;\n          }   \n\n      });\n      \/\/ ---- Email validation ----\n\n      \/\/ Disposable Email Domain List\n      const disposableDomains = [\n      \"0mail.xyz\", \"10minutemail.com\", \"20minutemail.com\", \"33mail.com\", \"anonbox.net\", \"anonymbox.com\", \"binkmail.com\",\n      \"burnermail.io\", \"byom.de\", \"chokki.com\", \"clrmail.com\", \"cryptogmail.com\", \"deadaddress.com\", \"dispostable.com\",\n      \"dropmail.me\", \"ducky.com\", \"emailondeck.com\", \"fakebox.org\", \"fakeinbox.com\", \"fakemail.net\", \"getairmail.com\",\n      \"getnada.com\", \"guerillamail.com\", \"guerrillamail.com\", \"housat.com\", \"inboxkitten.com\", \"kasmail.com\", \"lortemail.dk\",\n      \"mailcatch.com\", \"maildrop.cc\", \"mailexpire.com\", \"mailinator.com\", \"mailnesia.com\", \"mailnull.com\", \"meltmail.com\",\n      \"my10minutemail.com\", \"nada.email\", \"nowmymail.com\", \"oneoffemail.com\", \"privaterelay.appleid.com\", \"proxymail.eu\",\n      \"sharklasers.com\", \"spam4.me\", \"spambox.us\", \"spamgourmet.com\", \"spamspot.com\", \"temp-mail.io\", \"tempmail.com\",\n      \"tempmail.net\", \"throwaway.io\", \"trashmail.com\", \"yopmail.com\", \"zippymail.info\"];\n\n      \/\/ Common Fake Email Patterns\n      const fakeUserPatterns = [\n          \/^(test|demo|example|abc|asdf|qwerty|temp)[0-9\\-]*$\/i\n      ];\n      const $email = $(\"#form--email\");\n      const $emailError = $(\"#form--email-error\");\n      const emailVal = $email.val().toLowerCase().trim();\n      const [username, domain] = emailVal.split(\"@\");\n      if (!username || !domain || \n        disposableDomains.includes(domain) || \n        fakeUserPatterns.some(pattern => pattern.test(username))) {\n        $emailError.css({ display: \"block\", visibility: \"visible\" }).text(\"Personal or fake emails not allowed\");\n        $email.css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n\n      const $school_name = $(\"#_download_resource_form_school_select\").val();\n      \/\/console.log(\"school:\"+$school_name);\n      if($school_name == \"\" || $school_name == null || $school_name == undefined) {\n        $(\"#form--school-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".custom-selects-school .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form--school-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".custom-selects-school .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      const $schoolType = $(\"#form--schooltype\").val();\n      \/\/console.log($schoolType);\n      if($schoolType == \"\") {\n        \/\/console.log(\"school type error\");\n        $(\"#form--schooltype-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".schooltype-new .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form--schooltype-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".schooltype-new .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      const $state = $(\"#form--state\").val();\n      const $country = $(\"#form--country_new\").val();\n      if(($state == \"\") && ($country == \"United States\")) {\n        \/\/console.log(\"state error\");\n        $(\"#form--state-error\").css({ display: \"block\", visibility: \"visible\" });\n        $(\".state-new .selectize-input\").css(\"border\", \"1px solid rgb(247, 89, 97)\");\n        valid = false;\n      }\n      else{\n        $(\"#form--state-error\").css({ display: \"none\", visibility: \"hidden\" });\n        $(\".state-new .selectize-input\").css(\"border\", \"1px solid rgb(219, 219, 219)\");\n      }\n\n      console.log(\"valid:\"+valid);\n\n      if (!valid) {\n          event.preventDefault(); \/\/ block form submit\n          return false;\n      }\n\n\n      \/\/ start new update\n\n      \tif($(\"#_role_1\").is(\":checked\") || $(\"#_role_3\").is(\":checked\") || $(\"#_role_5\").is(\":checked\")){\n\t    \t\/\/console.log(\"#_demo_candidate\");\n\t    \tif ($(\"#_demo_candidate\").prop(\"checked\") || $(\"#_demo_authorized\").prop(\"checked\")) {\n\t    \t\tjQuery(\"#_yourschool_role_error\").css(\"display\", \"none\");\n\t    \t}\n\t    \telse{\n\t    \t\tjQuery(\"#_yourschool_role_error\").css(\"display\", \"block\");\n          console.log(\"error2\");\n\t    \t\treturn false;\n\t    \t}\n\t    }\n\n\n      \tvar role_new = $(\"#form--newrole\").val();\n\t\t\/\/console.log(\"role new:\"+role_new);\n\t\tif(role_new == \"Please select\" || role_new == \"Please selectPlease select\" || role_new == \"\"){\n\t\t\tjQuery(\"#form--newrole-error\").css(\"display\", \"block\");\n      console.log(\"error3\");\n\t\t\treturn false;\n\t\t}\n\t\telse{\n\t\t\tjQuery(\"#form--newrole-error\").css(\"display\", \"none\");\n\t\t}\n\n      \/\/ end new update\n  \n\n\n      var source = \"\";\n      const allValid = results.filter(item => !item).length == 0;\n    if(curriculums.length <= 0){\n        jQuery(\".download-form-loading\").css(\"display\", \"none\");\n        jQuery(\"#_role_error\").css(\"display\", \"block\");\n        jQuery(\"#-alertBox\").fadeIn(300);\n        setTimeout(function() {\n          jQuery(\"#-alertBox\").fadeOut(300);\n        }, 3000);\n        return;\n      } else {\n        jQuery(\"#_role_error\").css(\"display\", \"none\");\n      }\n\n\n\n\n      \/\/ start new update\n      tools = jQuery(\"#_your_tools\").val();\n      if(tools == \"\"){\n \n          jQuery(\"#_tool_error\").css(\"display\", \"block\");\n          jQuery(\"#_tool_error\").css(\"visibility\", \"visible\");\n          console.log(\"error4\");\n          return false;\n       \n        } else {\n                jQuery(\"#_tool_error\").css(\"display\", \"none\");\n        }\n\n       \n      \/\/ end new update\n \n\n      if (!allValid) {\n        jQuery(\"#-alertBox\").fadeIn(300);\n        setTimeout(function() {\n          jQuery(\"#-alertBox\").fadeOut(300);\n        }, 1500);\n        console.log(\"error8\");\n        return false;\n      }\n\n      \/\/ start new update\n\n        let whatsapp_no = \"\";\n       \n\n\t    let should_receive_event_update = \"\";\n        \n\t\/\/ end new update\n\n\n   \n      var tag_name = jQuery(\"#form-tag-name\").val();\n      var toddle_newsletter_subscription = jQuery(\"#toddle_newsletter_subscription\").val();\n      let blog_url = jQuery(\"#form-blog-url\").val();\n      let resource_url = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\";\n      let resource_name = \"Brainstorming ideas and learning goals templates \";\n      let post_title = jQuery(\"#form-post-title\").val();\n      let poster_image = \"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Group-4553.png\";\n      let poster_color = jQuery(\"#form-poster-color\").val();\n      let should_receive_update =  jQuery(\"#should_receive_update\").is(\n        \":checked\"\n      );\n      fieldData[\"shouldReceiveUpdate\"]=should_receive_update;\n      fieldData[\"shouldReceiveWhatsAppUpdate\"]=should_receive_event_update; \/\/ start update\n      fieldData[\"curriculum\"]= curriculums;\n      fieldData[\"tools\"]= tools;  \/\/ start update\n      fieldData[\"post_title\"]= post_title;  \/\/ start update\n      fieldData[\"whatsapp_no\"]= whatsapp_no;  \/\/ start update\n      fieldData[\"your_school\"]= your_school;  \/\/ start update\n      fieldData[\"school\"]= jQuery(\"#_download_resource_form_school_select option:selected\").text();\n      fieldData[\"role\"]= jQuery(\"#form--newrole\").val(); \/\/ start new update\n      fieldData[\"country\"]= jQuery(\"#form--country_new\").val();\n      fieldData[\"state\"]= jQuery(\"#form--state\").val();\n      fieldData[\"schoolType\"]= jQuery(\"#form--schooltype\").val();\n      var utmData = localStorage.getItem(\"learnUtmUrl\");\n\n\n     \n      \n\n    var hutk = document.cookie.replace(\/(?:(?:^|.*;\\s*)hubspotutk\\s*\\=\\s*([^;]*).*$)|^.*$\/, \"$1\");\n      var data = {\n        ...(fieldData || {}),\n        blogUrl:window.location.href,\n        url: resource_url,\n    utmData:utmData,\n        title:resource_name,\n        post_title:post_title,\n    jobTitle:fieldData[\"role\"],\n        posterImage:poster_image,\n        posterColor:poster_color,\n        shouldReceiveUpdate:should_receive_update,\n        shouldReceiveWhatsAppUpdate:should_receive_event_update, \/\/ start update\n        toddle_newsletter_subscription:toddle_newsletter_subscription,\n        your_school:your_school,  \/\/ start update\n        tools:tools,  \/\/ start update\n        whatsapp_no : whatsapp_no, \/\/ start update\n        type:\"RESOURCE_DOWNLOAD\",\n        nurture_email_template_id: \"\",\n        categoryIds:[296,308,431],\n        curriculum:curriculums,\n        acTag:\"\",\n        coordinator_image:\"\",\n        coordinator_url:\"\",\n\n        teacher_r1_image:\"\",\n        teacher_r1_url:\"\",\n        teacher_r2_image:\"\",\n        teacher_r2_url:\"\",\n    hutk: !_.isEmpty(hutk) ? hutk : \"\",\n      }\n      hubspotTracking(data);\n      jQuery(\".download-form-loading\").css(\"display\", \"flex\");\n\n      \/\/console.log(JSON.stringify(data));\n\n      $.ajax({\n        type: \"POST\",\n        url:\n        \"https:\/\/apigw.toddleapp.com\/auth\/website\/learnRegistration\",\n        data: JSON.stringify(data),\n        contentType: \"application\/json; charset=utf-8\",\n        crossDomain: true,\n        dataType: \"json\",\n        success: function(data, status) {       \nwindow.dataLayer = window.dataLayer || [];\nwindow.dataLayer.push({\n \"event\": \"learnformSubmission\",\n \"formType\": \"Learn Registration\"\n });\n            (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\"gtm.start\":\nnew Date().getTime(),event:\"gtm.js\"});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\"dataLayer\"?\"&l=\"+l:\"\";j.async=true;j.src=\n\"https:\/\/www.googletagmanager.com\/gtm.js?id=\"+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\"script\",\"dataLayer\",\"GTM-TRNWKC6\");\n          localStorage.setItem(\"userDataNew\", JSON.stringify(fieldData));\n          localStorage.setItem(\"userData\", JSON.stringify(fieldData));\n          jQuery(\".download-modal-container\").fadeOut(100);\n          jQuery(\".download-modal-container\").css(\"display\", \"none\");\n          jQuery(\".download-form-success-sublabel\").html(`Your copy of the ${resource_name} has been sent to <strong> ${fieldData.email} <\/strong> so you can inquire, read, and share; anytime, anywhere.`);\n         \/\/ jQuery(\".download-form-success-modal\").fadeIn(100);\n         \/\/ jQuery(\".download-form-success-modal\").css(\"display\", \"flex\");\n          jQuery(\".video-button-wrapper\").fadeOut(100);\n          jQuery(\".video-button-wrapper\").css(\"display\", \"none\");\n          jQuery(\".download-form-loading\").css(\"display\", \"none\");\n\n\n      \n         setTimeout(function(){\n        if(source==\"ubd\")\n        window.location.assign(\"https:\/\/www.toddleapp.com\/learn\/thank-you?source=ubd&tagname=${tag_name}\", \"_blank\"); \n      else \n      window.location.assign(`https:\/\/www.toddleapp.com\/learn\/thank-you\/?tagname=${tag_name}`, \"_blank\"); \n      }, 1000);\n        jQuery(\"body\").css(\"overflow-y\", \"auto\");\n      jQuery(\".bg-modal\").fadeOut(200);\n\n                var allschools = [\"\"];\n                if ((jQuery.inArray(fieldData[\"school\"], allschools) == -1)){\n              \n                    var data1 = { \n                        country: fieldData[\"country\"],\n                        school_name: fieldData[\"school\"]\n                    };\n              \n                    var json1 = JSON.stringify(data1);\n              \n                    console.log(\"json1: \",json1);\n                    if (json1 && json1 !== \"{}\") {\n                      $.ajax({\n                      type: \"POST\",\n                      url: \"https:\/\/apigw.toddleapp.com\/auth\/website\/addNewSchool\",\n                      data: json1,\n                      contentType: \"application\/json; charset=utf-8\",\n                      dataType: \"json\",\n                      success: function(msg) {\n                        console.log(json1);\n                        console.log(\"called new school\");  \n                        },\n                        error: function(status) {\n                          console.log(\"called new school with error\");\n                        }\n                      });\n                    }\n              \n                }\n        },\n        error: function(status) {\n          jQuery(\".download-form-loading\").css(\"display\", \"none\");\n          jQuery(\"#-alertBox\").text(\"Something went wrong\");\n          jQuery(\"#-alertBox\").fadeIn(300);\n          setTimeout(function() {\n            jQuery(\"#-alertBox\").fadeOut(300);\n\n          }, 3000);\n        }\n      });\n      return true;\n    });\n\n  \/\/ var allschools = [\"test\", \"test 2\"];\n\n  \n  \n  });\n  <\/Script>\n  <div id= \"-modal\" class=\"bg-modal\">\n  <div id= \"-alertBox\" class=\"alertBox\">\n    Please rectify the errors in your form\n    <\/div>\n  <div class=\"modal-content\">\n  <div class=\"form-close\">+<\/div>\n  <div class=\"download-modal-container\">\n        <div class=\"modal-details\">\n            <div>\n                <div class=\"modal-heading\">\n                You\u2019re just one step away!\n                <\/div>\n                <div class=\"modal-subheading\">\n                Fill in your information and hit that download button to get free access to this resource.\n                <\/div>\n            <\/div>\n            <div class=\"download-form-img\">\n            <img decoding=\"async\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker.webp\"\/>\n            <\/div>\n        <\/div>\n        <div class=\"form-details-wrapper\">\n            <div class=\"form-details\"> <form id=\"registration-form\" class=\"form-class\" action=\"\" method=\"\"><input type=\"hidden\" id=\"form-blog-url\"  value=\"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/\"\/><input type=\"hidden\" id=\"form-resource-name\"  value=\"Brainstorming ideas and learning goals templates\"\/><input type=\"hidden\" id=\"form-post-title\"  value=\"Brainstorming Ideas and Learning Goals for Personal Project\"\/><input type=\"hidden\" id=\"form-resource-url\"  value=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/12\/Brainstorming-ideas-and-learning-goals_compressed.pdf\"\/><input type=\"hidden\" id=\"form-poster-color\"  value=\"#FFBD33\"\/><input type=\"hidden\" id=\"form-poster-image\"  value=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Group-4553.png\"\/><input type=\"hidden\" id=\"form-tag-name\"  value=\"myp\"\/><input type=\"hidden\" id=\"toddle_newsletter_subscription\"  value=\"MYP\"\/><div class=\"form-class-short\"> <div >\n              <label class=\"form-label\">\n                  <span>First name<span>\n              <\/label> <div><input class=\"form-input\" placeholder=\"Your first name\" id=\"form--fname\" name=\"form--fname\" value=\"\" \/><div id=\"form--fname-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Last name<span>\n              <\/label> <div><input class=\"form-input\" placeholder=\"Your last name\" id=\"form--lname\" name=\"form--lname\" value=\"\" \/><div id=\"form--lname-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div><\/div><div class=\"form-class-short\"> <div >\n              <label class=\"form-label\">\n                  <span>Work email<span>\n              <\/label> <div class=\"email-new\"><input class=\"form-input\" placeholder=\"Your email address\" id=\"form--email\" name=\"form--email\" value=\"\" \/><div id=\"form--email-error\" class=\"validation-error\">Please enter valid email<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>School\/Organization name<span>\n              <\/label> <div class=\"school-new\"><div class=\"custom-selects-school\">  <select id=\"_download_resource_form_school_select\" class=\"download_form_select\" name=\"school\">    <option value=\"\">Type your school name to search<\/option><option value=\"\"><\/option>   <\/select><\/div><div id=\"form--school-error\" class=\"validation-error\">Please complete this required field.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Type of school<span>\n              <\/label> <div class=\"schooltype-new\"><select class=\"form-input\" placeholder=\"Please select\" id=\"form--schooltype\" name=\"form--schooltype\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Please select<\/option><\/optgroup><option title=\"US Public\" value=\"US Public\">US Public<\/option><option title=\"US Private - Independent\" value=\"US Private - Independent\">US Private - Independent<\/option><option title=\"US IB\" value=\"US IB\">US IB<\/option><\/select><div id=\"form--schooltype-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Your role at your school<span>\n              <\/label> <div class=\"newrole-new\"><select class=\"form-input\" placeholder=\"Please select\" id=\"form--newrole\" name=\"form--newrole\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Please select<\/option><\/optgroup><option title=\"Teacher\" value=\"Teacher\">Teacher<\/option><option title=\"Curriculum Coordinator\" value=\"Curriculum Coordinator\">Curriculum Coordinator<\/option><option title=\"Principal\/Vice Principal\" value=\"Principal\/Vice Principal\">Principal\/Vice Principal<\/option><option title=\"School Administrator\" value=\"School Administrator\">School Administrator<\/option><option title=\"Grade Leader\" value=\"Grade Leader\">Grade Leader<\/option><option title=\"IT Specialist\" value=\"IT Specialist\">IT Specialist<\/option><option title=\"Other\" value=\"Other\">Other<\/option><\/select><div id=\"form--newrole-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>Country<span>\n              <\/label> <div class=\"country_new-new\"><select class=\"form-input\" placeholder=\"Select country\" id=\"form--country_new\" name=\"form--country_new\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Select country<\/option><\/optgroup><span class=\"newclass\">cont<\/span><option title=\"Afghanistan\" value=\"Afghanistan\">Afghanistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Albania\" value=\"Albania\">Albania<\/option><span class=\"newclass\">cont<\/span><option title=\"Algeria\" value=\"Algeria\">Algeria<\/option><span class=\"newclass\">cont<\/span><option title=\"Andorra\" value=\"Andorra\">Andorra<\/option><span class=\"newclass\">cont<\/span><option title=\"Angola\" value=\"Angola\">Angola<\/option><span class=\"newclass\">cont<\/span><option title=\"Antigua and Barbuda\" value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><span class=\"newclass\">cont<\/span><option title=\"Argentina\" value=\"Argentina\">Argentina<\/option><span class=\"newclass\">cont<\/span><option title=\"Armenia\" value=\"Armenia\">Armenia<\/option><span class=\"newclass\">cont<\/span><option title=\"Australia\" value=\"Australia\">Australia<\/option><span class=\"newclass\">cont<\/span><option title=\"Austria\" value=\"Austria\">Austria<\/option><span class=\"newclass\">cont<\/span><option title=\"Azerbaijan\" value=\"Azerbaijan\">Azerbaijan<\/option><span class=\"newclass\">cont<\/span><option title=\"Bahamas\" value=\"Bahamas\">Bahamas<\/option><span class=\"newclass\">cont<\/span><option title=\"Bahrain\" value=\"Bahrain\">Bahrain<\/option><span class=\"newclass\">cont<\/span><option title=\"Bangladesh\" value=\"Bangladesh\">Bangladesh<\/option><span class=\"newclass\">cont<\/span><option title=\"Barbados\" value=\"Barbados\">Barbados<\/option><span class=\"newclass\">cont<\/span><option title=\"Belarus\" value=\"Belarus\">Belarus<\/option><span class=\"newclass\">cont<\/span><option title=\"Belgium\" value=\"Belgium\">Belgium<\/option><span class=\"newclass\">cont<\/span><option title=\"Belize\" value=\"Belize\">Belize<\/option><span class=\"newclass\">cont<\/span><option title=\"Benin\" value=\"Benin\">Benin<\/option><span class=\"newclass\">cont<\/span><option title=\"Bhutan\" value=\"Bhutan\">Bhutan<\/option><span class=\"newclass\">cont<\/span><option title=\"Bolivia\" value=\"Bolivia\">Bolivia<\/option><span class=\"newclass\">cont<\/span><option title=\"Bosnia and Herzegovina\" value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><span class=\"newclass\">cont<\/span><option title=\"Botswana\" value=\"Botswana\">Botswana<\/option><span class=\"newclass\">cont<\/span><option title=\"Brazil\" value=\"Brazil\">Brazil<\/option><span class=\"newclass\">cont<\/span><option title=\"Brunei\" value=\"Brunei\">Brunei<\/option><span class=\"newclass\">cont<\/span><option title=\"Bulgaria\" value=\"Bulgaria\">Bulgaria<\/option><span class=\"newclass\">cont<\/span><option title=\"Burkina Faso\" value=\"Burkina Faso\">Burkina Faso<\/option><span class=\"newclass\">cont<\/span><option title=\"Burundi\" value=\"Burundi\">Burundi<\/option><span class=\"newclass\">cont<\/span><option title=\"Cabo Verde\" value=\"Cabo Verde\">Cabo Verde<\/option><span class=\"newclass\">cont<\/span><option title=\"Cambodia\" value=\"Cambodia\">Cambodia<\/option><span class=\"newclass\">cont<\/span><option title=\"Cameroon\" value=\"Cameroon\">Cameroon<\/option><span class=\"newclass\">cont<\/span><option title=\"Canada\" value=\"Canada\">Canada<\/option><span class=\"newclass\">cont<\/span><option title=\"Cayman Islands\" value=\"Cayman Islands\">Cayman Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Central African Republic\" value=\"Central African Republic\">Central African Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Chad\" value=\"Chad\">Chad<\/option><span class=\"newclass\">cont<\/span><option title=\"Chile\" value=\"Chile\">Chile<\/option><span class=\"newclass\">cont<\/span><option title=\"China\" value=\"China\">China<\/option><span class=\"newclass\">cont<\/span><option title=\"Colombia\" value=\"Colombia\">Colombia<\/option><span class=\"newclass\">cont<\/span><option title=\"Comoros\" value=\"Comoros\">Comoros<\/option><span class=\"newclass\">cont<\/span><option title=\"Congo\" value=\"Congo\">Congo<\/option><span class=\"newclass\">cont<\/span><option title=\"Costa Rica\" value=\"Costa Rica\">Costa Rica<\/option><span class=\"newclass\">cont<\/span><option title=\"Ivory Coast\" value=\"Ivory Coast\">Ivory Coast<\/option><span class=\"newclass\">cont<\/span><option title=\"Croatia\" value=\"Croatia\">Croatia<\/option><span class=\"newclass\">cont<\/span><option title=\"Cuba\" value=\"Cuba\">Cuba<\/option><span class=\"newclass\">cont<\/span><option title=\"Cyprus\" value=\"Cyprus\">Cyprus<\/option><span class=\"newclass\">cont<\/span><option title=\"Czech Republic\" value=\"Czech Republic\">Czech Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Denmark\" value=\"Denmark\">Denmark<\/option><span class=\"newclass\">cont<\/span><option title=\"Djibouti\" value=\"Djibouti\">Djibouti<\/option><span class=\"newclass\">cont<\/span><option title=\"Dominica\" value=\"Dominica\">Dominica<\/option><span class=\"newclass\">cont<\/span><option title=\"Dominican Republic\" value=\"Dominican Republic\">Dominican Republic<\/option><span class=\"newclass\">cont<\/span><option title=\"Timor-Leste\" value=\"Timor-Leste\">Timor-Leste<\/option><span class=\"newclass\">cont<\/span><option title=\"Ecuador\" value=\"Ecuador\">Ecuador<\/option><span class=\"newclass\">cont<\/span><option title=\"Egypt\" value=\"Egypt\">Egypt<\/option><span class=\"newclass\">cont<\/span><option title=\"El Salvador\" value=\"El Salvador\">El Salvador<\/option><span class=\"newclass\">cont<\/span><option title=\"Equatorial Guinea\" value=\"Equatorial Guinea\">Equatorial Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Eritrea\" value=\"Eritrea\">Eritrea<\/option><span class=\"newclass\">cont<\/span><option title=\"Estonia\" value=\"Estonia\">Estonia<\/option><span class=\"newclass\">cont<\/span><option title=\"Ethiopia\" value=\"Ethiopia\">Ethiopia<\/option><span class=\"newclass\">cont<\/span><option title=\"Fiji\" value=\"Fiji\">Fiji<\/option><span class=\"newclass\">cont<\/span><option title=\"Finland\" value=\"Finland\">Finland<\/option><span class=\"newclass\">cont<\/span><option title=\"France\" value=\"France\">France<\/option><span class=\"newclass\">cont<\/span><option title=\"Gabon\" value=\"Gabon\">Gabon<\/option><span class=\"newclass\">cont<\/span><option title=\"Gambia\" value=\"Gambia\">Gambia<\/option><span class=\"newclass\">cont<\/span><option title=\"Georgia\" value=\"Georgia\">Georgia<\/option><span class=\"newclass\">cont<\/span><option title=\"Germany\" value=\"Germany\">Germany<\/option><span class=\"newclass\">cont<\/span><option title=\"Ghana\" value=\"Ghana\">Ghana<\/option><span class=\"newclass\">cont<\/span><option title=\"Greece\" value=\"Greece\">Greece<\/option><span class=\"newclass\">cont<\/span><option title=\"Grenada\" value=\"Grenada\">Grenada<\/option><span class=\"newclass\">cont<\/span><option title=\"Guatemala\" value=\"Guatemala\">Guatemala<\/option><span class=\"newclass\">cont<\/span><option title=\"Guinea\" value=\"Guinea\">Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Guinea-Bissau\" value=\"Guinea-Bissau\">Guinea-Bissau<\/option><span class=\"newclass\">cont<\/span><option title=\"Guyana\" value=\"Guyana\">Guyana<\/option><span class=\"newclass\">cont<\/span><option title=\"Haiti\" value=\"Haiti\">Haiti<\/option><span class=\"newclass\">cont<\/span><option title=\"Honduras\" value=\"Honduras\">Honduras<\/option><span class=\"newclass\">cont<\/span><option title=\"Holy See\" value=\"Holy See\">Holy See<\/option><span class=\"newclass\">cont<\/span><option title=\"Hong Kong\" value=\"Hong Kong\">Hong Kong<\/option><span class=\"newclass\">cont<\/span><option title=\"Hungary\" value=\"Hungary\">Hungary<\/option><span class=\"newclass\">cont<\/span><option title=\"Iceland\" value=\"Iceland\">Iceland<\/option><span class=\"newclass\">cont<\/span><option title=\"India\" value=\"India\">India<\/option><span class=\"newclass\">cont<\/span><option title=\"Indonesia\" value=\"Indonesia\">Indonesia<\/option><span class=\"newclass\">cont<\/span><option title=\"Iran\" value=\"Iran\">Iran<\/option><span class=\"newclass\">cont<\/span><option title=\"Iraq\" value=\"Iraq\">Iraq<\/option><span class=\"newclass\">cont<\/span><option title=\"Ireland\" value=\"Ireland\">Ireland<\/option><span class=\"newclass\">cont<\/span><option title=\"Israel\" value=\"Israel\">Israel<\/option><span class=\"newclass\">cont<\/span><option title=\"Italy\" value=\"Italy\">Italy<\/option><span class=\"newclass\">cont<\/span><option title=\"Jamaica\" value=\"Jamaica\">Jamaica<\/option><span class=\"newclass\">cont<\/span><option title=\"Japan\" value=\"Japan\">Japan<\/option><span class=\"newclass\">cont<\/span><option title=\"Jordan\" value=\"Jordan\">Jordan<\/option><span class=\"newclass\">cont<\/span><option title=\"Kazakhstan\" value=\"Kazakhstan\">Kazakhstan<\/option><span class=\"newclass\">cont<\/span><option title=\"Kenya\" value=\"Kenya\">Kenya<\/option><span class=\"newclass\">cont<\/span><option title=\"Kiribati\" value=\"Kiribati\">Kiribati<\/option><span class=\"newclass\">cont<\/span><option title=\"Kosovo\" value=\"Kosovo\">Kosovo<\/option><span class=\"newclass\">cont<\/span><option title=\"North Korea\" value=\"North Korea\">North Korea<\/option><span class=\"newclass\">cont<\/span><option title=\"South Korea\" value=\"South Korea\">South Korea<\/option><span class=\"newclass\">cont<\/span><option title=\"Kuwait\" value=\"Kuwait\">Kuwait<\/option><span class=\"newclass\">cont<\/span><option title=\"Kyrgyzstan\" value=\"Kyrgyzstan\">Kyrgyzstan<\/option><span class=\"newclass\">cont<\/span><option title=\"Laos\" value=\"Laos\">Laos<\/option><span class=\"newclass\">cont<\/span><option title=\"Latvia\" value=\"Latvia\">Latvia<\/option><span class=\"newclass\">cont<\/span><option title=\"Lebanon\" value=\"Lebanon\">Lebanon<\/option><span class=\"newclass\">cont<\/span><option title=\"Lesotho\" value=\"Lesotho\">Lesotho<\/option><span class=\"newclass\">cont<\/span><option title=\"Liberia\" value=\"Liberia\">Liberia<\/option><span class=\"newclass\">cont<\/span><option title=\"Libya\" value=\"Libya\">Libya<\/option><span class=\"newclass\">cont<\/span><option title=\"Liechtenstein\" value=\"Liechtenstein\">Liechtenstein<\/option><span class=\"newclass\">cont<\/span><option title=\"Lithuania\" value=\"Lithuania\">Lithuania<\/option><span class=\"newclass\">cont<\/span><option title=\"Luxembourg\" value=\"Luxembourg\">Luxembourg<\/option><span class=\"newclass\">cont<\/span><option title=\"North Macedonia\" value=\"North Macedonia\">North Macedonia<\/option><span class=\"newclass\">cont<\/span><option title=\"Madagascar\" value=\"Madagascar\">Madagascar<\/option><span class=\"newclass\">cont<\/span><option title=\"Malaysia\" value=\"Malaysia\">Malaysia<\/option><span class=\"newclass\">cont<\/span><option title=\"Malawi\" value=\"Malawi\">Malawi<\/option><span class=\"newclass\">cont<\/span><option title=\"Maldives\" value=\"Maldives\">Maldives<\/option><span class=\"newclass\">cont<\/span><option title=\"Mali\" value=\"Mali\">Mali<\/option><span class=\"newclass\">cont<\/span><option title=\"Malta\" value=\"Malta\">Malta<\/option><span class=\"newclass\">cont<\/span><option title=\"Marshall Islands\" value=\"Marshall Islands\">Marshall Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Mauritania\" value=\"Mauritania\">Mauritania<\/option><span class=\"newclass\">cont<\/span><option title=\"Mauritius\" value=\"Mauritius\">Mauritius<\/option><span class=\"newclass\">cont<\/span><option title=\"Mexico\" value=\"Mexico\">Mexico<\/option><span class=\"newclass\">cont<\/span><option title=\"Micronesia\" value=\"Micronesia\">Micronesia<\/option><span class=\"newclass\">cont<\/span><option title=\"Moldova\" value=\"Moldova\">Moldova<\/option><span class=\"newclass\">cont<\/span><option title=\"Monaco\" value=\"Monaco\">Monaco<\/option><span class=\"newclass\">cont<\/span><option title=\"Mongolia\" value=\"Mongolia\">Mongolia<\/option><span class=\"newclass\">cont<\/span><option title=\"Morocco\" value=\"Morocco\">Morocco<\/option><span class=\"newclass\">cont<\/span><option title=\"Mozambique\" value=\"Mozambique\">Mozambique<\/option><span class=\"newclass\">cont<\/span><option title=\"Myanmar\" value=\"Myanmar\">Myanmar<\/option><span class=\"newclass\">cont<\/span><option title=\"Namibia\" value=\"Namibia\">Namibia<\/option><span class=\"newclass\">cont<\/span><option title=\"Nauru\" value=\"Nauru\">Nauru<\/option><span class=\"newclass\">cont<\/span><option title=\"Nepal\" value=\"Nepal\">Nepal<\/option><span class=\"newclass\">cont<\/span><option title=\"Netherlands\" value=\"Netherlands\">Netherlands<\/option><span class=\"newclass\">cont<\/span><option title=\"New Zealand\" value=\"New Zealand\">New Zealand<\/option><span class=\"newclass\">cont<\/span><option title=\"Nicaragua\" value=\"Nicaragua\">Nicaragua<\/option><span class=\"newclass\">cont<\/span><option title=\"Niger\" value=\"Niger\">Niger<\/option><span class=\"newclass\">cont<\/span><option title=\"Nigeria\" value=\"Nigeria\">Nigeria<\/option><span class=\"newclass\">cont<\/span><option title=\"Norway\" value=\"Norway\">Norway<\/option><span class=\"newclass\">cont<\/span><option title=\"Oman\" value=\"Oman\">Oman<\/option><span class=\"newclass\">cont<\/span><option title=\"Pakistan\" value=\"Pakistan\">Pakistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Palau\" value=\"Palau\">Palau<\/option><span class=\"newclass\">cont<\/span><option title=\"Palestine State\" value=\"Palestine State\">Palestine State<\/option><span class=\"newclass\">cont<\/span><option title=\"Panama\" value=\"Panama\">Panama<\/option><span class=\"newclass\">cont<\/span><option title=\"Papua New Guinea\" value=\"Papua New Guinea\">Papua New Guinea<\/option><span class=\"newclass\">cont<\/span><option title=\"Paraguay\" value=\"Paraguay\">Paraguay<\/option><span class=\"newclass\">cont<\/span><option title=\"Peru\" value=\"Peru\">Peru<\/option><span class=\"newclass\">cont<\/span><option title=\"Philippines\" value=\"Philippines\">Philippines<\/option><span class=\"newclass\">cont<\/span><option title=\"Poland\" value=\"Poland\">Poland<\/option><span class=\"newclass\">cont<\/span><option title=\"Portugal\" value=\"Portugal\">Portugal<\/option><span class=\"newclass\">cont<\/span><option title=\"Qatar\" value=\"Qatar\">Qatar<\/option><span class=\"newclass\">cont<\/span><option title=\"Montenegro\" value=\"Montenegro\">Montenegro<\/option><span class=\"newclass\">cont<\/span><option title=\"Serbia\" value=\"Serbia\">Serbia<\/option><span class=\"newclass\">cont<\/span><option title=\"Romania\" value=\"Romania\">Romania<\/option><span class=\"newclass\">cont<\/span><option title=\"Russia\" value=\"Russia\">Russia<\/option><span class=\"newclass\">cont<\/span><option title=\"Rwanda\" value=\"Rwanda\">Rwanda<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Kitts and Nevis\" value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Lucia\" value=\"Saint Lucia\">Saint Lucia<\/option><span class=\"newclass\">cont<\/span><option title=\"Saint Vincent and the Grenadines\" value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><span class=\"newclass\">cont<\/span><option title=\"Samoa\" value=\"Samoa\">Samoa<\/option><span class=\"newclass\">cont<\/span><option title=\"San Marino\" value=\"San Marino\">San Marino<\/option><span class=\"newclass\">cont<\/span><option title=\"Sao Tome and Principe\" value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><span class=\"newclass\">cont<\/span><option title=\"Saudi Arabia\" value=\"Saudi Arabia\">Saudi Arabia<\/option><span class=\"newclass\">cont<\/span><option title=\"Senegal\" value=\"Senegal\">Senegal<\/option><span class=\"newclass\">cont<\/span><option title=\"Serbia\" value=\"Serbia\">Serbia<\/option><span class=\"newclass\">cont<\/span><option title=\"Seychelles\" value=\"Seychelles\">Seychelles<\/option><span class=\"newclass\">cont<\/span><option title=\"Sierra Leone\" value=\"Sierra Leone\">Sierra Leone<\/option><span class=\"newclass\">cont<\/span><option title=\"Singapore\" value=\"Singapore\">Singapore<\/option><span class=\"newclass\">cont<\/span><option title=\"Slovakia\" value=\"Slovakia\">Slovakia<\/option><span class=\"newclass\">cont<\/span><option title=\"Slovenia\" value=\"Slovenia\">Slovenia<\/option><span class=\"newclass\">cont<\/span><option title=\"Solomon Islands\" value=\"Solomon Islands\">Solomon Islands<\/option><span class=\"newclass\">cont<\/span><option title=\"Somalia\" value=\"Somalia\">Somalia<\/option><span class=\"newclass\">cont<\/span><option title=\"South Africa\" value=\"South Africa\">South Africa<\/option><span class=\"newclass\">cont<\/span><option title=\"South Sudan\" value=\"South Sudan\">South Sudan<\/option><span class=\"newclass\">cont<\/span><option title=\"Spain\" value=\"Spain\">Spain<\/option><span class=\"newclass\">cont<\/span><option title=\"Sri Lanka\" value=\"Sri Lanka\">Sri Lanka<\/option><span class=\"newclass\">cont<\/span><option title=\"Sudan\" value=\"Sudan\">Sudan<\/option><span class=\"newclass\">cont<\/span><option title=\"Suriname\" value=\"Suriname\">Suriname<\/option><span class=\"newclass\">cont<\/span><option title=\"Swaziland\" value=\"Swaziland\">Swaziland<\/option><span class=\"newclass\">cont<\/span><option title=\"Sweden\" value=\"Sweden\">Sweden<\/option><span class=\"newclass\">cont<\/span><option title=\"Switzerland\" value=\"Switzerland\">Switzerland<\/option><span class=\"newclass\">cont<\/span><option title=\"Syria\" value=\"Syria\">Syria<\/option><span class=\"newclass\">cont<\/span><option title=\"Taiwan\" value=\"Taiwan\">Taiwan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tajikistan\" value=\"Tajikistan\">Tajikistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tanzania\" value=\"Tanzania\">Tanzania<\/option><span class=\"newclass\">cont<\/span><option title=\"Thailand\" value=\"Thailand\">Thailand<\/option><span class=\"newclass\">cont<\/span><option title=\"Togo\" value=\"Togo\">Togo<\/option><span class=\"newclass\">cont<\/span><option title=\"Tonga\" value=\"Tonga\">Tonga<\/option><span class=\"newclass\">cont<\/span><option title=\"Trinidad and Tobago\" value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><span class=\"newclass\">cont<\/span><option title=\"Tunisia\" value=\"Tunisia\">Tunisia<\/option><span class=\"newclass\">cont<\/span><option title=\"Turkey\" value=\"Turkey\">Turkey<\/option><span class=\"newclass\">cont<\/span><option title=\"Turkmenistan\" value=\"Turkmenistan\">Turkmenistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Tuvalu\" value=\"Tuvalu\">Tuvalu<\/option><span class=\"newclass\">cont<\/span><option title=\"Uganda\" value=\"Uganda\">Uganda<\/option><span class=\"newclass\">cont<\/span><option title=\"Ukraine\" value=\"Ukraine\">Ukraine<\/option><span class=\"newclass\">cont<\/span><option title=\"United Arab Emirates\" value=\"United Arab Emirates\">United Arab Emirates<\/option><span class=\"newclass\">cont<\/span><option title=\"United Kingdom\" value=\"United Kingdom\">United Kingdom<\/option><span class=\"newclass\">cont<\/span><option title=\"United States\" value=\"United States\" selected>United States<\/option><span class=\"newclass\">cont<\/span><option title=\"Uruguay\" value=\"Uruguay\">Uruguay<\/option><span class=\"newclass\">cont<\/span><option title=\"Uzbekistan\" value=\"Uzbekistan\">Uzbekistan<\/option><span class=\"newclass\">cont<\/span><option title=\"Vanuatu\" value=\"Vanuatu\">Vanuatu<\/option><span class=\"newclass\">cont<\/span><option title=\"Venezuela\" value=\"Venezuela\">Venezuela<\/option><span class=\"newclass\">cont<\/span><option title=\"Vietnam\" value=\"Vietnam\">Vietnam<\/option><span class=\"newclass\">cont<\/span><option title=\"Yemen\" value=\"Yemen\">Yemen<\/option><span class=\"newclass\">cont<\/span><option title=\"Zambia\" value=\"Zambia\">Zambia<\/option><span class=\"newclass\">cont<\/span><option title=\"Zimbabwe\" value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div id=\"form--country_new-error\" class=\"validation-error\">Please select from the given options<\/div>\n                  <\/div>\n          <\/div> <div >\n              <label class=\"form-label\">\n                  <span>State<span>\n              <\/label> <div class=\"state-new\"><select class=\"form-input\" placeholder=\"Select state\" id=\"form--state\" name=\"form--state\" value=\"\" ><optgroup><option value=\"\" disabled selected hidden>Select state<\/option><\/optgroup><option title=\"Alabama\" value=\"Alabama\">Alabama<\/option><option title=\"Alaska\" value=\"Alaska\">Alaska<\/option><option title=\"Arizona\" value=\"Arizona\">Arizona<\/option><option title=\"Arkansas\" value=\"Arkansas\">Arkansas<\/option><option title=\"California (Northern)\" value=\"California (Northern)\">California (Northern)<\/option><option title=\"California (Southern)\" value=\"California (Southern)\">California (Southern)<\/option><option title=\"Colorado\" value=\"Colorado\">Colorado<\/option><option title=\"Connecticut\" value=\"Connecticut\">Connecticut<\/option><option title=\"Delaware\" value=\"Delaware\">Delaware<\/option><option title=\"District of Columbia\" value=\"District of Columbia\">District of Columbia<\/option><option title=\"Florida\" value=\"Florida\">Florida<\/option><option title=\"Georgia\" value=\"Georgia\">Georgia<\/option><option title=\"Hawaii\" value=\"Hawaii\">Hawaii<\/option><option title=\"Idaho\" value=\"Idaho\">Idaho<\/option><option title=\"Illinois\" value=\"Illinois\">Illinois<\/option><option title=\"Indiana\" value=\"Indiana\">Indiana<\/option><option title=\"Iowa\" value=\"Iowa\">Iowa<\/option><option title=\"Kansas\" value=\"Kansas\">Kansas<\/option><option title=\"Kentucky\" value=\"Kentucky\">Kentucky<\/option><option title=\"Louisiana\" value=\"Louisiana\">Louisiana<\/option><option title=\"Maine\" value=\"Maine\">Maine<\/option><option title=\"Maryland\" value=\"Maryland\">Maryland<\/option><option title=\"Massachusetts\" value=\"Massachusetts\">Massachusetts<\/option><option title=\"Michigan\" value=\"Michigan\">Michigan<\/option><option title=\"Minnesota\" value=\"Minnesota\">Minnesota<\/option><option title=\"Mississippi\" value=\"Mississippi\">Mississippi<\/option><option title=\"Missouri\" value=\"Missouri\">Missouri<\/option><option title=\"Montana\" value=\"Montana\">Montana<\/option><option title=\"Nebraska\" value=\"Nebraska\">Nebraska<\/option><option title=\"Nevada\" value=\"Nevada\">Nevada<\/option><option title=\"New Hampshire\" value=\"New Hampshire\">New Hampshire<\/option><option title=\"New Jersey\" value=\"New Jersey\">New Jersey<\/option><option title=\"New Mexico\" value=\"New Mexico\">New Mexico<\/option><option title=\"New York\" value=\"New York\">New York<\/option><option title=\"North Carolina\" value=\"North Carolina\">North Carolina<\/option><option title=\"North Dakota\" value=\"North Dakota\">North Dakota<\/option><option title=\"Ohio\" value=\"Ohio\">Ohio<\/option><option title=\"Oklahoma\" value=\"Oklahoma\">Oklahoma<\/option><option title=\"Oregon\" value=\"Oregon\">Oregon<\/option><option title=\"Pennsylvania\" value=\"Pennsylvania\">Pennsylvania<\/option><option title=\"Rhode Island\" value=\"Rhode Island\">Rhode Island<\/option><option title=\"South Carolina\" value=\"South Carolina\">South Carolina<\/option><option title=\"South Dakota\" value=\"South Dakota\">South Dakota<\/option><option title=\"Tennessee\" value=\"Tennessee\">Tennessee<\/option><option title=\"Texas\" value=\"Texas\">Texas<\/option><option title=\"Utah\" value=\"Utah\">Utah<\/option><option title=\"Vermont\" value=\"Vermont\">Vermont<\/option><option title=\"Virginia\" value=\"Virginia\">Virginia<\/option><option title=\"Washington\" value=\"Washington\">Washington<\/option><option title=\"West Virginia\" value=\"West Virginia\">West Virginia<\/option><option title=\"Wisconsin\" value=\"Wisconsin\">Wisconsin<\/option><option title=\"Wyoming\" value=\"Wyoming\">Wyoming<\/option><\/select><div id=\"form--state-error\" class=\"validation-error\">Please select from the given options.<\/div>\n                  <\/div>\n          <\/div><\/div><div class=\"form-class-full\"> <div class=\"form-input-webinar-options-wrapper\">\n            <div>\n                <label style=\"margin-bottom:12px;margin-top:16px !important;\" class=\"form-label\">\n                    <span class=\"downloadform\">What programme(s) or planning framework(s) are you associated with at your school?*<span>\n                <\/label> \n            <\/div>\n              <div id=\"_curriculum_options_wrapper\" class=\"curriculum-options-wrapper\">\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_1\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_1\" value=\"PYP\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_1\">IB PYP<\/label>\n                <\/div>\n               \n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_3\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_3\" value=\"MYP\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_3\">IB MYP<\/label> \n                <\/div>\n              \n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_5\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_5\" value=\"DP\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_5\">IB DP<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_13\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_13\" value=\"Australian Curriculum\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_13\">Australian Curriculum<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_12\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_12\" value=\"Early Years\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_12\">Early Years<\/label> \n                <\/div>\n              \n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_7\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_7\" value=\"UbD\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"_role_7\">UbD\u00ae<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_9\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_9\" value=\"british\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"_role_9\">British Curriculum<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_10\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_10\" value=\"cambridge\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"_role_10\">Cambridge Curriculum<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_11\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_11\" value=\"american\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label for=\"_role_11\">American Curriculum<\/label> \n                <\/div>\n\n                <div class=\"_curriculum-options curriculum-options\" id=\"_label_8\">\n                    <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"_role_8\" value=\"Other\"  name=\"_curriculum_option\">\n                    <label style=\"margin-left:8px\" class=\"should_receive_update curriculum-label\" for=\"_role_8\">Other<\/label> \n                <\/div>\n            <\/div>\n            \n            <div id=\"_role_error\" class=\"validation-error\">Select atleast one of the options<\/div>\n        <\/div><\/div><div class=\"_show_school\"><label class=\"form-label yourschool\">Is your school?*<\/label>\n            <div class=\"radio-button-wrapper\">\n                <div id=\"_demo_candidate_school\" style=\"display:flex\" class=\"_demo-radio-option-wrapper your-school-radio\">\n                    <input style=\"cursor: pointer;\" type=\"radio\" id=\"_demo_candidate\" name=\"_your_school\" value=\"Candidate school\">\n                    <label style=\"cursor: pointer;\" class=\"radio-label\" for=\"_demo_candidate\">Candidate school<\/label>\n                <\/div>\n                <div id=\"_demo_authorized_school\" style=\"display:flex\" class=\"_demo-radio-option-wrapper your-school-radio\">\n                    <input style=\"cursor: pointer;\" type=\"radio\" id=\"_demo_authorized\" name=\"_your_school\" value=\"Authorized school\" >\n                    <label style=\"cursor: pointer;\" class=\"radio-label\" for=\"_demo_authorized\">Authorized school<\/label>\n                <\/div>\n            <\/div>\n            <div id=\"_yourschool_role_error\" class=\"validation-error\">Select atleast one of the options<\/div>\n            <\/div> <div class=\"form-input-tools-options-wrapper\">\n            <div>\n                <label style=\"margin-bottom:12px;margin-top:16px !important;\" class=\"form-label\">\n                    <span class=\"customtalkregister\">What tools\/tech do you use at your school for teaching & learning?*<span>\n                <\/label> \n                <div class=\"\">\n                    <input class=\"form-input\" placeholder=\"\" id=\"_your_tools\" name=\"_your_tools\" value=\"\">\n                    <div id=\"_tool_error\" class=\"validation-error\">Please complete this required field.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <div class=\"should_receive_update_wrapper\"  id=\"should_receive_update_div\">\n        <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"should_receive_update\"   name=\"should_receive_update\">\n        <div  id=\"should_receive_update_label\" style=\"margin-left:8px\"  class=\"should_receive_update\">Get learning insights delivered right to your inbox! Sign up for our newsletter.<\/div>\n        <\/input>\n    <\/div>\n    <div class=\"consent_wrapper\"  id=\"consent_div\">\n        <input type=\"checkbox\" class=\"form-input-checkbox\" id=\"consent\" name=\"consent\">\n        <div id=\"consent_label\" style=\"margin-left:8px\" class=\"consent\">I agree to Toddle\u2019s <a href=\"https:\/\/www.toddleapp.com\/termsofservice\/\" target=\"_blank\">Terms of Service<\/a> and <a href=\"https:\/\/www.toddleapp.com\/privacy-policy\/\" target=\"_blank\">Privacy Policy<\/a>.<\/div>\n        <\/input>\n    <\/div>\n<div class=\"form-text\">We collect this information to be able to generate content that is more relevant for you. We will use your data responsibly and never spam. You can opt out of our newsletters at any point of time.<\/div>\n    <\/div>\n    <\/form>\n   \n    <div class=\"form-button-wrapper\">\n    <button id=\"_form_button\" type=\"submit\" class=\"form-button\" disabled>\n            Download\n    <\/button>\n    \n    <\/div>\n    <\/div>\n    <\/div>\n    <div class=\"download-form-loading\"><svg width=\"64px\" height=\"64px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" preserveAspectRatio=\"xMidYMid\" class=\"lds-google\"><g transform=\"translate(50 50)\"><g transform=\"rotate(90)\"><animateTransform attributeName=\"transform\" type=\"rotate\" calcMode=\"discrete\" values=\"0;90;180;270;360\" keyTimes=\"0;0.25;0.5;0.75;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animateTransform><path ng-attr-d=\"{{config.d1}}\" fill=\"#189eae\" d=\"M-48 0A48 48 0 1 0 48 0\"><animate attributeName=\"fill\" calcMode=\"discrete\" values=\"#189eae;#f75961;#189eae;#f75961;#189eae\" keyTimes=\"0;0.24;0.49;0.74;0.99\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><path ng-attr-d=\"{{config.d2}}\" fill=\"#f75961\" d=\"M-48 0A48 48 0 0 1 48 0\"><animate attributeName=\"fill\" calcMode=\"discrete\" values=\"#f75961;#189eae;#f75961;#189eae;#f75961\" keyTimes=\"0;0.25;0.5;0.75;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><path ng-attr-d=\"{{config.d4}}\" stroke=\"rgb(17, 111, 122)\" stroke-width=\"2\" d=\"M-47 0L47 0\"><animate attributeName=\"stroke\" values=\"#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae\" keyTimes=\"0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><g transform=\"scale(1 -0.556669)\"><path ng-attr-d=\"{{config.d3}}\" fill=\"rgb(17, 111, 122)\" d=\"M-48 0A48 48 0 0 1 48 0Z\"><animate attributeName=\"fill\" values=\"#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae;rgb(17, 111, 122);rgb(173, 62, 68);#f75961;rgb(173, 62, 68);rgb(17, 111, 122);#189eae\" keyTimes=\"0;0.124;0.125;0.25;0.374;0.375;0.5;0.624;0.625;0.75;0.874;0.875;1\" ng-attr-dur=\"{{config.speed}}s\" repeatCount=\"indefinite\" dur=\"1.5s\"><\/animate><\/path><animateTransform attributeName=\"transform\" type=\"scale\" values=\"1 1;1 0;1 -1;1 1\" keyTimes=\"0;0.5;0.999;1\" ng-attr-dur=\"{{config.speed2}}s\" repeatCount=\"indefinite\" dur=\"0.375s\"><\/animateTransform><\/g><\/g><\/g><\/svg><\/div>\n    \n      <div class=\"download-form-success-modal\">\n          <div class=\"download-success-header\">Hello Lifelong Learner!<\/div>\n          <div class=\"download-success-sub-header\">We\u2019re thankful for your interest in our Learn resources.\n          Please check your email for the information you requested.<\/div>\n          <div class=\"download-success-border\"><\/div>\n          <div class=\"download-success-section-2-header\">Also, don\u2019t forget to check out the best of Toddle:<\/div>\n\n          <div class=\"download-success-section-2-banners-wrapper\">\n              <div class=\"download-success-section-2-banner-1\">\n                  <div class=\"download-success-section-2-banner-1-text\">\n                      <div class=\"download-success-section-2-banner-1-header\">Access the ultimate library of resources<\/div>\n                      <div class=\"download-success-section-2-banner-1-sub-header\">Collaborate with your team to create your own units.<\/div>\n                      <a href=\"https:\/\/bit.ly\/2PsTFAw\" target=\"_blank\" class=\"download-success-section-2-banner-1-button\">Join Toddle Community For Free<\/a>\n                  <\/div>\n                  <div class=\"download-success-section-2-banner-1-image\">\n                    <img decoding=\"async\" class=\"download-success-section-2-banner-2-image-1\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker-1.webp\"\/>\n                  <\/div>\n              <\/div>\n\n              <div class=\"download-success-section-2-banner-2\">\n                  <div class=\"download-success-section-2-banner-2-text\">\n                      <div class=\"download-success-section-2-banner-2-header\">Toddle, your all-in-one collaboration platform for the IB PYP & MYP.<\/div>\n                      <div class=\"download-success-section-2-banner-2-sub-header\">Toddle streamlines planning, assessments, reports, projects, portfolios, and family communication - all from one place!<\/div>\n                      <a href=\"https:\/\/bit.ly\/3byPpbz\" target=\"_blank\" class=\"download-success-section-2-banner-2-button\">Book a free demo<\/a>\n                  <\/div>\n                  <div class=\"download-success-section-2-banner-2-image\">\n                    <img decoding=\"async\" class=\"download-success-section-2-banner-2-image-2\" src=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2022\/10\/ezgif.com-gif-maker-2.webp\"\/>\n                  <\/div>\n              <\/div>\n          <\/div>\n\n      <\/div>\n    <\/div>\n    <\/div>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/selectize.js\/0.15.2\/js\/selectize.min.js\" integrity=\"sha512-IOebNkvA\/HZjMM7MxL0NYeLYEalloZ8ckak+NDtOViP7oiYzG5vn6WVXyrJDiJPhl4yRdmNAG49iuLmhkUdVsQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n \n    <script>\n     jQuery(document).ready(function($) {\n\n        \/\/ Apply Selectize to country field\n        var countryField = $(\"#form--country_new\");\n        if (countryField.length && !countryField.hasClass('selectized')) {\n            countryField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n\n\n        \/\/ Apply Selectize to state field\n        var stateField = $(\"#form--state\");\n        var stateCloseDiv = $(\".state-new\").parent();\n        if (stateField.length && !stateField.hasClass('selectized')) {\n            stateField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n\n\n        function toggleStateDropdown() {\n            var selectedCountry = countryField.val();\n\n            if (selectedCountry === \"United States\") {\n                stateCloseDiv.show();\n            } else {\n                stateCloseDiv.hide();\n                $(\"#form--state\").val(null).trigger(\"change\"); \/\/ clear state\n            }\n        }\n\n        countryField.on(\"change\", function () {\n            toggleStateDropdown();\n        });\n\n        \/\/ Role options for US Public\n        const publicOptions = [\n            { value: \"Superintendent\", text: \"Superintendent\" },\n            { value: \"Principal\/Vice Principal\", text: \"Principal\/ Vice Principal\" },\n            { value: \"Curriculum Coordinator\", text: \"Curriculum Coordinator\" },\n            { value: \"IT\/ Tech Director\", text: \"IT\/ Tech Director\" },\n            { value: \"Teacher\", text: \"Teacher\" },\n            { value: \"Other\", text: \"Other\" }\n        ];\n\n        \/\/ All default options for US Private or US IB\n        const defaultOptions = [\n            { value: \"Principal\/Vice Principal\", text: \"Principal\/ Vice Principal\" },\n            { value: \"Curriculum Coordinator\", text: \"Curriculum Coordinator\" },\n            { value: \"IT\/ Tech Director\", text: \"IT\/ Tech Director\" },\n            { value: \"Teacher\", text: \"Teacher\" },\n            { value: \"Other\", text: \"Other\" }\n        ];\n\n        \/\/ Apply Selectize to type of school field\n        var schoolTypeField = $(\"#form--schooltype\");\n        if (schoolTypeField.length && !schoolTypeField.hasClass('selectized')) {\n            schoolTypeField.selectize({\n                sortField: false,\n                highlight: false,\n            });\n        }\n        \n        var roleFieldElement = $(\"#form--newrole\");\n        console.log(roleFieldElement);\n\n        var roleSelectize;\n        if (roleFieldElement.length && !roleFieldElement.hasClass(\"selectized\")) {\n            roleSelectize = roleFieldElement.selectize({\n                sortField: false,\n                highlight: false,\n            })[0].selectize;\n        } else if (roleFieldElement.length) {\n            roleSelectize = roleFieldElement[0].selectize;\n        }\n\n       \n        \/\/ On school type change\n        schoolTypeField.on(\"change\", function () {\n            \/\/console.log(\"School type changed\");\n            var selectedType = $(this).val();\n\n            if (!roleSelectize) return; \/\/ safety check\n\n            roleSelectize.clearOptions();\n            if (selectedType === \"US Public\") {\n                publicOptions.forEach(function(option) {\n                    roleSelectize.addOption(option);\n                });\n            } else {\n                defaultOptions.forEach(function(option) {\n                    roleSelectize.addOption(option);\n                });\n            }\n            roleSelectize.refreshOptions(false);\n        });\n\n\n     });\n    \n    \n   \n\n    <\/script>\n\n\n\n<h3 class=\"wp-block-heading\">Related resources<\/h3>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Liked this resource? Here are a few more you might like to explore:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.toddleapp.com\/learn\/talk_post\/gearing-up-for-myp-projects\/\">Gearing up for MYP projects: Patrick<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.toddleapp.com\/learn\/blog_post\/building-a-better-personal-projectmaking-it-meaningful-for-students-and-manageable-for-teachers\/\">Building a better personal project<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.toddleapp.com\/learn\/resource_post\/personal-project-supervisor-handbook\/\">Personal project supervisor handbook<\/a><\/li>\n<\/ul>\n<\/div><\/div>\n","protected":false},"author":137,"featured_media":5581,"template":"blog\/generic-blog-post-container.php","meta":{"_acf_changed":false},"categories":[296,308,431],"tags":[319,129],"coauthors":[157],"class_list":["post-5580","blog_post","type-blog_post","status-publish","has-post-thumbnail","hentry","category-inquiry-based-learning","category-myp-personal-project","category-myp-projects","tag-english","tag-myp"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>MYP Personal Project | Brainstorming ideas and learning goal templates for planning<\/title>\n<meta name=\"description\" content=\"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Brainstorming Ideas and Learning Goals for Personal Project\" \/>\n<meta property=\"og:description\" content=\"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/\" \/>\n<meta property=\"og:site_name\" content=\"Toddle Learn\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-14T20:20:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Blog-cover.png\" \/>\n\t<meta property=\"og:image:width\" content=\"4123\" \/>\n\t<meta property=\"og:image:height\" content=\"2048\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"7 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Anshu Sharma\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/\",\"url\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/\",\"name\":\"MYP Personal Project | Brainstorming ideas and learning goal templates for planning\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Blog-cover.png\",\"datePublished\":\"2021-11-30T11:58:08+00:00\",\"dateModified\":\"2023-11-14T20:20:47+00:00\",\"description\":\"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Blog-cover.png\",\"contentUrl\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Blog-cover.png\",\"width\":4123,\"height\":2048},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/blog-post\\\/brainstorming-ideas-and-learning-goals\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.toddleapp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learn\",\"item\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Brainstorming Ideas and Learning Goals for Personal Project\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/#website\",\"url\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/\",\"name\":\"Toddle Learn\",\"description\":\"Toddle Talks, Articles &amp; More\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.toddleapp.com\\\/learn\\\/?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":"MYP Personal Project | Brainstorming ideas and learning goal templates for planning","description":"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.","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:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/","og_locale":"en_US","og_type":"article","og_title":"Brainstorming Ideas and Learning Goals for Personal Project","og_description":"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.","og_url":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/","og_site_name":"Toddle Learn","article_modified_time":"2023-11-14T20:20:47+00:00","og_image":[{"width":4123,"height":2048,"url":"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Blog-cover.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes","Written by":"Anshu Sharma"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/","url":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/","name":"MYP Personal Project | Brainstorming ideas and learning goal templates for planning","isPartOf":{"@id":"https:\/\/www.toddleapp.com\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/#primaryimage"},"image":{"@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/#primaryimage"},"thumbnailUrl":"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Blog-cover.png","datePublished":"2021-11-30T11:58:08+00:00","dateModified":"2023-11-14T20:20:47+00:00","description":"Support your students to brainstorm and define their learning goals in the MYP Personal project using creative templates and strategies in this resource.","breadcrumb":{"@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/#primaryimage","url":"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Blog-cover.png","contentUrl":"https:\/\/www.toddleapp.com\/learn\/wp-content\/uploads\/2021\/11\/Blog-cover.png","width":4123,"height":2048},{"@type":"BreadcrumbList","@id":"https:\/\/www.toddleapp.com\/learn\/blog-post\/brainstorming-ideas-and-learning-goals\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.toddleapp.com\/"},{"@type":"ListItem","position":2,"name":"Learn","item":"https:\/\/www.toddleapp.com\/learn\/"},{"@type":"ListItem","position":3,"name":"Brainstorming Ideas and Learning Goals for Personal Project"}]},{"@type":"WebSite","@id":"https:\/\/www.toddleapp.com\/learn\/#website","url":"https:\/\/www.toddleapp.com\/learn\/","name":"Toddle Learn","description":"Toddle Talks, Articles &amp; More","publisher":{"@id":"https:\/\/www.toddleapp.com\/learn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.toddleapp.com\/learn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/blog_post\/5580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/blog_post"}],"about":[{"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/types\/blog_post"}],"author":[{"embeddable":true,"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/users\/137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/media\/5581"}],"wp:attachment":[{"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/media?parent=5580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/categories?post=5580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/tags?post=5580"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.toddleapp.com\/learn\/wp-json\/wp\/v2\/coauthors?post=5580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}