{"id":20460,"date":"2024-03-01T10:39:03","date_gmt":"2024-02-29T23:39:03","guid":{"rendered":"https:\/\/www.educationperfect.com\/?page_id=20460"},"modified":"2024-07-03T15:03:54","modified_gmt":"2024-07-03T05:03:54","slug":"curricula","status":"publish","type":"page","link":"https:\/\/www.educationperfect.com\/curricula\/","title":{"rendered":"Curriculum Hub &#8211; Parent"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20460\" class=\"elementor elementor-20460\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5859046a e-flex e-con-boxed e-con e-parent\" data-id=\"5859046a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-798826b elementor-widget elementor-widget-text-editor\" data-id=\"798826b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h1>Find your curriculum on Education Perfect<\/h1><p>Curriculum-aligned across the world<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-494f0e5 elementor-widget elementor-widget-html\" data-id=\"494f0e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .curr-card-selector-container {\n        display: flex;\n        justify-content: center;\n    }\n    #curr-selector {\n        padding: 12px 16px;\n        width: 300px;\n        font-size: 16px !important;\n        border-radius: 5px;\n        border: 1px solid rgba(0,0,0,0.2);\n        background-color: #fff;\n        color: #505050;\n    }\n    #curr-selector:focus-visible {\n        outline: 2px solid #7A81E5;\n    }\n<\/style>\n<div class=\"curr-card-selector\">\n    <div class=\"curr-card-selector-container\">\n        <div class=\"curr-card-selector-wrapper\">\n            <select id=\"curr-selector\">\n                <option disabled selected value=\"\">Select your region<\/option>\n                <option value=\"all\">All Regions<\/option>\n                <option value=\"au\">Australia<\/option>\n                <option value=\"nz\">New Zealand<\/option>\n                <option value=\"ca\">Canada<\/option>\n                <option value=\"intl\">International Schools<\/option>                \n            <\/select>\n        <\/div>\n    <\/div>\n<\/div>\n<script>\n\n    function hideAllCards(){\n        console.log(document.querySelectorAll('.curr-card'));\n        document.querySelectorAll('.curr-card').forEach(el => el.style.display = 'none');\n    }\n    function showAllCards(){\n        document.querySelectorAll('.curr-card').forEach(el => el.style.display = 'flex');\n    }\n    function showSelectedCards(category){\n\n        if(category === 'all'){\n            showAllCards();\n            return;\n        }\n\n        const allCardsArr = Array.from(document.querySelectorAll('.curr-card'));\n        const updatedCards = allCardsArr.filter(card => {\n            return card.dataset.ccCategory === category;\n        });\n        updatedCards.forEach(cardEl => {\n            cardEl.style.display = 'flex';\n        })\n    }\n\n    function handleListenCb(){\n        hideAllCards();\n        showSelectedCards(this.value)\n    }\n    function handleListen(){\n        document.getElementById('curr-selector').addEventListener('change', handleListenCb);\n    }\n    document.addEventListener('DOMContentLoaded', handleListen);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22e83b48 e-flex e-con-boxed e-con e-parent\" data-id=\"22e83b48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79fd895 elementor-widget elementor-widget-html\" data-id=\"79fd895\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .curr-container {\n        display: grid;\n        grid-template-columns: repeat(1, 1fr);\n        gap: 16px;\n    }\n\n    .curr-card {\n        display:flex;\n        flex-direction: column;\n        padding: 32px;\n        border-radius: 15px;\n        box-shadow: 0px 4px 12.399999618530273px 0px #0000001A;\n        background-color: #FFF;\n    }\n    .curr-card-category {\n        margin-bottom: 8px;\n    }\n    .curr-card-category span {\n        border-radius: 100px;\n        width: 120px;\n        border: 1px solid #EBEEFD;\n        padding: 2px 24px;\n        margin-bottom: 8px;\n        font-size: 14px;\n        line-height: 20px;\n        text-align: center;\n        font-weight: 500;\n    }\n    .curr-card-category.au span {\n        background-color: #5CDBB5;\n    }\n    .curr-card-category.nz span {\n        background-color: #16AED9;\n    }\n    .curr-card-category.ca span {\n        background-color: #F56F36;\n    }\n    .curr-card-category.intl span {\n        background-color: #AAAAFA;\n    }\n    .curr-card-title {\n        margin-bottom: 0rem;\n    }\n    .curr-card-title h3 {\n        font-size: 32px;\n        line-height: 42px;\n        font-weight: 600;\n        transition: color .2s ease-out;\n    }\n    .curr-card-title h3:hover {\n        color: #7A81E5;\n    }\n    .curr-card-title a {\n        text-decoration: none;\n    }\n    .curr-card-year {\n        margin-bottom: 1rem;\n    }\n    .curr-card-year span {\n        font-size: 16px;\n        line-height: 24px;\n        color: #182552;\n    }\n    .curr-card-cta {\n        flex-grow: 1;\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-end;\n    }\n    .curr-card-cta a {\n        color: #7A81E5;\n        position: relative;\n        font-size: 16px;\n        font-weight: 500;\n        line-height: 24px;\n        display: inline;\n    }\n    .curr-card-cta a:hover {\n        text-decoration: underline;\n        color: \n    }\n    .curr-card-cta a:after {\n        content: \">\";\n        position: absolute;\n        left: 90px;\n    }\n    @media screen and (min-width: 450px){\n        .curr-container {\n            grid-template-columns: repeat(2, 1fr);\n        }\n        .curr-card {\n            min-height: 300px;\n        }\n        .curr-card-year {\n            margin-bottom: 0rem;\n        }\n        .curr-card-title {\n            margin-bottom: 0.5rem;\n        }\n    }\n    @media screen and (min-width: 768px){\n        .curr-container {\n            grid-template-columns: repeat(3, 1fr);\n        }\n        .curr-card {\n            min-height: 320px;\n        }           \n    }\n    @media screen and (min-width: 1020px){\n        .curr-container {\n            grid-template-columns: repeat(4, 1fr);\n        }        \n    }    \n<\/style>\n<div class=\"curr-container\">\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/australian\/\"><h3>Australian Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/australian\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"intl\">\n        <div class=\"curr-card-category intl\">\n            <span>International<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/cambridge\/\"><h3>Cambridge Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 4-13<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/cambridge\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"intl\">\n        <div class=\"curr-card-category intl\">\n            <span>International<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/igcse\/\"><h3>Edexcel IGCSE Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/igcse\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"intl\">\n        <div class=\"curr-card-category intl\">\n            <span>International<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/ib\/\"><h3>IB<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/ib\/\">Read more<\/a>\n        <\/div>\n    <\/div>    \n    <div class=\"curr-card\" data-cc-category=\"nz\">\n        <div class=\"curr-card-category nz\">\n            <span>New Zealand<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/new-zealand\/\"><h3>New Zealand Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 4-13<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/new-zealand\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/nsw-stage-3-5\/\"><h3>NSW Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/nsw-stage-3-5\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/nsw-stage-6-hsc\/\"><h3>NSW HSC Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/nsw-stage-6-hsc\/\">Read more<\/a>\n        <\/div>\n    <\/div>     \n    <div class=\"curr-card\" data-cc-category=\"ca\">\n        <div class=\"curr-card-category ca\">\n            <span>Canada<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/ontario\/\"><h3>Ontario Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/ontario\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/qcaa\/\"><h3>QCAA<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/qcaa\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/sace\/\"><h3>SACE<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/sace\/\">Read more<\/a>\n        <\/div>\n    <\/div>    \n    <div class=\"curr-card\" data-cc-category=\"intl\">\n        <div class=\"curr-card-category intl\">\n            <span>International<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/uk-national\/\"><h3>UK National Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/uk-national\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"intl\">\n        <div class=\"curr-card-category intl\">\n            <span>International<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/us\/\"><h3>US<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/us\/\">Read more<\/a>\n        <\/div>\n    <\/div>     \n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/vce\/\"><h3>VCE Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 11-12<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/vce\/\">Read more<\/a>\n        <\/div>\n    <\/div>    \n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/victorian\/\"><h3>Victorian Curriculum<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/victorian\/\">Read more<\/a>\n        <\/div>\n    <\/div>\n    <div class=\"curr-card\" data-cc-category=\"au\">\n        <div class=\"curr-card-category au\">\n            <span>Australia<\/span>\n        <\/div>\n        <div class=\"curr-card-title\">\n            <a href=\"\/curricula\/wace\/\"><h3>WACE<\/h3><\/a>\n        <\/div>\n        <div class=\"curr-card-year\">\n            <!-- <span>Year 5-10<\/span> -->\n        <\/div>\n        <div class=\"curr-card-cta\">\n            <a href=\"\/curricula\/wace\/\">Read more<\/a>\n        <\/div>\n    <\/div>    \n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Find your curriculum on Education Perfect Curriculum-aligned across the world Select your regionAll RegionsAustraliaNew ZealandCanadaInternational Schools Australia Australian Curriculum Read more International Cambridge Curriculum Read more International Edexcel IGCSE Curriculum Read more International IB Read more New Zealand New Zealand Curriculum Read more Australia NSW Curriculum Read more Australia NSW HSC Curriculum Read more Canada [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"ep-content-type":[],"ep-region":[],"page-type":[],"class_list":["post-20460","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>EP Supported Curricula | Education Perfect<\/title>\n<meta name=\"description\" content=\"Explore the curricula that we support using the Education Platform. Learn more!\" \/>\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.educationperfect.com\/curricula\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Curriculum Hub - Parent\" \/>\n<meta property=\"og:description\" content=\"Explore the curricula that we support using the Education Platform. Learn more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.educationperfect.com\/curricula\/\" \/>\n<meta property=\"og:site_name\" content=\"Education Perfect\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-03T05:03:54+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.educationperfect.com\\\/curricula\\\/\",\"url\":\"https:\\\/\\\/www.educationperfect.com\\\/curricula\\\/\",\"name\":\"EP Supported Curricula | Education Perfect\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.educationperfect.com\\\/#website\"},\"datePublished\":\"2024-02-29T23:39:03+00:00\",\"dateModified\":\"2024-07-03T05:03:54+00:00\",\"description\":\"Explore the curricula that we support using the Education Platform. Learn more!\",\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.educationperfect.com\\\/curricula\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.educationperfect.com\\\/#website\",\"url\":\"https:\\\/\\\/www.educationperfect.com\\\/\",\"name\":\"Education Perfect\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.educationperfect.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"EP Supported Curricula | Education Perfect","description":"Explore the curricula that we support using the Education Platform. Learn more!","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.educationperfect.com\/curricula\/","og_locale":"en_US","og_type":"article","og_title":"Curriculum Hub - Parent","og_description":"Explore the curricula that we support using the Education Platform. Learn more!","og_url":"https:\/\/www.educationperfect.com\/curricula\/","og_site_name":"Education Perfect","article_modified_time":"2024-07-03T05:03:54+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.educationperfect.com\/curricula\/","url":"https:\/\/www.educationperfect.com\/curricula\/","name":"EP Supported Curricula | Education Perfect","isPartOf":{"@id":"https:\/\/www.educationperfect.com\/#website"},"datePublished":"2024-02-29T23:39:03+00:00","dateModified":"2024-07-03T05:03:54+00:00","description":"Explore the curricula that we support using the Education Platform. Learn more!","inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.educationperfect.com\/curricula\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.educationperfect.com\/#website","url":"https:\/\/www.educationperfect.com\/","name":"Education Perfect","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.educationperfect.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"}]}},"_links":{"self":[{"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/pages\/20460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/comments?post=20460"}],"version-history":[{"count":15,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/pages\/20460\/revisions"}],"predecessor-version":[{"id":25690,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/pages\/20460\/revisions\/25690"}],"wp:attachment":[{"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/media?parent=20460"}],"wp:term":[{"taxonomy":"ep-content-type","embeddable":true,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/ep-content-type?post=20460"},{"taxonomy":"ep-region","embeddable":true,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/ep-region?post=20460"},{"taxonomy":"page-type","embeddable":true,"href":"https:\/\/www.educationperfect.com\/wp-json\/wp\/v2\/page-type?post=20460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}