{"id":704,"date":"2026-06-04T12:15:32","date_gmt":"2026-06-04T12:15:32","guid":{"rendered":"https:\/\/curiouslearneracademy.com\/newzealand\/?page_id=704"},"modified":"2026-06-08T10:59:42","modified_gmt":"2026-06-08T10:59:42","slug":"assessment-instructions","status":"publish","type":"page","link":"https:\/\/curiouslearneracademy.com\/newzealand\/assessment-instructions\/","title":{"rendered":"Assessment Instructions"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Curious Learner Academy &#8211; Evaluation Parameters<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;700;900&display=swap');\n\n        :root {\n            --cl-teal: #14b8a6;\n            --cl-navy-dark: #020617;\n            --cl-navy-pure: #0c4a6e;\n            --cl-orange: #f97316;\n            --cl-white: #ffffff;\n            --cl-slate-50: #f8fafc;\n            --cl-slate-100: #f1f5f9;\n            --cl-slate-400: #94a3b8;\n            --cl-slate-700: #334155;\n            --border-soft: rgba(12, 74, 110, 0.12);\n        }\n\n        body {\n            background-color: var(--cl-white);\n            font-family: 'Outfit', sans-serif;\n            margin: 0; padding: 0;\n            color: var(--cl-slate-700);\n            -webkit-font-smoothing: antialiased;\n        }\n\n        #cl-instructions-portal {\n            padding: 40px 0; \/* Standardized page-flow layout alignment padding *\/\n            display: flex; justify-content: center; align-items: center;\n        }\n\n        .instructions-wrapper {\n            max-width: 1200px; width: 90%;\n            background: var(--cl-white);\n            border: 1px solid var(--border-soft);\n            border-radius: 40px; padding: 0 0 50px 0;\n            box-shadow: 0 25px 60px rgba(2, 6, 23, 0.03);\n            box-sizing: border-box; position: relative; overflow: hidden;\n        }\n\n        \/* --- HYPER-LIVE INTERACTIVE CANVASED HEADER NODE --- *\/\n        .instructions-header-box {\n            position: relative;\n            background: linear-gradient(135deg, #020617 0%, #0c4a6e 100%);\n            padding: 60px 40px; text-align: center;\n            border-bottom: 4px solid var(--cl-teal);\n            border-radius: 38px 38px 0 0; overflow: hidden;\n        }\n\n        #headerCanvas {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            pointer-events: none; z-index: 1;\n        }\n\n        .header-content-node { position: relative; z-index: 5; }\n\n        .instructions-header-box h1 {\n            font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--cl-white);\n            font-weight: 900; letter-spacing: -1.5px; margin: 0 0 15px; text-transform: uppercase;\n            line-height: 1.2;\n        }\n\n        .instructions-header-box h1 span {\n            color: var(--cl-teal); position: relative; display: inline-block;\n            animation: textGlowPulse 3s infinite ease-in-out;\n        }\n\n        @keyframes textGlowPulse {\n            0%, 100% { text-shadow: 0 0 0px rgba(20, 184, 166, 0); }\n            50% { text-shadow: 0 0 20px rgba(20, 184, 166, 0.5); }\n        }\n\n        .accent-divider {\n            width: 100px; height: 6px;\n            background: linear-gradient(90deg, var(--cl-orange), var(--cl-teal));\n            margin: 0 flex auto 25px; border-radius: 10px; margin: 0 auto 25px;\n        }\n\n        .instructions-header-box p {\n            color: #e2e8f0; font-size: 1.1rem; max-width: 850px; margin: 0 auto; line-height: 1.6;\n        }\n\n        \/* --- STABLE SUMMARY CONTENT BLOCKS --- *\/\n        .content-body-padding { padding: 0 50px; }\n        .grid-split-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; }\n\n        .info-card {\n            background: var(--cl-slate-50); border: 1px solid var(--cl-slate-100);\n            border-radius: 24px; padding: 30px; transition: all 0.3s ease-in-out;\n        }\n\n        .info-card:hover {\n            transform: translateY(-5px); border-color: var(--cl-teal);\n            box-shadow: 0 15px 30px rgba(12, 74, 110, 0.04);\n        }\n\n        .info-card h2 {\n            font-size: 1.25rem; color: var(--cl-navy-pure); font-weight: 900;\n            margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 0.5px;\n            display: flex; align-items: center; gap: 12px;\n        }\n\n        .info-card h2 i { color: var(--cl-teal); }\n\n        .overview-list { list-style: none; padding: 0; margin: 0; }\n        .overview-list li {\n            font-size: 1.05rem; line-height: 1.7; margin-bottom: 12px;\n            display: flex; align-items: center; gap: 10px; color: var(--cl-slate-700);\n        }\n        .overview-list li strong { color: var(--cl-navy-dark); }\n        .overview-list li i { color: var(--cl-orange); font-size: 0.9rem; }\n\n        .subjects-chips-container { display: flex; gap: 15px; margin-top: 15px; }\n        .subject-chip {\n            background: var(--cl-navy-pure); color: var(--cl-white);\n            padding: 8px 20px; border-radius: 12px; font-weight: 700; font-size: 0.95rem;\n            display: flex; align-items: center; gap: 8px;\n        }\n        .subject-chip.math { background: var(--cl-navy-pure); }\n        .subject-chip.analytical { background: var(--cl-teal); }\n        .subject-chip.logical { background: var(--cl-orange); }\n\n        .tier-block { margin-bottom: 20px; }\n        .tier-block:last-child { margin-bottom: 0; }\n        .tier-title { font-weight: 700; color: var(--cl-navy-dark); font-size: 1.05rem; margin-bottom: 4px; }\n        .tier-desc { font-size: 0.95rem; color: #475569; line-height: 1.5; margin: 0; }\n\n        .check-list { list-style: none; padding: 0; margin: 0; }\n        .check-list li { font-size: 1rem; line-height: 1.6; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 12px; }\n        .check-list li i { color: var(--cl-teal); margin-top: 4px; font-size: 1.05rem; }\n\n        .outcome-list { list-style: none; padding: 0; margin: 0; }\n        .outcome-list li { font-size: 1rem; line-height: 1.6; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }\n        .outcome-list li i { color: var(--cl-orange); }\n\n        .reminder-notice-card {\n            background: #fff7ed; border: 1px solid #ffedd5; border-radius: 24px;\n            padding: 30px; margin-top: 35px; text-align: center;\n        }\n        .reminder-notice-card h3 { color: var(--cl-orange); margin: 0 0 10px 0; font-weight: 900; text-transform: uppercase; font-size: 1.1rem; }\n        .reminder-notice-card p { margin: 0; font-size: 1.05rem; line-height: 1.6; color: var(--cl-slate-700); }\n        .signature-line { font-weight: 700; color: var(--cl-navy-pure); margin-top: 15px !important; }\n\n        \/* --- DYNAMIC LAUNCHPAD SEGMENT --- *\/\n        .launchpad-control-hub {\n            margin-top: 40px; background: var(--cl-slate-50); border: 2px solid var(--cl-slate-100);\n            border-radius: 30px; padding: 40px; display: flex; flex-direction: column; align-items: center; gap: 25px;\n        }\n\n        .dropdown-shell { display: flex; flex-direction: column; width: 100%; max-width: 450px; }\n        .dropdown-shell label {\n            font-size: 0.85rem; font-weight: 900; color: var(--cl-navy-pure);\n            margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; text-align: center;\n        }\n\n        .select-field-box { position: relative; display: flex; align-items: center; width: 100%; }\n        .select-field-box i { position: absolute; left: 20px; color: var(--cl-slate-400); pointer-events: none; z-index: 2; }\n        \n        .select-field-box select {\n            width: 100%; padding: 18px 20px 18px 52px; font-family: 'Outfit', sans-serif; font-size: 1.05rem;\n            background: var(--cl-white); border: 2px solid var(--cl-slate-100); border-radius: 16px;\n            color: var(--cl-navy-dark); box-sizing: border-box; transition: all 0.3s ease;\n            appearance: none; -webkit-appearance: none;\n            background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2314b8a6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n            background-repeat: no-repeat; background-position: right 20px center; background-size: 14px; padding-right: 50px;\n        }\n\n        .select-field-box select:focus {\n            outline: none; border-color: var(--cl-teal); box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);\n        }\n\n        .start-assessment-btn {\n            width: 100%; max-width: 450px; padding: 18px 35px; font-family: 'Outfit', sans-serif;\n            font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px;\n            border: none; border-radius: 20px; cursor: not-allowed; display: flex; align-items: center; justify-content: center; gap: 12px;\n            background: var(--cl-slate-400); color: rgba(255, 255, 255, 0.7); transition: all 0.4s ease-in-out;\n        }\n\n        .start-assessment-btn.active-ready {\n            background: var(--cl-orange); color: var(--cl-white); cursor: pointer; box-shadow: 0 12px 24px rgba(249, 115, 22, 0.25);\n        }\n\n        .start-assessment-btn.active-ready:hover {\n            background: var(--cl-teal); box-shadow: 0 15px 30px rgba(20, 184, 166, 0.35); transform: translateY(-4px);\n        }\n\n        .start-assessment-btn i { transition: transform 0.3s ease; }\n        .start-assessment-btn.active-ready:hover i { transform: translateX(6px); }\n\n        @media (max-width: 991px) {\n            .grid-split-2x2 { grid-template-columns: 1fr; gap: 25px; }\n            .content-body-padding { padding: 0 24px; }\n            .instructions-header-box { padding: 45px 20px; }\n            .subjects-chips-container { flex-wrap: wrap; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"cl-instructions-portal\">\n    <div class=\"instructions-wrapper\">\n        <header class=\"instructions-header-box\" id=\"headerInteractiveZone\">\n            <canvas id=\"headerCanvas\"><\/canvas>\n            <div class=\"header-content-node\">\n                <h1>Welcome to the Curious Learner Academy<br><span>Diagnostic Assessment<\/span><\/h1>\n                <div class=\"accent-divider\"><\/div>\n                <p>Begin your assessment journey by submitting your details below. Register today to receive a comprehensive evaluation of academic skills, identify strengths and areas for growth, and gain personalised learning recommendations to support your next steps.<\/p>\n            <\/div>\n        <\/header>\n\n        <div class=\"content-body-padding\">\n            <div class=\"grid-split-2x2\">\n                \n                <div class=\"info-card\">\n                    <h2><i class=\"fa-solid fa-clipboard-list\"><\/i> Assessment Overview<\/h2>\n                    <ul class=\"overview-list\">\n                        <li><i class=\"fa-solid fa-hashtag\"><\/i> <span><strong>Total Questions:<\/strong> 25<\/span><\/li>\n                        <li><i class=\"fa-solid fa-hourglass-half\"><\/i> <span><strong>Duration:<\/strong> 30-45 Minutes<\/span><\/li>\n                        <li><i class=\"fa-solid fa-list-check\"><\/i> <span><strong>Question Types:<\/strong> Multiple Choice<\/span><\/li>\n                    <\/ul>\n                    <div style=\"margin-top: 20px; font-weight: 700; color: var(--cl-navy-pure); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.5px;\">Subjects Covered:<\/div>\n                    <div class=\"subjects-chips-container\">\n                        <span class=\"subject-chip math\"><i class=\"fa-solid fa-calculator\"><\/i> Mathematics<\/span>\n                        <span class=\"subject-chip analytical\"><i class=\"fa-solid fa-brain\"><\/i> Analytical Skill<\/span>\n                        <span class=\"subject-chip logical\"><i class=\"fa-solid fa-diagram-project\"><\/i> Logical Reasoning<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"info-card\">\n                    <h2><i class=\"fa-solid fa-layer-group\"><\/i> Assessment Structure<\/h2>\n                    <div class=\"tier-block\">\n                        <div class=\"tier-title\">Section 1: Average Level (Questions 1\u201310)<\/div>\n                        <p class=\"tier-desc\">These questions assess core foundational knowledge and understanding expected at the student&#8217;s current year level.<\/p>\n                    <\/div>\n                    <div class=\"tier-block\">\n                        <div class=\"tier-title\">Section 2: Above Average Level (Questions 11\u201320)<\/div>\n                        <p class=\"tier-desc\">These questions assess higher-order thinking, application of concepts, and deeper understanding.<\/p>\n                    <\/div>\n                    <div class=\"tier-block\">\n                        <div class=\"tier-title\">Section 3: Exceptional Level (Questions 21\u201325)<\/div>\n                        <p class=\"tier-desc\">These questions challenge advanced reasoning, critical thinking, and problem-solving abilities.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"info-card\">\n                    <h2><i class=\"fa-solid fa-circle-check\"><\/i> Before You Begin<\/h2>\n                    <ul class=\"check-list\">\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Ensure you are in a quiet environment.<\/span><\/li>\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Have paper and a pencil available if needed.<\/span><\/li>\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Read each question carefully before answering.<\/span><\/li>\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Select the best answer for every question.<\/span><\/li>\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Once submitted, answers cannot be changed.<\/span><\/li>\n                        <li><i class=\"fa-solid fa-square-check\"><\/i> <span>Try your best on every question, even if you are unsure.<\/span><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"info-card\">\n                    <h2><i class=\"fa-solid fa-square-poll-horizontal\"><\/i> After the Assessment<\/h2>\n                    <p style=\"margin: 0 0 15px 0; font-size: 0.95rem; color: #475569;\">Once completed, you will receive:<\/p>\n                    <ul class=\"outcome-list\">\n                        <li><i class=\"fa-solid fa-circle-arrow-right\"><\/i> <span>Overall Performance Score<\/span><\/li>\n                        <li><i class=\"fa-solid fa-circle-arrow-right\"><\/i> <span>Section-by-Section Performance Analysis<\/span><\/li>\n                        <li><i class=\"fa-solid fa-circle-arrow-right\"><\/i> <span>Learning Readiness Assessment<\/span><\/li>\n                        <li><i class=\"fa-solid fa-circle-arrow-right\"><\/i> <span>Personalised AI Diagnostic Report<\/span><\/li>\n                        <li><i class=\"fa-solid fa-circle-arrow-right\"><\/i> <span>Recommendations for Future Learning<\/span><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"reminder-notice-card\">\n                <h3>Important Reminder<\/h3>\n                <p>This assessment is designed to identify strengths and learning opportunities. It is not a pass-or-fail test.<br>Take your time, stay focused, and do your best.<\/p>\n                <p class=\"signature-line\">We wish you the very best.<br>Curious Learner Academy<\/p>\n            <\/div>\n\n            <div class=\"launchpad-control-hub\">\n                <div class=\"dropdown-shell\">\n                    <label for=\"assessmentYearSelect\">Select Student Year Level Cluster<\/label>\n                    <div class=\"select-field-box\">\n                        <i class=\"fa-solid fa-arrow-up-9-1\"><\/i>\n                        <select id=\"assessmentYearSelect\">\n                            <option value=\"\" disabled=\"\" selected=\"\">Choose School Year Range&#8230;<\/option>\n                            <option value=\"year1_2\">Year 1-2 (Ages 5-7)<\/option>\n                            <option value=\"year3_4\">Year 3-4 (Ages 7-9)<\/option>\n                            <option value=\"year5_6\">Year 5-6 (Ages 9-11)<\/option>\n                            <option value=\"year7_8\">Year 7-8 (Ages 11-13)<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n\n                <button type=\"button\" id=\"startTestBtn\" class=\"start-assessment-btn\" disabled=\"\">\n                    <span>Start Assessment<\/span>\n                    <i class=\"fa-solid fa-play\"><\/i>\n                <\/button>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- 1. HYPER-LIVE WELCOME INTERACTIVE CANVAS LOGIC ---\n        const headerZone = document.getElementById('headerInteractiveZone');\n        const canvas = document.getElementById('headerCanvas');\n        const ctx = canvas.getContext('2d');\n        let particlesArray = [];\n\n        function resizeCanvas() {\n            canvas.width = headerZone.offsetWidth;\n            canvas.height = headerZone.offsetHeight;\n        }\n        resizeCanvas();\n        window.addEventListener('resize', resizeCanvas);\n\n        class Particle {\n            constructor(x, y) {\n                this.x = x; this.y = y;\n                this.size = Math.random() * 3 + 1;\n                this.speedX = Math.random() * 2 - 1;\n                this.speedY = Math.random() * 2 - 1;\n                this.color = Math.random() > 0.5 ? 'rgba(20, 184, 166, 0.4)' : 'rgba(249, 115, 22, 0.3)';\n            }\n            update() {\n                this.x += this.speedX; this.y += this.speedY;\n                if (this.size > 0.1) this.size -= 0.02;\n            }\n            draw() {\n                ctx.fillStyle = this.color; ctx.beginPath();\n                ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2); ctx.fill();\n            }\n        }\n\n        headerZone.addEventListener('mousemove', (e) => {\n            const rect = headerZone.getBoundingClientRect();\n            const mouseX = e.clientX - rect.left;\n            const mouseY = e.clientY - rect.top;\n            for (let i = 0; i < 3; i++) { particlesArray.push(new Particle(mouseX, mouseY)); }\n        });\n\n        function handleParticles() {\n            ctx.clearRect(0, 0, canvas.width, canvas.height);\n            for (let i = 0; i < particlesArray.length; i++) {\n                particlesArray[i].update(); particlesArray[i].draw();\n                if (particlesArray[i].size <= 0.1) { particlesArray.splice(i, 1); i--; }\n            }\n            requestAnimationFrame(handleParticles);\n        }\n        handleParticles();\n\n        \/\/ --- 2. RUNTIME ACCELERATED DROPDOWN ROUTER ENGINE ---\n        const yearSelector = document.getElementById('assessmentYearSelect');\n        const triggerBtn = document.getElementById('startTestBtn');\n\n        \/\/ \ud83d\udea8 CRITICAL FIX: UPDATED PATH MATRIX DICTIONARY TO ORIGINAL LIVE URL LINKS\n        const ROUTING_DICTIONARY_MAPS = {\n            \"year1_2\": { dest: \"https:\/\/curiouslearneracademy.com\/newzealand\/year-1-2-diagnostic-assessment\/\", cluster: \"Year 1-2 Cluster\" },\n            \"year3_4\": { dest: \"https:\/\/curiouslearneracademy.com\/newzealand\/year-3-4-diagnostic-assessment\/\", cluster: \"Year 3-4 Cluster\" },\n            \"year5_6\": { dest: \"https:\/\/curiouslearneracademy.com\/newzealand\/year-5-6-diagnostic-assessment\/\", cluster: \"Year 5-6 Cluster\" },\n            \"year7_8\": { dest: \"https:\/\/curiouslearneracademy.com\/newzealand\/year-7-8-diagnostic-assessment\/\", cluster: \"Year 7-8 Cluster\" }\n        };\n\n        let targetDestinationURL = \"\";\n        let chosenClusterKey = \"\";\n\n        yearSelector.addEventListener('change', (e) => {\n            const selectedValue = e.target.value;\n            const match = ROUTING_DICTIONARY_MAPS[selectedValue];\n            \n            if (match) {\n                targetDestinationURL = match.dest;\n                chosenClusterKey = match.cluster;\n                triggerBtn.classList.add('active-ready');\n                triggerBtn.removeAttribute('disabled');\n            } else {\n                targetDestinationURL = \"\"; \n                chosenClusterKey = \"\";\n                triggerBtn.classList.remove('active-ready');\n                triggerBtn.setAttribute('disabled', 'true');\n            }\n        });\n\n        \/\/ --- 3. SEAMLESS STATE RETENTION ON ACTION TRIGGERS ---\n        triggerBtn.addEventListener('click', () => {\n            if (targetDestinationURL && targetDestinationURL !== \"\") {\n                localStorage.setItem(\n                    \"assessmentGroup\",\n                    chosenClusterKey\n                );\n\n                window.location.href = targetDestinationURL;\n            }\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Curious Learner Academy &#8211; Evaluation Parameters Welcome to the Curious Learner AcademyDiagnostic Assessment Begin your assessment journey by submitting your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-704","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"curiouslearneroffice@gmail.com","author_link":"https:\/\/curiouslearneracademy.com\/newzealand\/author\/curiouslearnerofficegmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Curious Learner Academy &#8211; Evaluation Parameters Welcome to the Curious Learner AcademyDiagnostic Assessment Begin your assessment journey by submitting your [&hellip;]","_links":{"self":[{"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/pages\/704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/comments?post=704"}],"version-history":[{"count":9,"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/pages\/704\/revisions"}],"predecessor-version":[{"id":756,"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/pages\/704\/revisions\/756"}],"wp:attachment":[{"href":"https:\/\/curiouslearneracademy.com\/newzealand\/wp-json\/wp\/v2\/media?parent=704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}