{"id":1034,"date":"2026-05-26T22:46:08","date_gmt":"2026-05-26T22:46:08","guid":{"rendered":"https:\/\/ellakconnectionsllc.com\/?page_id=1034"},"modified":"2026-05-26T22:49:40","modified_gmt":"2026-05-26T22:49:40","slug":"empowering-teachers","status":"publish","type":"page","link":"https:\/\/ellakconnectionsllc.com\/es\/ai-links\/empowering-teachers\/","title":{"rendered":"Empowering Teachers"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1034\" class=\"elementor elementor-1034\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-08b28b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"08b28b0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53ceed6\" data-id=\"53ceed6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2742deb elementor-widget elementor-widget-html\" data-id=\"2742deb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>AI & Metacognition: A K-12 Educator's Guide<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\r\n    <style>\r\n        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; }\r\n        .chart-container { position: relative; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; height: 350px; max-height: 400px; }\r\n        @media (min-width: 768px) { .chart-container { height: 400px; } }\r\n        .tab-active { border-bottom: 4px solid #059669; color: #059669; font-weight: bold; }\r\n        .tab-inactive { border-bottom: 4px solid transparent; color: #64748b; }\r\n        .tab-inactive:hover { color: #059669; border-bottom: 4px solid #a7f3d0; }\r\n       \r\n        .toast-notification {\r\n            position: fixed;\r\n            bottom: 20px;\r\n            right: 20px;\r\n            background-color: #065f46;\r\n            color: white;\r\n            padding: 12px 24px;\r\n            border-radius: 8px;\r\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\r\n            transform: translateY(100px);\r\n            opacity: 0;\r\n            transition: all 0.3s ease;\r\n            z-index: 50;\r\n        }\r\n        .toast-show {\r\n            transform: translateY(0);\r\n            opacity: 1;\r\n        }\r\n       \r\n        .hero-pattern {\r\n            background-color: #f5f5f4;\r\n            background-image: radial-gradient(#d6d3d1 1px, transparent 1px);\r\n            background-size: 20px 20px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-stone-50 text-stone-800 antialiased\">\r\n\r\n    <!-- Chosen Palette: Warm Neutrals (Stone 50\/100) with Emerald Green (Emerald 600\/700) and soft Slate accents to create a calm, focused, and academic environment suitable for educators. -->\r\n    <!-- Application Structure Plan: A two-part SPA dashboard. Part 1 is the 'Metacognitive Journey', featuring an interactive self-assessment that immediately visualizes the teacher's baseline metacognitive awareness using a radar chart. This establishes the required self-discovery phase. Part 2 is the 'Prompt Library', a dynamically filtered grid interface allowing K-12 educators to easily explore, filter by subject, and copy over 60 specialized AI prompts, ensuring rapid practical application. This structure prioritizes understanding the 'why' (metacognition) before the 'how' (AI prompts). -->\r\n    <!-- Visualization & Content Choices: 1. Metacognitive Self-Assessment -> Goal: Self-discovery & Reflection -> Viz: Radar Chart (Chart.js) -> Interaction: Teachers adjust 5 sliders, chart updates dynamically to reflect their cognitive profile -> Justification: Radar charts perfectly illustrate multi-dimensional psychological\/skill profiles, allowing teachers to see their strengths and areas for growth in real-time. 2. Prompt Library -> Goal: Organization & Utility -> Viz: Dynamic CSS Grid Cards -> Interaction: Category filtering and 1-click copy to clipboard -> Justification: Reduces cognitive load for teachers, making 60+ prompts easily navigable without overwhelming them. -->\r\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\r\n\r\n    <nav class=\"bg-white shadow-sm sticky top-0 z-40\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex justify-between h-16\">\r\n                <div class=\"flex items-center\">\r\n                    <div class=\"flex-shrink-0 flex items-center gap-2 cursor-pointer\" onclick=\"scrollToSection('hero')\">\r\n                        <div class=\"w-8 h-8 bg-emerald-600 text-white rounded-lg flex items-center justify-center font-bold text-xl\">AI<\/div>\r\n                        <span class=\"font-bold text-xl text-stone-800 tracking-tight\">EduPrompt<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"flex items-center space-x-8\">\r\n                    <button onclick=\"scrollToSection('session1')\" class=\"text-stone-600 hover:text-emerald-600 font-medium transition-colors\">1. Metacognition<\/button>\r\n                    <button onclick=\"scrollToSection('library')\" class=\"text-stone-600 hover:text-emerald-600 font-medium transition-colors\">2. Prompt Library<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/nav>\r\n\r\n    <header id=\"hero\" class=\"hero-pattern py-20 border-b border-stone-200\">\r\n        <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n            <span class=\"text-emerald-600 font-semibold tracking-wide uppercase text-sm\">District K-12 Educator Guide<\/span>\r\n            <h1 class=\"mt-2 text-4xl md:text-5xl font-extrabold text-stone-900 tracking-tight mb-4\">Empowering Teachers through AI & Self-Discovery<\/h1>\r\n            <p class=\"text-lg md:text-xl text-stone-600 leading-relaxed mb-8\">\r\n                Welcome to your comprehensive guide to integrating Artificial Intelligence in the K-12 classroom. Before we can teach students how to think about their thinking, we must embark on that journey ourselves.\r\n            <\/p>\r\n            <div class=\"flex flex-col sm:flex-row justify-center gap-4\">\r\n                <button onclick=\"scrollToSection('session1')\" class=\"bg-emerald-600 hover:bg-emerald-700 text-white font-semibold py-3 px-6 rounded-lg shadow-md transition-all transform hover:-translate-y-0.5\">Start Session 1: Self-Discovery<\/button>\r\n                <button onclick=\"scrollToSection('library')\" class=\"bg-white hover:bg-stone-50 text-stone-700 border border-stone-300 font-semibold py-3 px-6 rounded-lg shadow-sm transition-all\">Jump to Prompt Library<\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12\">\r\n\r\n        <section id=\"session1\" class=\"mb-24 scroll-mt-20\">\r\n            <div class=\"text-center mb-12 max-w-3xl mx-auto\">\r\n                <h2 class=\"text-3xl font-bold text-stone-900 mb-4\">Session 1: The Metacognitive Mirror<\/h2>\r\n                <p class=\"text-stone-600 text-lg\">\r\n                    If we want our students to harness AI as a tool for critical thinking rather than a shortcut, we must foster <strong>metacognition<\/strong>\u2014the awareness and understanding of one's own thought processes. This section is designed as a self-discovery tool for educators. By mapping your own metacognitive profile, you will better understand how to structure AI prompts that demand the same self-reflection from your students.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"bg-white rounded-2xl shadow-sm border border-stone-200 overflow-hidden\">\r\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-0\">\r\n                    <div class=\"p-8 lg:p-12 border-b lg:border-b-0 lg:border-r border-stone-200 bg-stone-50\/50\">\r\n                        <h3 class=\"text-2xl font-bold text-stone-800 mb-6\">Self-Assessment Tool<\/h3>\r\n                        <p class=\"text-sm text-stone-500 mb-8\">Rate your current practices on a scale of 1 (Rarely) to 10 (Consistently). Adjust the sliders to see your profile update in real-time.<\/p>\r\n                       \r\n                        <div class=\"space-y-6\" id=\"assessment-form\">\r\n                            <div>\r\n                                <label class=\"flex justify-between text-sm font-medium text-stone-700 mb-1\">\r\n                                    <span>Planning (Setting goals before tasks)<\/span>\r\n                                    <span id=\"val-planning\" class=\"text-emerald-600 font-bold\">5<\/span>\r\n                                <\/label>\r\n                                <input type=\"range\" min=\"1\" max=\"10\" value=\"5\" class=\"w-full accent-emerald-600\" oninput=\"updateChart('planning', this.value)\">\r\n                            <\/div>\r\n                            <div>\r\n                                <label class=\"flex justify-between text-sm font-medium text-stone-700 mb-1\">\r\n                                    <span>Monitoring (Checking understanding during tasks)<\/span>\r\n                                    <span id=\"val-monitoring\" class=\"text-emerald-600 font-bold\">5<\/span>\r\n                                <\/label>\r\n                                <input type=\"range\" min=\"1\" max=\"10\" value=\"5\" class=\"w-full accent-emerald-600\" oninput=\"updateChart('monitoring', this.value)\">\r\n                            <\/div>\r\n                            <div>\r\n                                <label class=\"flex justify-between text-sm font-medium text-stone-700 mb-1\">\r\n                                    <span>Evaluating (Assessing outcomes after tasks)<\/span>\r\n                                    <span id=\"val-evaluating\" class=\"text-emerald-600 font-bold\">5<\/span>\r\n                                <\/label>\r\n                                <input type=\"range\" min=\"1\" max=\"10\" value=\"5\" class=\"w-full accent-emerald-600\" oninput=\"updateChart('evaluating', this.value)\">\r\n                            <\/div>\r\n                            <div>\r\n                                <label class=\"flex justify-between text-sm font-medium text-stone-700 mb-1\">\r\n                                    <span>Information Management (Organizing new knowledge)<\/span>\r\n                                    <span id=\"val-management\" class=\"text-emerald-600 font-bold\">5<\/span>\r\n                                <\/label>\r\n                                <input type=\"range\" min=\"1\" max=\"10\" value=\"5\" class=\"w-full accent-emerald-600\" oninput=\"updateChart('management', this.value)\">\r\n                            <\/div>\r\n                            <div>\r\n                                <label class=\"flex justify-between text-sm font-medium text-stone-700 mb-1\">\r\n                                    <span>Debugging (Identifying and fixing errors in thought)<\/span>\r\n                                    <span id=\"val-debugging\" class=\"text-emerald-600 font-bold\">5<\/span>\r\n                                <\/label>\r\n                                <input type=\"range\" min=\"1\" max=\"10\" value=\"5\" class=\"w-full accent-emerald-600\" oninput=\"updateChart('debugging', this.value)\">\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"mt-8 p-4 bg-emerald-50 rounded-lg border border-emerald-100 text-sm text-emerald-800\">\r\n                            <strong>Why this matters:<\/strong> As you observe the shape of your chart, consider how you can use AI to stretch the areas that are closer to the center. The prompts in the library below are designed to activate these exact domains in your students.\r\n                        <\/div>\r\n                    <\/div>\r\n                   \r\n                    <div class=\"p-8 lg:p-12 flex flex-col items-center justify-center\">\r\n                        <h3 class=\"text-xl font-semibold text-stone-800 mb-6 text-center\">Your Metacognitive Profile<\/h3>\r\n                        <div class=\"chart-container w-full\">\r\n                            <canvas id=\"metaChart\"><\/canvas>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"library\" class=\"scroll-mt-20\">\r\n            <div class=\"mb-10 max-w-3xl\">\r\n                <h2 class=\"text-3xl font-bold text-stone-900 mb-4\">The AI Prompt Library (60+ Types)<\/h2>\r\n                <p class=\"text-stone-600 text-lg\">\r\n                    Explore a curated database of over 60 actionable AI prompts designed specifically for K-12 education. This section allows you to filter by subject area. Click any card to view details, understand the pedagogical goal, and copy the prompt directly to your clipboard for immediate use with tools like ChatGPT, Gemini, or Claude.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"flex flex-wrap gap-2 mb-8 border-b border-stone-200 pb-4\" id=\"filter-container\">\r\n                <button onclick=\"filterPrompts('All')\" class=\"tab-active px-4 py-2 text-sm transition-colors\" id=\"btn-All\">All Subjects<\/button>\r\n                <button onclick=\"filterPrompts('Math')\" class=\"tab-inactive px-4 py-2 text-sm transition-colors\" id=\"btn-Math\">Mathematics<\/button>\r\n                <button onclick=\"filterPrompts('Language')\" class=\"tab-inactive px-4 py-2 text-sm transition-colors\" id=\"btn-Language\">Language Arts<\/button>\r\n                <button onclick=\"filterPrompts('Science')\" class=\"tab-inactive px-4 py-2 text-sm transition-colors\" id=\"btn-Science\">Science<\/button>\r\n                <button onclick=\"filterPrompts('History')\" class=\"tab-inactive px-4 py-2 text-sm transition-colors\" id=\"btn-History\">History & Social Studies<\/button>\r\n                <button onclick=\"filterPrompts('Metacognition')\" class=\"tab-inactive px-4 py-2 text-sm transition-colors\" id=\"btn-Metacognition\">Metacognition \/ General<\/button>\r\n            <\/div>\r\n\r\n            <div class=\"flex justify-between items-center mb-6\">\r\n                <span class=\"text-stone-500 text-sm font-medium\" id=\"prompt-count\">Showing 60 prompts<\/span>\r\n                <div class=\"relative w-64\">\r\n                    <input type=\"text\" id=\"search-input\" placeholder=\"Search prompts...\" onkeyup=\"searchPrompts()\" class=\"w-full pl-4 pr-10 py-2 border border-stone-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:border-emerald-500 text-sm\">\r\n                    <div class=\"absolute right-3 top-2.5 text-stone-400\">\r\n                        <span class=\"text-lg\">&#8981;<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div id=\"prompts-grid\" class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\">\r\n            <\/div>\r\n        <\/section>\r\n\r\n    <\/main>\r\n\r\n    <footer class=\"bg-stone-900 text-stone-400 py-12 mt-24\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n            <div class=\"w-10 h-10 bg-emerald-600 text-white rounded-lg flex items-center justify-center font-bold text-xl mx-auto mb-4\">AI<\/div>\r\n            <p class=\"text-stone-300 font-semibold mb-2\">District Educator Resources<\/p>\r\n            <p class=\"text-sm\">Designed to bridge the gap between artificial intelligence and human metacognition.<\/p>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <div id=\"toast\" class=\"toast-notification\">\r\n        Prompt copied to clipboard!\r\n    <\/div>\r\n\r\n    <script>\r\n        const chartData = {\r\n            planning: 5,\r\n            monitoring: 5,\r\n            evaluating: 5,\r\n            management: 5,\r\n            debugging: 5\r\n        };\r\n\r\n        let metaChartInstance = null;\r\n\r\n        function initChart() {\r\n            const ctx = document.getElementById('metaChart').getContext('2d');\r\n            metaChartInstance = new Chart(ctx, {\r\n                type: 'radar',\r\n                data: {\r\n                    labels: ['Planning', 'Monitoring', 'Evaluating', 'Information Mgmt', 'Debugging'],\r\n                    datasets: [{\r\n                        label: 'Your Metacognitive Profile',\r\n                        data: [chartData.planning, chartData.monitoring, chartData.evaluating, chartData.management, chartData.debugging],\r\n                        backgroundColor: 'rgba(5, 150, 105, 0.2)',\r\n                        borderColor: 'rgba(5, 150, 105, 1)',\r\n                        pointBackgroundColor: 'rgba(5, 150, 105, 1)',\r\n                        pointBorderColor: '#fff',\r\n                        pointHoverBackgroundColor: '#fff',\r\n                        pointHoverBorderColor: 'rgba(5, 150, 105, 1)',\r\n                        borderWidth: 2\r\n                    }]\r\n                },\r\n                options: {\r\n                    maintainAspectRatio: false,\r\n                    responsive: true,\r\n                    scales: {\r\n                        r: {\r\n                            angleLines: { color: 'rgba(0, 0, 0, 0.1)' },\r\n                            grid: { color: 'rgba(0, 0, 0, 0.1)' },\r\n                            pointLabels: {\r\n                                font: { size: 12, family: \"'Segoe UI', sans-serif\" },\r\n                                color: '#444'\r\n                            },\r\n                            ticks: {\r\n                                beginAtZero: true,\r\n                                min: 0,\r\n                                max: 10,\r\n                                stepSize: 2,\r\n                                backdropColor: 'transparent'\r\n                            }\r\n                        }\r\n                    },\r\n                    plugins: {\r\n                        legend: { display: false },\r\n                        tooltip: {\r\n                            backgroundColor: 'rgba(28, 25, 23, 0.9)',\r\n                            padding: 10,\r\n                            cornerRadius: 4\r\n                        }\r\n                    }\r\n                }\r\n            });\r\n        }\r\n\r\n        function updateChart(metric, value) {\r\n            document.getElementById(`val-${metric}`).innerText = value;\r\n            chartData[metric] = parseInt(value);\r\n           \r\n            const indexMap = {\r\n                'planning': 0,\r\n                'monitoring': 1,\r\n                'evaluating': 2,\r\n                'management': 3,\r\n                'debugging': 4\r\n            };\r\n           \r\n            metaChartInstance.data.datasets[0].data[indexMap[metric]] = chartData[metric];\r\n            metaChartInstance.update();\r\n        }\r\n\r\n        function scrollToSection(id) {\r\n            document.getElementById(id).scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        const promptsDatabase = [\r\n            { id: 1, subject: 'Math', title: 'Real-World Application', goal: 'Contextualize abstract concepts', text: 'Generate 3 real-world scenarios where a student would need to use quadratic equations. For each scenario, provide a starter word problem suitable for a 9th-grade level, ensuring the contexts relate to environmental science, sports, and personal finance.' },\r\n            { id: 2, subject: 'Math', title: 'Common Misconceptions', goal: 'Anticipate student errors', text: 'Act as an expert math tutor. Identify the 3 most common misconceptions middle school students have when learning about adding fractions with unlike denominators. For each, provide a specific example of the error and a visual analogy I can use to correct it.' },\r\n            { id: 3, subject: 'Math', title: 'Step-by-Step Breakdown', goal: 'Scaffold complex algorithms', text: 'Break down the process of long division into 5 distinct, highly explicit micro-steps. Format this as a checklist that a student with ADHD could keep on their desk. Use simple language and include a small example next to each step.' },\r\n            { id: 4, subject: 'Math', title: 'Socratic Questioning Generator', goal: 'Encourage critical thinking', text: 'I am introducing the Pythagorean theorem. Provide me with a list of 5 Socratic questions I can ask the class to guide them to discover the relationship between the sides of a right triangle on their own, before I give them the formula.' },\r\n            { id: 5, subject: 'Math', title: 'Differentiated Worksheets', goal: 'Adapt to varying skill levels', text: 'Create three versions of a 5-question quiz on linear equations. Level 1 should be direct calculation. Level 2 should involve basic word problems. Level 3 should require students to construct the equation from a complex paragraph and solve it.' },\r\n            { id: 6, subject: 'Math', title: 'Math Debate Topic', goal: 'Improve mathematical communication', text: 'Provide a controversial statement regarding geometry or statistics suitable for an 8th-grade classroom debate (e.g., \"A square is just a specific type of rectangle, so we shouldn\\'t teach them as separate shapes\"). Outline two main arguments for both sides.' },\r\n            { id: 7, subject: 'Math', title: 'Visual Representation Ideas', goal: 'Enhance spatial reasoning', text: 'Suggest 4 interactive, physical classroom activities or manipulatives I can use to teach the concept of volume of a cylinder to students who struggle with abstract formulas.' },\r\n            { id: 8, subject: 'Math', title: 'Cross-Curricular Connection', goal: 'Link math to other subjects', text: 'Design a project outline that combines 7th-grade algebra (graphing inequalities) with history (analyzing historical population or economic data). What is the central question the students must answer?' },\r\n            { id: 9, subject: 'Math', title: 'Error Analysis Task', goal: 'Develop debugging skills', text: 'Generate a completed math problem showing the calculation of surface area for a rectangular prism. Intentionally include a logical error in step 3. Write a prompt for the student asking them to act as the teacher, find the mistake, and explain why it is wrong.' },\r\n            { id: 10, subject: 'Math', title: 'Formative Assessment', goal: 'Quick check for understanding', text: 'Create a 3-question \"Exit Ticket\" for a lesson on ratios and proportions. The first question should test recall, the second application, and the third should ask the student to rate their own confidence in the topic from 1-5.' },\r\n            { id: 11, subject: 'Math', title: 'Math Story Hook', goal: 'Increase engagement', text: 'Write a short, engaging mystery story (2 paragraphs) that can only be solved if the students correctly calculate the probability of a specific event occurring. The tone should be suitable for middle schoolers.' },\r\n            { id: 12, subject: 'Math', title: 'Vocabulary Builder', goal: 'Strengthen academic language', text: 'Create a graphic organizer template for the term \"Polynomial\". It should include sections for: Definition in student\\'s own words, visual representation, characteristics\/rules, and non-examples.' },\r\n           \r\n            { id: 13, subject: 'Language', title: 'Debate Opponent Simulator', goal: 'Practice argumentation', text: 'Act as a polite but firm debate opponent. I will provide a thesis statement on [Topic]. You must counter my argument with one strong piece of evidence or logic. Wait for my reply, and let us continue for 3 turns so I can practice counter-arguments.' },\r\n            { id: 14, subject: 'Language', title: 'Creative Writing Prompts', goal: 'Inspire creative writing', text: 'Generate 5 unique creative writing prompts for a high school English class. The prompts must involve a scenario where the protagonist loses a sense (sight, hearing) but gains an unusual ability. Include constraints like \"do not use the word \\'see\\'\".' },\r\n            { id: 15, subject: 'Language', title: 'Grammar Contextualizer', goal: 'Teach grammar in use', text: 'Write a 150-word engaging short story about a space explorer. Intentionally use the passive voice heavily. Then, provide a set of instructions for my students asking them to rewrite specific sentences into the active voice to make the action more exciting.' },\r\n            { id: 16, subject: 'Language', title: 'Reading Comprehension Qs', goal: 'Assess deep reading', text: 'Based on the first chapter of \"To Kill a Mockingbird\", generate 3 literal comprehension questions, 2 inferential questions, and 1 evaluative question connecting the text to modern social issues.' },\r\n            { id: 17, subject: 'Language', title: 'Vocabulary Story Integration', goal: 'Vocabulary retention', text: 'Take this list of 10 SAT vocabulary words: [insert list]. Write a cohesive, humorous paragraph (max 200 words) that uses all 10 words correctly in context, so students can deduce their meaning from the surrounding sentences.' },\r\n            { id: 18, subject: 'Language', title: 'Character Interview', goal: 'Character analysis', text: 'Act as Jay Gatsby from The Great Gatsby. Answer the following three questions exactly as you think the character would, matching his tone, vocabulary, and motivations based on the novel\\'s events up to chapter 5.' },\r\n            { id: 19, subject: 'Language', title: 'Essay Outline Generator', goal: 'Structure writing', text: 'Create a scaffolded outline template for a 5-paragraph persuasive essay. Include prompts for the hook, thesis statement, topic sentences, evidence integration (using the ICE method: Introduce, Cite, Explain), and a clincher.' },\r\n            { id: 20, subject: 'Language', title: 'Tone Analysis Exercise', goal: 'Analyze author\\'s craft', text: 'Provide a brief, neutral description of a thunderstorm. Then, rewrite that exact same description three times: first with a melancholic tone, second with a terrifying tone, and third with a joyful tone. Ask students to identify the specific words that changed the tone.' },\r\n            { id: 21, subject: 'Language', title: 'Peer Review Rubric', goal: 'Guide student feedback', text: 'Design a peer-review rubric for a personal narrative essay. Focus the rubric strictly on \"Show, Don\\'t Tell\", pacing, and dialogue formatting. Use a 4-point scale with clear descriptors for what a score of 1, 2, 3, and 4 looks like for each category.' },\r\n            { id: 22, subject: 'Language', title: 'Poetry Deconstruction', goal: 'Analyze poetic devices', text: 'Select a lesser-known poem by Emily Dickinson. Break it down stanza by stanza. For each stanza, identify one literary device used and explain how it contributes to the overall theme of the poem.' },\r\n            { id: 23, subject: 'Language', title: 'Historical Context Brief', goal: 'Build background knowledge', text: 'Write a 1-page summary of the social and political climate of 1950s America to serve as background reading for students before they begin reading \"The Crucible\". Focus heavily on McCarthyism and the Red Scare.' },\r\n            { id: 24, subject: 'Language', title: 'Differentiated Texts', goal: 'Reading accessibility', text: 'Take this high-lexile excerpt from an academic article about climate change [insert text] and rewrite it to a 6th-grade reading level. Maintain the core argument but simplify the vocabulary and sentence structures.' },\r\n\r\n            { id: 25, subject: 'Science', title: 'Analogy Generator', goal: 'Explain abstract processes', text: 'Explain the process of cellular respiration to a 7th grader using an analogy of a factory. Define what the mitochondria, glucose, ATP, and oxygen represent in this factory analogy.' },\r\n            { id: 26, subject: 'Science', title: 'Lab Experiment Design', goal: 'Scientific method practice', text: 'Design a simple, safe chemistry experiment using common household items (vinegar, baking soda, balloon, bottle) to demonstrate the Law of Conservation of Mass. Include a materials list, procedure, and data collection table.' },\r\n            { id: 27, subject: 'Science', title: 'Debunking Pseudoscience', goal: 'Critical evaluation', text: 'Provide a common pseudoscientific claim (e.g., the Earth is flat, or vaccines contain microchips). Outline a lesson plan where students must use the scientific method and credible sources to systematically debunk the claim.' },\r\n            { id: 28, subject: 'Science', title: 'Data Interpretation Task', goal: 'Data literacy', text: 'Generate a mock dataset showing the population of wolves and deer in a national park over 20 years. Provide the data in a comma-separated format. Then, write 4 analytical questions asking students to identify the predator-prey relationship and carrying capacity.' },\r\n            { id: 29, subject: 'Science', title: 'Science Ethics Discussion', goal: 'Explore ethical implications', text: 'Create a scenario involving CRISPR gene editing in human embryos to prevent a genetic disease. Formulate 3 discussion questions that force high school biology students to weigh the scientific benefits against the ethical dilemmas.' },\r\n            { id: 30, subject: 'Science', title: 'Misconception Check', goal: 'Identify flawed reasoning', text: 'List the top 3 misconceptions students have about gravity (e.g., there is no gravity in space). For each, explain the physical reality and provide a quick thought experiment to prove the misconception wrong.' },\r\n            { id: 31, subject: 'Science', title: 'Interactive Phenomenon', goal: 'Engage through curiosity', text: 'Describe a surprising scientific phenomenon (like supercooled water instantly freezing when poured). Write a script for how I can introduce this to my class to elicit \"I notice\" and \"I wonder\" statements before teaching the thermodynamics behind it.' },\r\n            { id: 32, subject: 'Science', title: 'Cross-Disciplinary Science', goal: 'Connect STEM fields', text: 'Create a project outline that requires students to use physics (kinematics) and computer science (basic coding or spreadsheet formulas) to design and calculate the trajectory of a water rocket.' },\r\n            { id: 33, subject: 'Science', title: 'Virtual Field Trip Guide', goal: 'Explore inaccessible places', text: 'Act as a tour guide for a journey inside a human blood vessel. Write a descriptive narrative of what we see, encountering red blood cells, white blood cells, and platelets. Include questions for the \"tourists\" (students) along the way.' },\r\n            { id: 34, subject: 'Science', title: 'Hypothesis Generator', goal: 'Formulate testable statements', text: 'Give students the observation: \"Plants on the windowsill grow taller than plants in the corner.\" Ask the AI to generate 3 weak hypotheses and 1 strong, testable hypothesis based on this observation, and explain what makes the strong one better.' },\r\n            { id: 35, subject: 'Science', title: 'Science News Summary', goal: 'Current events literacy', text: 'Summarize a recent, major breakthrough in renewable energy in 3 bullet points understandable to an 8th grader. Then, generate a prompt asking the student how this breakthrough might change their daily life in 10 years.' },\r\n            { id: 36, subject: 'Science', title: 'Concept Map Builder', goal: 'Visualize relationships', text: 'Provide a list of 15 key terms related to ecosystems (e.g., producer, consumer, abiotic, biome, trophic level). Suggest a logical hierarchical structure for how these terms should be connected in a concept map.' },\r\n\r\n            { id: 37, subject: 'History', title: 'Historical Figure Chat', goal: 'Perspective taking', text: 'Act as Abraham Lincoln in 1863, right after delivering the Gettysburg Address. I will ask you questions as a journalist of that era. Respond accurately to his known beliefs, speech patterns, and historical constraints.' },\r\n            { id: 38, subject: 'History', title: 'Primary Source Analysis', goal: 'Document evaluation', text: 'Provide a short excerpt from the Code of Hammurabi. Generate a graphic organizer with prompts for students to analyze the document using the APPARTS method (Author, Place\/Time, Prior Knowledge, Audience, Reason, The Main Idea, Significance).' },\r\n            { id: 39, subject: 'History', title: 'Alternate History Scenario', goal: 'Cause and effect analysis', text: 'Create a detailed \"What If\" scenario: What if the telegraph was never invented before the American Civil War? Outline the potential impacts on military strategy, communication, and the war\\'s duration for students to debate.' },\r\n            { id: 40, subject: 'History', title: 'Bias Detection Exercise', goal: 'Media literacy', text: 'Write two short, fake newspaper articles about the Boston Tea Party. Write one from the perspective of a loyalist British newspaper, and the other from the perspective of a radical Patriot pamphlet. Ask students to highlight loaded words in each.' },\r\n            { id: 41, subject: 'History', title: 'Timeline Construction', goal: 'Chronological reasoning', text: 'List 10 seemingly disconnected events from the 20th century. Task the AI to write a narrative paragraph that connects all 10 events chronologically, demonstrating how one event influenced the next.' },\r\n            { id: 42, subject: 'History', title: 'Historical Empathy Prompt', goal: 'Understand lived experiences', text: 'Write a journal entry prompt for a student to imagine they are a 12-year-old worker in an Industrial Revolution textile mill. Include 3 specific historical details they must incorporate into their entry (e.g., machinery names, working hours).' },\r\n            { id: 43, subject: 'History', title: 'Comparing Civilizations', goal: 'Identify patterns in history', text: 'Create a comparison table template for the Roman Empire and the Han Dynasty. Include specific categories for comparison: Governance structure, military expansion, economic trade routes, and reasons for decline.' },\r\n            { id: 44, subject: 'History', title: 'Map Activity Generator', goal: 'Geography in history', text: 'Design an activity based on a blank map of Europe in 1914. Provide a sequence of 5 instructions for students to draw borders, color alliances, and mark key initial battles, to understand the geographic setup of WWI.' },\r\n            { id: 45, subject: 'History', title: 'Roleplay Simulation', goal: 'Immersive learning', text: 'Design a 20-minute classroom simulation of the Yalta Conference. Provide a 1-paragraph secret agenda and goal for three groups of students representing Churchill, Roosevelt, and Stalin.' },\r\n            { id: 46, subject: 'History', title: 'Thematic Essay Prompts', goal: 'Synthesize historical eras', text: 'Generate 3 essay prompts that require students to trace the theme of \"Civil Rights\" across three different distinct time periods in American History (e.g., Reconstruction, the 1960s, and the modern era).' },\r\n            { id: 47, subject: 'History', title: 'Artifact Inquiry', goal: 'Deductive reasoning', text: 'Describe a mysterious historical artifact (e.g., an astrolabe) without naming it. Provide clues about its material, markings, and where it was found. Ask students to formulate a hypothesis about its use and origin.' },\r\n            { id: 48, subject: 'History', title: 'Causation Web', goal: 'Complex historical causes', text: 'Help me build a causation web for the French Revolution. Provide 3 long-term causes, 2 short-term causes, and 1 immediate trigger event. Explain how they interlock.' },\r\n\r\n            { id: 49, subject: 'Metacognition', title: 'Exit Ticket: Self-Assessment', goal: 'Monitor learning', text: 'Design a 3-question exit ticket. Q1: What was the most important concept today? Q2: What part of the lesson confused you the most? Q3: What specific strategy will you use tonight to review the confusing part?' },\r\n            { id: 50, subject: 'Metacognition', title: 'Pre-Task Planning Guide', goal: 'Activate prior knowledge', text: 'Create a pre-task checklist for students about to start a large research project. Include prompts that ask them to identify their goal, estimate time needed, list required resources, and predict potential distractions.' },\r\n            { id: 51, subject: 'Metacognition', title: 'Error Analysis Journal', goal: 'Debug thinking', text: 'Create a template for a \"Mistake Journal\". It should have columns for: The error I made, Why I think I made it (rushed, misunderstood concept, calculation error), and How I will prevent it next time.' },\r\n            { id: 52, subject: 'Metacognition', title: 'Cognitive Strategy Swap', goal: 'Expand study techniques', text: 'Write a prompt for a pair-share activity where Student A explains their exact mental process for memorizing vocabulary, and Student B must summarize it and find one element to adopt into their own routine.' },\r\n            { id: 53, subject: 'Metacognition', title: 'Post-Exam Reflection', goal: 'Evaluate performance', text: 'Draft a post-exam reflection questionnaire. Instead of asking about the grade, ask: \"Which study strategy yielded the best results?\", \"Did you manage your time well during the test?\", and \"What will you change for the next exam?\"' },\r\n            { id: 54, subject: 'Metacognition', title: 'Thinking Aloud Protocol', goal: 'Verbalize thought processes', text: 'Provide a script for a teacher modeling the \"Think Aloud\" strategy while reading a complex informational text. Include specific pauses where the teacher verbalizes confusion, makes a prediction, and adjusts their understanding.' },\r\n            { id: 55, subject: 'Metacognition', title: 'Goal Setting Framework', goal: 'Personal accountability', text: 'Design a SMART goal worksheet tailored for middle schoolers. Include prompts that force them to define not just the goal, but the specific daily habits required to achieve it, and how they will track their progress.' },\r\n            { id: 56, subject: 'Metacognition', title: 'The \"Muddiest Point\"', goal: 'Identify knowledge gaps', text: 'Create a prompt for a mid-lesson check-in asking students to write down their \"Muddiest Point\"\u2014the concept they are least clear on. Include an instruction on how the teacher will use this data immediately.' },\r\n            { id: 57, subject: 'Metacognition', title: 'AI as a Tutor Prompt', goal: 'Independent learning', text: 'Provide a meta-prompt that I can teach my students to use with AI: \"Act as a Socratic tutor. Do not give me the answer. Ask me guiding questions to help me figure out [Topic] on my own, and point out flaws in my logic.\"' },\r\n            { id: 58, subject: 'Metacognition', title: 'Self-Regulation Checklist', goal: 'Manage attention', text: 'Create a desk-taped checklist for students with executive functioning challenges. Include 4 simple questions they can ask themselves when they feel off-task to re-regulate and focus.' },\r\n            { id: 59, subject: 'Metacognition', title: 'Metacognitive Modeling', goal: 'Teacher transparency', text: 'Write a brief monologue for a teacher who just made a mistake on the whiteboard. The monologue should model how to catch the mistake, accept it without embarrassment, and verbally trace back the logic to find where it went wrong.' },\r\n            { id: 60, subject: 'Metacognition', title: 'Knowledge Concept Map', goal: 'Organize understanding', text: 'Instruct students to create a concept map from memory at the end of a unit. Then, give them a prompt to compare their map with the textbook, highlighting in red what they forgot and in green what they connected well.' },\r\n            { id: 61, subject: 'General', title: 'Parent Communication', goal: 'Admin efficiency', text: 'Write a template for a positive email home. Include placeholders for the student\\'s name, the specific positive behavior observed, and a note about how this behavior positively impacts the classroom environment.' },\r\n            { id: 62, subject: 'General', title: 'Sub Plan Generator', goal: 'Admin efficiency', text: 'Create a comprehensive template for an emergency substitute teacher plan. Include sections for schedule, reliable students, medical alerts, and a standalone 45-minute activity that requires no prior subject knowledge to facilitate.' }\r\n        ];\r\n\r\n        function renderPrompts(filterSubject) {\r\n            const grid = document.getElementById('prompts-grid');\r\n            grid.innerHTML = '';\r\n           \r\n            const searchTerm = document.getElementById('search-input').value.toLowerCase();\r\n           \r\n            const filteredPrompts = promptsDatabase.filter(prompt => {\r\n                const matchesSubject = filterSubject === 'All' || prompt.subject === filterSubject || (filterSubject === 'Metacognition' && prompt.subject === 'General');\r\n                const matchesSearch = prompt.title.toLowerCase().includes(searchTerm) || prompt.text.toLowerCase().includes(searchTerm) || prompt.goal.toLowerCase().includes(searchTerm);\r\n                return matchesSubject && matchesSearch;\r\n            });\r\n\r\n            document.getElementById('prompt-count').innerText = `Showing ${filteredPrompts.length} prompts`;\r\n\r\n            filteredPrompts.forEach(prompt => {\r\n                let badgeColor = 'bg-stone-100 text-stone-800';\r\n                if (prompt.subject === 'Math') badgeColor = 'bg-blue-100 text-blue-800';\r\n                if (prompt.subject === 'Language') badgeColor = 'bg-purple-100 text-purple-800';\r\n                if (prompt.subject === 'Science') badgeColor = 'bg-green-100 text-green-800';\r\n                if (prompt.subject === 'History') badgeColor = 'bg-orange-100 text-orange-800';\r\n                if (prompt.subject === 'Metacognition' || prompt.subject === 'General') badgeColor = 'bg-emerald-100 text-emerald-800';\r\n\r\n                const card = document.createElement('div');\r\n                card.className = 'bg-white rounded-xl shadow-sm border border-stone-200 overflow-hidden hover:shadow-md transition-shadow flex flex-col group';\r\n                card.innerHTML = `\r\n                    <div class=\"p-6 flex-grow\">\r\n                        <div class=\"flex justify-between items-start mb-3\">\r\n                            <span class=\"text-xs font-bold px-2 py-1 rounded uppercase tracking-wider ${badgeColor}\">${prompt.subject}<\/span>\r\n                            <span class=\"text-stone-400 text-sm\" title=\"Goal: ${prompt.goal}\">&#128302;<\/span>\r\n                        <\/div>\r\n                        <h4 class=\"text-lg font-bold text-stone-900 mb-2\">${prompt.title}<\/h4>\r\n                        <p class=\"text-xs text-stone-500 mb-3 uppercase tracking-wider font-semibold border-b border-stone-100 pb-2\">Goal: ${prompt.goal}<\/p>\r\n                        <p class=\"text-sm text-stone-700 leading-relaxed italic border-l-4 border-stone-200 pl-3\">\"${prompt.text}\"<\/p>\r\n                    <\/div>\r\n                    <div class=\"bg-stone-50 px-6 py-4 border-t border-stone-100\">\r\n                        <button onclick=\"copyToClipboard('${prompt.text.replace(\/'\/g, \"\\\\'\")}')\" class=\"w-full flex justify-center items-center gap-2 bg-white border border-stone-300 text-stone-700 hover:text-emerald-600 hover:border-emerald-600 hover:bg-emerald-50 font-medium py-2 px-4 rounded transition-colors text-sm\">\r\n                            <span>&#128203;<\/span> Copy Prompt\r\n                        <\/button>\r\n                    <\/div>\r\n                `;\r\n                grid.appendChild(card);\r\n            });\r\n        }\r\n\r\n        let currentFilter = 'All';\r\n\r\n        function filterPrompts(subject) {\r\n            currentFilter = subject;\r\n            const buttons = document.querySelectorAll('#filter-container button');\r\n            buttons.forEach(btn => {\r\n                btn.className = 'tab-inactive px-4 py-2 text-sm transition-colors';\r\n            });\r\n            document.getElementById(`btn-${subject}`).className = 'tab-active px-4 py-2 text-sm transition-colors';\r\n            renderPrompts(subject);\r\n        }\r\n\r\n        function searchPrompts() {\r\n            renderPrompts(currentFilter);\r\n        }\r\n\r\n        function copyToClipboard(text) {\r\n            navigator.clipboard.writeText(text).then(() => {\r\n                showToast();\r\n            }).catch(err => {\r\n                const textArea = document.createElement(\"textarea\");\r\n                textArea.value = text;\r\n                document.body.appendChild(textArea);\r\n                textArea.focus();\r\n                textArea.select();\r\n                try {\r\n                    document.execCommand('copy');\r\n                    showToast();\r\n                } catch (err) {\r\n                    console.error('Fallback: Oops, unable to copy', err);\r\n                }\r\n                document.body.removeChild(textArea);\r\n            });\r\n        }\r\n\r\n        function showToast() {\r\n            const toast = document.getElementById('toast');\r\n            toast.classList.add('toast-show');\r\n            setTimeout(() => {\r\n                toast.classList.remove('toast-show');\r\n            }, 3000);\r\n        }\r\n\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            initChart();\r\n            renderPrompts('All');\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>AI &#038; Metacognition: A K-12 Educator&#8217;s Guide AI EduPrompt 1. Metacognition 2. Prompt Library District K-12 Educator Guide Empowering Teachers through AI &#038; Self-Discovery Welcome&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":943,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1034","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Empowering Teachers - Ellak Connections LLC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ellakconnectionsllc.com\/es\/ai-links\/empowering-teachers\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Empowering Teachers - Ellak Connections LLC\" \/>\n<meta property=\"og:description\" content=\"AI &#038; Metacognition: A K-12 Educator&#8217;s Guide AI EduPrompt 1. Metacognition 2. Prompt Library District K-12 Educator Guide Empowering Teachers through AI &#038; Self-Discovery Welcome&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ellakconnectionsllc.com\/es\/ai-links\/empowering-teachers\/\" \/>\n<meta property=\"og:site_name\" content=\"Ellak Connections LLC\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-26T22:49:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/\",\"url\":\"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/\",\"name\":\"Empowering Teachers - Ellak Connections LLC\",\"isPartOf\":{\"@id\":\"https:\/\/ellakconnectionsllc.com\/#website\"},\"datePublished\":\"2026-05-26T22:46:08+00:00\",\"dateModified\":\"2026-05-26T22:49:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ellakconnectionsllc.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Links\",\"item\":\"https:\/\/ellakconnectionsllc.com\/ai-links\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Empowering Teachers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ellakconnectionsllc.com\/#website\",\"url\":\"https:\/\/ellakconnectionsllc.com\/\",\"name\":\"Ellak Connections LLC\",\"description\":\"Translation and interpretation services in Spanish and English\",\"publisher\":{\"@id\":\"https:\/\/ellakconnectionsllc.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ellakconnectionsllc.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ellakconnectionsllc.com\/#organization\",\"name\":\"Ellak Connections LLC\",\"url\":\"https:\/\/ellakconnectionsllc.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/ellakconnectionsllc.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ellakconnectionsllc.com\/wp-content\/uploads\/2021\/03\/cropped-LogoEllakPNG.png\",\"contentUrl\":\"https:\/\/ellakconnectionsllc.com\/wp-content\/uploads\/2021\/03\/cropped-LogoEllakPNG.png\",\"width\":2733,\"height\":1085,\"caption\":\"Ellak Connections LLC\"},\"image\":{\"@id\":\"https:\/\/ellakconnectionsllc.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/ella-khan-0a524434\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Empowering Teachers - Ellak Connections LLC","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:\/\/ellakconnectionsllc.com\/es\/ai-links\/empowering-teachers\/","og_locale":"es_ES","og_type":"article","og_title":"Empowering Teachers - Ellak Connections LLC","og_description":"AI &#038; Metacognition: A K-12 Educator&#8217;s Guide AI EduPrompt 1. Metacognition 2. Prompt Library District K-12 Educator Guide Empowering Teachers through AI &#038; Self-Discovery Welcome&hellip;","og_url":"https:\/\/ellakconnectionsllc.com\/es\/ai-links\/empowering-teachers\/","og_site_name":"Ellak Connections LLC","article_modified_time":"2026-05-26T22:49:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/","url":"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/","name":"Empowering Teachers - Ellak Connections LLC","isPartOf":{"@id":"https:\/\/ellakconnectionsllc.com\/#website"},"datePublished":"2026-05-26T22:46:08+00:00","dateModified":"2026-05-26T22:49:40+00:00","breadcrumb":{"@id":"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ellakconnectionsllc.com\/ai-links\/empowering-teachers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ellakconnectionsllc.com\/"},{"@type":"ListItem","position":2,"name":"AI Links","item":"https:\/\/ellakconnectionsllc.com\/ai-links\/"},{"@type":"ListItem","position":3,"name":"Empowering Teachers"}]},{"@type":"WebSite","@id":"https:\/\/ellakconnectionsllc.com\/#website","url":"https:\/\/ellakconnectionsllc.com\/","name":"Ellak Connections LLC","description":"Translation and interpretation services in Spanish and English","publisher":{"@id":"https:\/\/ellakconnectionsllc.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ellakconnectionsllc.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/ellakconnectionsllc.com\/#organization","name":"Ellak Connections LLC","url":"https:\/\/ellakconnectionsllc.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/ellakconnectionsllc.com\/#\/schema\/logo\/image\/","url":"https:\/\/ellakconnectionsllc.com\/wp-content\/uploads\/2021\/03\/cropped-LogoEllakPNG.png","contentUrl":"https:\/\/ellakconnectionsllc.com\/wp-content\/uploads\/2021\/03\/cropped-LogoEllakPNG.png","width":2733,"height":1085,"caption":"Ellak Connections LLC"},"image":{"@id":"https:\/\/ellakconnectionsllc.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/ella-khan-0a524434"]}]}},"_links":{"self":[{"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/pages\/1034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/comments?post=1034"}],"version-history":[{"count":4,"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/pages\/1034\/revisions"}],"predecessor-version":[{"id":1038,"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/pages\/1034\/revisions\/1038"}],"up":[{"embeddable":true,"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/pages\/943"}],"wp:attachment":[{"href":"https:\/\/ellakconnectionsllc.com\/es\/wp-json\/wp\/v2\/media?parent=1034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}