{"id":904,"date":"2026-05-17T21:05:19","date_gmt":"2026-05-17T21:05:19","guid":{"rendered":"https:\/\/museum.wiserighteous.org\/?page_id=904"},"modified":"2026-05-17T21:05:19","modified_gmt":"2026-05-17T21:05:19","slug":"museum-test-prep-app-lion","status":"publish","type":"page","link":"https:\/\/museum.wiserighteous.org\/index.php\/museum-test-prep-app-lion\/","title":{"rendered":"Museum Test Prep App-Lion"},"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, user-scalable=yes\">\n    <title>Lion \u2013 Museum Test Prep App | SAT \u2022 PSAT \u2022 ACT<\/title>\n    <!-- Font Awesome for icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #1e1b16;\n            font-family: 'Georgia', 'Times New Roman', Times, serif;\n            color: #2c2b28;\n            line-height: 1.5;\n            padding: 20px;\n        }\n\n        .museum-container {\n            max-width: 1300px;\n            margin: 0 auto;\n            background: #fef8ea;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px rgba(0,0,0,0.3), 0 0 0 1px #d4bc8c inset;\n            overflow: hidden;\n        }\n\n        .hero {\n            background: linear-gradient(135deg, #7a2e19 0%, #4a1f0f 100%);\n            padding: 1.8rem 2.5rem;\n            border-bottom: 6px solid #e2bc7c;\n            color: #fef0db;\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        .hero-text {\n            flex: 2;\n        }\n        .hero h1 {\n            font-size: 2.2rem;\n            letter-spacing: 1px;\n            font-weight: 600;\n        }\n        .hero h1 i {\n            color: #f3cf8a;\n            margin-right: 10px;\n        }\n        .hero h1 .app-badge {\n            font-size: 0.9rem;\n            background: #e2bc7c33;\n            padding: 0.2rem 0.8rem;\n            border-radius: 40px;\n            margin-left: 12px;\n            vertical-align: middle;\n        }\n        .hero p {\n            font-size: 1rem;\n            font-style: italic;\n            margin-top: 0.5rem;\n            opacity: 0.9;\n        }\n        .hero-portrait {\n            flex: 0 0 100px;\n            text-align: center;\n            background: #b86b3a30;\n            padding: 8px;\n            border-radius: 50%;\n            border: 2px solid #f3cf8a;\n        }\n        .hero-portrait i {\n            font-size: 4rem;\n            color: #fad19e;\n        }\n        .hero-portrait p {\n            font-size: 0.7rem;\n            margin-top: 5px;\n        }\n\n        .flex-main {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        .article-panel {\n            flex: 1.6;\n            min-width: 280px;\n            padding: 2rem 2rem 2rem 2.2rem;\n            background: #fffcf5;\n            border-right: 1px solid #ecd9b4;\n        }\n        .game-sat-panel {\n            flex: 1.2;\n            min-width: 350px;\n            background: #fbf3e2;\n            padding: 2rem 1.8rem;\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n        }\n\n        .article-panel h2 {\n            font-size: 1.9rem;\n            border-left: 7px solid #b87c3a;\n            padding-left: 1rem;\n            margin: 0.75rem 0 1rem 0;\n            color: #7a2e19;\n        }\n        .article-panel h2 i {\n            color: #b87c3a;\n            margin-right: 10px;\n        }\n        .article-panel h3 {\n            font-size: 1.35rem;\n            margin: 1.6rem 0 0.6rem 0;\n            color: #8b5a2b;\n            font-weight: 600;\n        }\n        .article-panel p {\n            margin-bottom: 1rem;\n            text-align: justify;\n        }\n        .inset-quote {\n            background: #eee4d0;\n            padding: 0.8rem 1.3rem;\n            border-left: 4px solid #dbb86b;\n            margin: 1.2rem 0;\n            border-radius: 12px;\n            font-weight: 500;\n        }\n        .reference-list {\n            font-size: 0.85rem;\n            margin-top: 1.5rem;\n            border-top: 1px dashed #cfbc93;\n            padding-top: 1rem;\n            color: #5e4b2b;\n        }\n\n        \/* Mode Selection & Quiz Styles *\/\n        .mode-selector {\n            background: white;\n            border-radius: 28px;\n            padding: 1.2rem;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        .mode-buttons {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n            margin-top: 12px;\n            flex-wrap: wrap;\n        }\n        .mode-btn {\n            flex: 1;\n            min-width: 90px;\n            padding: 12px;\n            border: none;\n            border-radius: 60px;\n            font-weight: bold;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: 0.2s;\n            font-family: inherit;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n        .mode-btn.sat {\n            background: #1e3a2f;\n            color: white;\n        }\n        .mode-btn.psat {\n            background: #2c5f6e;\n            color: white;\n        }\n        .mode-btn.act {\n            background: #8b5a2b;\n            color: white;\n        }\n        .mode-btn:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.05);\n        }\n        .mode-btn.active {\n            box-shadow: 0 0 0 3px #ffd966;\n        }\n        .quiz-header {\n            background: linear-gradient(145deg, #8b3a1f, #5a2510);\n            color: white;\n            padding: 1rem;\n            border-radius: 28px;\n            text-align: center;\n        }\n        .score-area {\n            font-size: 1.6rem;\n            font-weight: bold;\n            background: #00000055;\n            display: inline-block;\n            padding: 0.2rem 1.2rem;\n            border-radius: 40px;\n            margin-top: 8px;\n        }\n        .question-card {\n            background: white;\n            border-radius: 28px;\n            padding: 1.5rem;\n            box-shadow: 0 8px 18px rgba(0,0,0,0.1);\n        }\n        .question-text {\n            font-size: 1.15rem;\n            font-weight: 700;\n            margin-bottom: 1.2rem;\n            background: #fdf4e0;\n            padding: 12px;\n            border-radius: 20px;\n            border-left: 5px solid #c49a6c;\n        }\n        .options-list {\n            display: flex;\n            flex-direction: column;\n            gap: 10px;\n            margin-bottom: 1.5rem;\n        }\n        .opt-btn {\n            background: #efe2cf;\n            border: 2px solid #cfb37a;\n            padding: 10px 14px;\n            border-radius: 60px;\n            font-family: 'Segoe UI', 'Georgia', serif;\n            font-size: 0.9rem;\n            text-align: left;\n            cursor: pointer;\n            transition: 0.2s;\n        }\n        .opt-btn i {\n            margin-right: 10px;\n        }\n        .opt-btn:hover:not(:disabled) {\n            background: #e2cfb0;\n        }\n        .opt-btn.correct-highlight {\n            background: #a5d6a5;\n            border-color: #2e7d32;\n        }\n        .opt-btn.wrong-highlight {\n            background: #ef9a9a;\n            border-color: #c62828;\n        }\n        .opt-btn:disabled {\n            cursor: default;\n            opacity: 0.8;\n        }\n        .feedback {\n            margin-top: 15px;\n            padding: 12px;\n            border-radius: 20px;\n            background: #f3efdf;\n            font-size: 0.9rem;\n            border-left: 5px solid #b88b44;\n        }\n        .next-btn, .restart-btn {\n            background: #846c3e;\n            border: none;\n            color: white;\n            font-weight: bold;\n            padding: 10px;\n            border-radius: 40px;\n            font-size: 1rem;\n            cursor: pointer;\n            margin-top: 10px;\n            width: 100%;\n        }\n        .next-btn:hover, .restart-btn:hover {\n            background: #5f4a2a;\n        }\n        .game-status {\n            font-size: 0.8rem;\n            text-align: center;\n            background: #e2d5bd;\n            padding: 6px;\n            border-radius: 50px;\n            margin-top: 8px;\n        }\n        footer {\n            text-align: center;\n            padding: 1rem;\n            background: #dfd2b6;\n            font-size: 0.75rem;\n            color: #4a3a22;\n        }\n        @media (max-width: 780px) {\n            .hero h1 { font-size: 1.4rem; }\n            .hero-portrait { flex-basis: 70px; }\n            .hero-portrait i { font-size: 2.5rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"museum-container\">\n    <div class=\"hero\">\n        <div class=\"hero-text\">\n            <h1><i class=\"fas fa-lion\"><\/i> Lion <span class=\"app-badge\"><i class=\"fas fa-mobile-alt\"><\/i> Museum Test Prep App<\/span><\/h1>\n            <p><i class=\"fas fa-crown\"><\/i> Bold Righteousness, Rightful Authority \u2014 \u201cThe righteous are as bold as a lion\u201d (Proverbs 28:1)<\/p>\n        <\/div>\n        <div class=\"hero-portrait\">\n            <i class=\"fas fa-paw\"><\/i>\n            <p><i class=\"fas fa-shield-alt\"><\/i> Aryeh | Leon<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"flex-main\">\n        <div class=\"article-panel\">\n            <h2><i class=\"fas fa-scroll\"><\/i> The Lion (Panthera leo): Bold Righteousness, Rightful Authority<\/h2>\n            <p>The lion is the only truly social cat, living in prides. Adult males can weigh up to 550 pounds, and their roar can be heard up to 5 miles away. Unlike the rock badger which has \u201clittle power,\u201d the lion sits at the apex of the savanna food chain. The Bible mentions the lion over 150 times \u2014 as a symbol of judgment (Jeremiah 4:7), divine protection (Isaiah 31:4), and the tribe of Judah is called a \u201clion\u2019s cub\u201d (Genesis 49:9). Christ Himself is the \u201cLion of the tribe of Judah\u201d (Revelation 5:5).<\/p>\n            <div class=\"inset-quote\"><i class=\"fas fa-quote-left\"><\/i> \u201cThe wicked flee though no one pursues, but the righteous are as bold as a lion.\u201d \u2014 Proverbs 28:1<\/div>\n            <h3><i class=\"fas fa-brain\"><\/i> Wisdom of the Lion<\/h3>\n            <p>The lion\u2019s wisdom is rooted in accurate self-awareness of authority. It does not flee because it knows what it is: the king of beasts. Its wisdom includes confidence without bluff, selective engagement (not fighting every challenger), pride cooperation, territorial clarity, and rest without shame. The lion retreats from a porcupine \u2014 not out of cowardice, but out of prudence. Boldness is not recklessness.<\/p>\n            <h3><i class=\"fas fa-balance-scale\"><\/i> Righteousness of the Lion<\/h3>\n            <p>If the rock badger\u2019s righteousness is humility that takes shelter, the lion\u2019s righteousness is boldness that stands its ground. Both are necessary. The lion models boldness, territorial integrity, protective authority, selective ferocity, and fearlessness without recklessness. True boldness comes from God (the Rock), not ego. The righteous person who is \u201cas bold as a lion\u201d does not say \u201cI am powerful\u201d; they say \u201cI serve the powerful God, therefore I have nothing to fear.\u201d<\/p>\n            <h3><i class=\"fas fa-comment-dots\"><\/i> Reflection<\/h3>\n            <p>The lion asks: <strong>When should I stand, and when should I flee?<\/strong> The rock badger teaches the virtue of hiding; the lion teaches the virtue of standing. Both are righteous, but they must be applied correctly. Are you a rock badger in a situation that requires a lion \u2014 fleeing from necessary confrontation? Or a lion in a situation that requires a rock badger \u2014 fighting battles you cannot win?<\/p>\n            <div class=\"reference-list\"><i class=\"fas fa-book-open\"><\/i> References: Macdonald (2018); Reyburn &#038; Fry (2000); Walton (2015).<\/div>\n        <\/div>\n\n        <div class=\"game-sat-panel\">\n            <div class=\"mode-selector\">\n                <i class=\"fas fa-graduation-cap\"><\/i> <strong>Choose Your Exam<\/strong>\n                <div class=\"mode-buttons\">\n                    <button id=\"modeSAT\" class=\"mode-btn sat\"><i class=\"fab fa-sat\"><\/i> SAT<\/button>\n                    <button id=\"modePSAT\" class=\"mode-btn psat\"><i class=\"fas fa-pen-fancy\"><\/i> PSAT<\/button>\n                    <button id=\"modeACT\" class=\"mode-btn act\"><i class=\"fas fa-bolt\"><\/i> ACT<\/button>\n                <\/div>\n            <\/div>\n            <div class=\"quiz-header\">\n                <h3 id=\"modeTitle\"><i class=\"fas fa-brain\"><\/i> SAT \u2726 Bold Righteousness Prep<\/h3>\n                <div class=\"score-area\"><i class=\"fas fa-star\"><\/i> Score: <span id=\"scoreValue\">0<\/span> \/ 600<\/div>\n            <\/div>\n            <div class=\"question-card\" id=\"quizContainer\">\n                <div id=\"dynamicQuestionArea\"><\/div>\n                <div id=\"feedbackArea\" class=\"feedback\"><i class=\"fas fa-info-circle\"><\/i> Select an exam mode above to start.<\/div>\n                <button id=\"nextButton\" class=\"next-btn\" style=\"display: none;\"><i class=\"fas fa-arrow-right\"><\/i> Next Question<\/button>\n                <button id=\"restartButton\" class=\"restart-btn\"><i class=\"fas fa-undo-alt\"><\/i> Restart Quiz<\/button>\n                <div class=\"game-status\"><i class=\"fas fa-hourglass-half\"><\/i> 6 questions per exam \u2022 Evidence-based reading \u2022 Lion exhibit<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <footer><i class=\"fas fa-lion\"><\/i> Righteousness \u00b7 Wisdom \u00b7 Reflection \u2014 The Lion: \u201cThe righteous are as bold as a lion\u201d (Proverbs 28:1) | SAT \u2022 PSAT \u2022 ACT Test Prep<\/footer>\n<\/div>\n\n<script>\n    \/\/ ---------- QUESTION BANKS (SAT \/ PSAT \/ ACT) based on the Lion exhibit ----------\n    \/\/ Topics: bold righteousness, accurate self-awareness, selective engagement, false vs true boldness, standing vs fleeing, source of boldness (God vs ego)\n    const QUESTION_BANKS = {\n        SAT: [\n            { text: \"The exhibit states that the lion\u2019s wisdom includes 'selective engagement' \u2014 not fighting every challenger. This trait best illustrates which principle of righteous boldness?\", options: [\"Reckless aggression\", \"Boldness is not stupidity; wisdom discerns when to fight and when to wait\", \"Constant ferocity\", \"Isolation from the pride\"], correct: 1, explanation: \"Correct: The lion retreats from a porcupine \u2014 not cowardice but prudence. Righteous boldness is calculated courage, not foolishness.\" },\n            { text: \"According to Proverbs 28:1, the 'righteous are as bold as a lion.' The exhibit explains that this boldness ultimately comes from:\", options: [\"Personal ego and pride\", \"The Rock \u2014 God, truth, and a just cause\", \"Physical strength alone\", \"Intimidation of others\"], correct: 1, explanation: \"True boldness comes from God (the Rock). The righteous says 'I serve the powerful God, therefore I have nothing to fear.'\" },\n            { text: \"The exhibit contrasts the lion's righteous boldness with the wicked person's false boldness. Which of the following is identified as a characteristic of false boldness?\", options: [\"Bold when danger is real\", \"Chooses battles wisely\", \"Bold in safety, silent in danger\", \"Serves truth and protects others\"], correct: 2, explanation: \"The table shows false boldness is 'bold in safety, silent in danger' \u2014 the opposite of righteous courage.\" },\n            { text: \"The author notes that a lion will retreat from a porcupine or a herd of angry buffalo. The purpose of this example is to:\", options: [\"Prove lions are cowards\", \"Show that boldness must be paired with prudence \u2014 discretion can be wise\", \"Contradict Proverbs 28:1\", \"Suggest lions are weak\"], correct: 1, explanation: \"Boldness is not recklessness; the lion's retreat is prudence, not cowardice. Wisdom knows when not to fight.\" },\n            { text: \"Which statement best captures the relationship between the rock badger exhibit and the lion exhibit according to the passage?\", options: [\"They contradict each other\", \"The rock badger is righteous; the lion is not\", \"Both are righteous but operate in different circumstances: humility for the vulnerable, boldness for those with authority\", \"The lion is always better\"], correct: 2, explanation: \"Rock badger: 'I cannot fight; I must hide.' Lion: 'I have authority; I must defend.' Both are righteous, applied correctly.\" },\n            { text: \"The apostle Paul (2 Corinthians 12:10) is cited as an example of someone who embodied:\", options: [\"Only the rock badger's humility\", \"Only the lion's boldness\", \"The paradox of being both weak (rock badger) and bold (lion) because boldness came from God, not self\", \"Neither virtue\"], correct: 2, explanation: \"Paul acknowledged his weakness ('rock badger') yet was bold in preaching \u2014 his boldness came from God, not his own strength.\" }\n        ],\n        PSAT: [\n            { text: \"What is the central message of the Lion exhibit?\", options: [\"Lions are dangerous\", \"Righteous boldness requires accurate self-awareness, selective engagement, and trust in God as the source of courage\", \"Always fight every battle\", \"Boldness is always reckless\"], correct: 1, explanation: \"The lion models boldness rooted in truth, not ego \u2014 discerning when to stand and when to wait.\" },\n            { text: \"The exhibit describes the lion's 'territorial clarity' (marking and defending boundaries). The ethical implication of this trait is that:\", options: [\"Boundaries are unimportant\", \"The righteous must protect moral and spiritual borders\", \"Lions are aggressive\", \"Territory is physical only\"], correct: 1, explanation: \"Righteousness has clear moral boundaries that must be defended, just as the lion defends its territory.\" },\n            { text: \"Why does the exhibit emphasize that the lion's boldness is not 'self-righteousness'?\", options: [\"To show lions are humble\", \"To contrast roaring 'I am great' (pride) vs. roaring 'I am a lion' (factual statement of identity)\", \"To prove lions cannot speak\", \"To suggest boldness is wrong\"], correct: 1, explanation: \"The lion does not boast 'I am great' but states 'I am a lion' \u2014 a truthful recognition of authority, not ego.\" },\n            { text: \"The exhibit asks the reflective question: 'Are you a lion in a situation that requires a rock badger?' This means:\", options: [\"Always be a lion\", \"Flee from every confrontation\", \"Sometimes fighting every battle is unwise \u2014 prudence may require retreat to preserve future action\", \"Never stand\"], correct: 2, explanation: \"The lion retreats from a porcupine; likewise, the righteous may need to hide (rock badger wisdom) when fighting is foolish or would waste strength.\" },\n            { text: \"Which virtue does the exhibit associate with 'protective authority' (male lions defending the pride)?\", options: [\"Exploitation of the weak\", \"Authority exists to protect the vulnerable, not exploit them\", \"Isolation\", \"Indifference\"], correct: 1, explanation: \"Righteous authority defends the vulnerable \u2014 the lion protects the cubs; the righteous protect those under their care.\" },\n            { text: \"The exhibit uses Isaiah 33:14-16 to show that the righteous person is both bold as a lion AND hidden in the Rock. This paradox means:\", options: [\"Contradiction in the Bible\", \"Hiding in God gives the righteous boldness \u2014 they fear nothing on earth because they are safe in God\", \"Lions hide in rocks\", \"Boldness requires hiding\"], correct: 1, explanation: \"The one who knows they are safe in God (the Rock) has nothing to fear, therefore they can be bold.\" }\n        ],\n        ACT: [\n            { text: \"According to the exhibit, the lion's roar can be heard up to 8 kilometers away. The author uses this fact to emphasize:\", options: [\"Lions are loud\", \"The lion's power and authority are real, not bluffed\", \"Lions should be feared only\", \"Lions cannot be silent\"], correct: 1, explanation: \"The lion's roar is not a bluff \u2014 its power flows from its being, just as righteous boldness flows from genuine truth and authority.\" },\n            { text: \"The exhibit contrasts the lion with the rock badger. What is the key difference in their righteousness?\", options: [\"One is good, one is evil\", \"Rock badger: humility that takes shelter; Lion: boldness that stands its ground. Both are righteous in different circumstances\", \"Lions are stronger\", \"Rock badgers are not in the Bible\"], correct: 1, explanation: \"Both are models of righteousness \u2014 but for different situations: vulnerability vs. authority.\" },\n            { text: \"The exhibit states that 'boldness without wisdom is stupidity.' Which example from the passage supports this claim?\", options: [\"Lion sleeping 20 hours\", \"Lion retreating from a porcupine\", \"Lion roaring loudly\", \"Lion hunting zebras\"], correct: 1, explanation: \"The lion retreats from a porcupine because fighting it would be foolish \u2014 boldness must be paired with discernment.\" },\n            { text: \"What does the exhibit say is the source of true righteous boldness?\", options: [\"Personal confidence\", \"Wealth and power\", \"The Rock \u2014 God, truth, and a just cause\", \"Physical fitness\"], correct: 2, explanation: \"If your boldness comes from your own ego, it will fail; if it comes from God, it remains even in weakness.\" },\n            { text: \"Which of the following would the exhibit identify as 'false boldness'?\", options: [\"Speaking truth to power\", \"Defending the vulnerable\", \"Bluffing and threatening constantly while being silent in real danger\", \"Choosing battles wisely\"], correct: 2, explanation: \"False boldness bluffs constantly but flees when actual danger appears \u2014 the opposite of righteous courage.\" },\n            { text: \"The final reflection asks: 'What truth am I afraid to speak?' This question is intended to:\", options: [\"Encourage silence\", \"Challenge visitors to examine whether they are fleeing from necessary righteous confrontation\", \"Prove truth is relative\", \"Discourage boldness\"], correct: 1, explanation: \"The lion\u2019s reflection probes whether we are being rock badgers (hiding) when we should be lions (standing for truth).\" }\n        ]\n    };\n\n    let currentMode = \"SAT\";\n    let currentQuestions = [...QUESTION_BANKS.SAT];\n    let currentIndex = 0;\n    let playerScore = 0;\n    let quizAnswered = false;\n    let selectedOptIdx = null;\n    let totalPerMode = 6;\n\n    \/\/ DOM elements\n    const dynamicArea = document.getElementById(\"dynamicQuestionArea\");\n    const feedbackDiv = document.getElementById(\"feedbackArea\");\n    const nextBtn = document.getElementById(\"nextButton\");\n    const restartBtn = document.getElementById(\"restartButton\");\n    const scoreSpan = document.getElementById(\"scoreValue\");\n    const modeTitle = document.getElementById(\"modeTitle\");\n\n    function updateScoreUI() {\n        scoreSpan.innerText = playerScore;\n    }\n\n    function loadMode(mode) {\n        currentMode = mode;\n        if (mode === \"SAT\") currentQuestions = [...QUESTION_BANKS.SAT];\n        else if (mode === \"PSAT\") currentQuestions = [...QUESTION_BANKS.PSAT];\n        else currentQuestions = [...QUESTION_BANKS.ACT];\n        \n        let icon = mode === \"SAT\" ? '<i class=\"fab fa-sat\"><\/i>' : (mode === \"PSAT\" ? '<i class=\"fas fa-pen-fancy\"><\/i>' : '<i class=\"fas fa-bolt\"><\/i>');\n        modeTitle.innerHTML = `${icon} ${mode} \u2726 Bold Righteousness Prep`;\n        \n        currentIndex = 0;\n        playerScore = 0;\n        quizAnswered = false;\n        selectedOptIdx = null;\n        updateScoreUI();\n        nextBtn.style.display = \"none\";\n        feedbackDiv.innerHTML = `<i class=\"fas fa-lion\"><\/i> ${mode} mode activated. Answer 6 questions based on the Lion exhibit (bold righteousness, wisdom, reflection).`;\n        renderQuestion();\n        \n        document.querySelectorAll('.mode-btn').forEach(btn => btn.classList.remove('active'));\n        if (mode === \"SAT\") document.getElementById(\"modeSAT\").classList.add('active');\n        if (mode === \"PSAT\") document.getElementById(\"modePSAT\").classList.add('active');\n        if (mode === \"ACT\") document.getElementById(\"modeACT\").classList.add('active');\n    }\n\n    function renderQuestion() {\n        if (currentIndex >= totalPerMode) {\n            dynamicArea.innerHTML = `\n                <div style=\"text-align:center; padding:20px;\">\n                    <i class=\"fas fa-trophy\" style=\"font-size:3rem; color:#e6b422;\"><\/i>\n                    <h3>${currentMode} Complete!<\/h3>\n                    <p>Your score: ${playerScore} \/ ${totalPerMode*100}<\/p>\n                    <p><i class=\"fas fa-medal\"><\/i> ${getFinalMessage()}<\/p>\n                    <i class=\"fas fa-lion\"><\/i> Switch exam mode or press Restart.\n                <\/div>\n            `;\n            nextBtn.style.display = \"none\";\n            quizAnswered = true;\n            return;\n        }\n\n        const q = currentQuestions[currentIndex];\n        let optionsHtml = '';\n        const letters = ['A', 'B', 'C', 'D'];\n        q.options.forEach((opt, idx) => {\n            let disabledAttr = quizAnswered ? 'disabled' : '';\n            let extraClass = '';\n            if (quizAnswered) {\n                if (idx === q.correct) extraClass = 'correct-highlight';\n                else if (idx === selectedOptIdx && idx !== q.correct) extraClass = 'wrong-highlight';\n            }\n            optionsHtml += `\n                <button class=\"opt-btn ${extraClass}\" data-opt-index=\"${idx}\" ${disabledAttr}>\n                    <i class=\"fas ${idx === 0 ? 'fa-circle' : (idx === 1 ? 'fa-dot-circle' : (idx === 2 ? 'fa-record-vinyl' : 'fa-stop'))}\"><\/i>\n                    <strong>${letters[idx]}.<\/strong> ${escapeHtml(opt)}\n                <\/button>\n            `;\n        });\n\n        const progressHtml = `<div class=\"game-status\" style=\"margin-bottom:12px;\"><i class=\"fas fa-lion\"><\/i> Question ${currentIndex+1} of ${totalPerMode} (${currentMode})<\/div>`;\n        const questionHtml = `\n            ${progressHtml}\n            <div class=\"question-text\"><i class=\"fas fa-crown\"><\/i> ${escapeHtml(q.text)}<\/div>\n            <div class=\"options-list\" id=\"optionsList\">${optionsHtml}<\/div>\n        `;\n        dynamicArea.innerHTML = questionHtml;\n\n        if (!quizAnswered) {\n            document.querySelectorAll('.opt-btn').forEach(btn => {\n                btn.addEventListener('click', (e) => {\n                    if (quizAnswered) return;\n                    const chosenIdx = parseInt(btn.getAttribute('data-opt-index'));\n                    handleAnswer(chosenIdx);\n                });\n            });\n        }\n    }\n\n    function handleAnswer(chosenIdx) {\n        if (quizAnswered) return;\n        const q = currentQuestions[currentIndex];\n        const isCorrect = (chosenIdx === q.correct);\n        selectedOptIdx = chosenIdx;\n        if (isCorrect) {\n            playerScore += 100;\n            updateScoreUI();\n            feedbackDiv.innerHTML = `<i class=\"fas fa-check-circle\" style=\"color:#2e7d32;\"><\/i> \u2713 Correct. ${q.explanation} <i class=\"fas fa-award\"><\/i> +100 points`;\n        } else {\n            const correctLetter = String.fromCharCode(65 + q.correct);\n            const correctText = q.options[q.correct];\n            feedbackDiv.innerHTML = `<i class=\"fas fa-times-circle\" style=\"color:#b71c1c;\"><\/i> Incorrect. Answer: ${correctLetter}: ${escapeHtml(correctText)}.<br>${q.explanation}`;\n        }\n        quizAnswered = true;\n        renderQuestion();\n        nextBtn.style.display = \"block\";\n    }\n\n    function nextQuestion() {\n        if (!quizAnswered && currentIndex < totalPerMode) {\n            feedbackDiv.innerHTML = `<i class=\"fas fa-exclamation-triangle\"><\/i> Please answer the question before proceeding.`;\n            return;\n        }\n        if (currentIndex + 1 <= totalPerMode) {\n            currentIndex++;\n            quizAnswered = false;\n            selectedOptIdx = null;\n            nextBtn.style.display = \"none\";\n            if (currentIndex < totalPerMode) {\n                feedbackDiv.innerHTML = `<i class=\"fas fa-lion\"><\/i> Read the article, then choose the best answer about bold righteousness.`;\n                renderQuestion();\n            } else {\n                renderQuestion();\n                nextBtn.style.display = \"none\";\n            }\n        }\n    }\n\n    function restartQuiz() {\n        loadMode(currentMode);\n    }\n\n    function getFinalMessage() {\n        let maxScore = totalPerMode * 100;\n        if (playerScore === maxScore) return `\ud83c\udfc6 Perfect ${currentMode} score! You understand bold righteousness \u2014 stand like the lion, with courage rooted in the Rock.`;\n        if (playerScore >= 400) return `\ud83c\udf96\ufe0f Strong ${currentMode} readiness! \u201cThe righteous are as bold as a lion.\u201d Keep discerning when to stand.`;\n        return `\ud83d\udcdc Review the exhibit about boldness, selective engagement, and the Rock. \u201cThe wicked flee though no one pursues.\u201d`;\n    }\n\n    function escapeHtml(str) {\n        return str.replace(\/[&<>]\/g, function(m) {\n            if (m === '&') return '&amp;';\n            if (m === '<') return '&lt;';\n            if (m === '>') return '&gt;';\n            return m;\n        });\n    }\n\n    \/\/ Event bindings\n    document.getElementById(\"modeSAT\").addEventListener(\"click\", () => loadMode(\"SAT\"));\n    document.getElementById(\"modePSAT\").addEventListener(\"click\", () => loadMode(\"PSAT\"));\n    document.getElementById(\"modeACT\").addEventListener(\"click\", () => loadMode(\"ACT\"));\n    nextBtn.addEventListener(\"click\", nextQuestion);\n    restartBtn.addEventListener(\"click\", restartQuiz);\n    \n    \/\/ Initialize with SAT\n    loadMode(\"SAT\");\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Lion \u2013 Museum Test Prep App | SAT \u2022 PSAT \u2022 ACT Lion Museum Test Prep App Bold Righteousness, Rightful Authority \u2014 \u201cThe righteous are as bold as a lion\u201d (Proverbs 28:1) Aryeh | Leon The Lion (Panthera leo): Bold Righteousness, Rightful Authority The lion is the only truly social cat, living in prides. Adult [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-904","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/comments?post=904"}],"version-history":[{"count":1,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/904\/revisions"}],"predecessor-version":[{"id":907,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/904\/revisions\/907"}],"wp:attachment":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/media?parent=904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}