{
  "assessmentTests": {
    "iq_test": {
      "name": "IQ Test",
      "desc": "Test your cognitive abilities across multiple dimensions",
      "recommendation": "Your cognitive profile",
      "questions": [
        {
          "question": "What comes next in the pattern: 2, 6, 12, 20, ?",
          "options": [
            { "icon": "🔢", "label": "28" },
            { "icon": "🔢", "label": "30" },
            { "icon": "🔢", "label": "32" },
            { "icon": "🔢", "label": "24" }
          ]
        },
        {
          "question": "BOOK is to READING as FORK is to...",
          "options": [
            { "icon": "🍽️", "label": "Kitchen" },
            { "icon": "🍴", "label": "Eating" },
            { "icon": "🔪", "label": "Metal" },
            { "icon": "🍳", "label": "Cooking" }
          ]
        },
        {
          "question": "If all Bloops are Razzies and all Razzies are Lazzies, then all Bloops are definitely Lazzies.",
          "options": [
            { "icon": "🧩", "label": "True" },
            { "icon": "🧩", "label": "False" },
            { "icon": "🧩", "label": "Cannot determine" },
            { "icon": "🧩", "label": "Only sometimes" }
          ]
        },
        {
          "question": "Which number doesn't belong: 3, 5, 11, 14, 17, 23?",
          "options": [
            { "icon": "🔢", "label": "14" },
            { "icon": "🔢", "label": "11" },
            { "icon": "🔢", "label": "23" },
            { "icon": "🔢", "label": "3" }
          ]
        },
        {
          "question": "A train travels at 60 mph. How far does it go in 2 hours and 30 minutes?",
          "options": [
            { "icon": "🚆", "label": "120 miles" },
            { "icon": "🚆", "label": "150 miles" },
            { "icon": "🚆", "label": "130 miles" },
            { "icon": "🚆", "label": "180 miles" }
          ]
        },
        {
          "question": "Which word is the odd one out: Swift, Fast, Quick, Blue, Rapid?",
          "options": [
            { "icon": "🔤", "label": "Blue" },
            { "icon": "🔤", "label": "Swift" },
            { "icon": "🔤", "label": "Rapid" },
            { "icon": "🔤", "label": "Quick" }
          ]
        },
        {
          "question": "If you rearrange the letters 'CIFAIPC', you get the name of a(n)...",
          "options": [
            { "icon": "🌊", "label": "Ocean" },
            { "icon": "🏙️", "label": "City" },
            { "icon": "🐾", "label": "Animal" },
            { "icon": "🌍", "label": "Country" }
          ]
        },
        {
          "question": "Complete the analogy: Circle is to Sphere as Square is to...",
          "options": [
            { "icon": "📦", "label": "Cube" },
            { "icon": "📐", "label": "Rectangle" },
            { "icon": "🔺", "label": "Pyramid" },
            { "icon": "🔷", "label": "Diamond" }
          ]
        },
        {
          "question": "What is 15% of 200?",
          "options": [
            { "icon": "🔢", "label": "25" },
            { "icon": "🔢", "label": "30" },
            { "icon": "🔢", "label": "35" },
            { "icon": "🔢", "label": "20" }
          ]
        },
        {
          "question": "Mary is taller than Jane. Jane is taller than Sue. Who is the shortest?",
          "options": [
            { "icon": "👩", "label": "Sue" },
            { "icon": "👩", "label": "Jane" },
            { "icon": "👩", "label": "Mary" },
            { "icon": "❓", "label": "Cannot determine" }
          ]
        },
        {
          "question": "What is the next letter in this sequence: A, C, F, J, ?",
          "options": [
            { "icon": "🔤", "label": "O" },
            { "icon": "🔤", "label": "N" },
            { "icon": "🔤", "label": "M" },
            { "icon": "🔤", "label": "K" }
          ]
        },
        {
          "question": "If 3 workers can build 3 walls in 3 days, how many days would it take 9 workers to build 9 walls?",
          "options": [
            { "icon": "🧱", "label": "3 days" },
            { "icon": "🧱", "label": "9 days" },
            { "icon": "🧱", "label": "1 day" },
            { "icon": "🧱", "label": "6 days" }
          ]
        },
        {
          "question": "Which shape completes the pattern? (Triangle, Square, Pentagon, ?)",
          "options": [
            { "icon": "⬡", "label": "Hexagon" },
            { "icon": "⭕", "label": "Circle" },
            { "icon": "⬛", "label": "Octagon" },
            { "icon": "🔺", "label": "Triangle" }
          ]
        },
        {
          "question": "DESERT is to SAND as OCEAN is to...",
          "options": [
            { "icon": "🌊", "label": "Water" },
            { "icon": "🐟", "label": "Fish" },
            { "icon": "🚢", "label": "Boat" },
            { "icon": "🏖️", "label": "Beach" }
          ]
        },
        {
          "question": "If the day after tomorrow is Wednesday, what day was yesterday?",
          "options": [
            { "icon": "📅", "label": "Sunday" },
            { "icon": "📅", "label": "Saturday" },
            { "icon": "📅", "label": "Monday" },
            { "icon": "📅", "label": "Friday" }
          ]
        },
        {
          "question": "A bat and a ball cost $1.10 together. The bat costs $1.00 more than the ball. How much does the ball cost?",
          "options": [
            { "icon": "💰", "label": "$0.10" },
            { "icon": "💰", "label": "$0.05" },
            { "icon": "💰", "label": "$0.15" },
            { "icon": "💰", "label": "$0.01" }
          ]
        },
        {
          "question": "Which number replaces the question mark? 1, 1, 2, 3, 5, 8, ?",
          "options": [
            { "icon": "🔢", "label": "13" },
            { "icon": "🔢", "label": "10" },
            { "icon": "🔢", "label": "11" },
            { "icon": "🔢", "label": "16" }
          ]
        },
        {
          "question": "How many triangles are in a triangle divided by lines from each vertex to the opposite midpoint?",
          "options": [
            { "icon": "🔺", "label": "6" },
            { "icon": "🔺", "label": "4" },
            { "icon": "🔺", "label": "8" },
            { "icon": "🔺", "label": "3" }
          ]
        },
        {
          "question": "What weighs more: a pound of feathers or a pound of steel?",
          "options": [
            { "icon": "⚖️", "label": "They weigh the same" },
            { "icon": "🪶", "label": "Feathers" },
            { "icon": "🔩", "label": "Steel" },
            { "icon": "❓", "label": "Depends on conditions" }
          ]
        },
        {
          "question": "If you have 12 fish and half of them drown, how many do you have?",
          "options": [
            { "icon": "🐟", "label": "12 — fish can't drown" },
            { "icon": "🐟", "label": "6" },
            { "icon": "🐟", "label": "0" },
            { "icon": "🐟", "label": "10" }
          ]
        }
      ],
      "results": {
        "developing": {
          "name": "Developing Mind",
          "desc": "Your cognitive skills are still developing, but that's actually exciting because it means there's a clear path forward. You approach problems practically and learn best through real-world application rather than abstract exercises—that's a valuable strength, not a limitation. With intentional practice and the right challenges, you'll be amazed at how quickly your abilities can grow.",
          "recommendation": "Start with daily brain-training games and puzzles (Lumosity, Peak, or local brain-teaser books). Read widely across fiction and non-fiction to expand your mental model library. Learn a new skill—language, chess, or coding—that requires sustained focus. Your brain is like a muscle: consistent, varied challenges will unlock significant improvements within weeks."
        },
        "average": {
          "name": "Sharp Thinker",
          "desc": "You have solid, reliable cognitive abilities that serve you well across life and work. You can spot meaningful patterns, think logically through problems, and solve challenges effectively without overthinking them. You're genuinely smarter than most people give themselves credit for—your practical intelligence is underrated.",
          "recommendation": "Push into harder territory: tackle competitive coding problems, learn a second language, master chess strategy, or dive into a technical subject you've always avoided. You have a strong foundation—building on it compounds quickly. Within 6 months of intentional practice, you'll unlock mental abilities you didn't know you had."
        },
        "above_average": {
          "name": "Quick Mind",
          "desc": "Your cognitive abilities are notably above average, with standout pattern recognition, logical reasoning, and verbal processing. You don't just solve problems—you see elegant solutions and enjoy the intellectual engagement. Complex challenges energize rather than frustrate you, and you naturally think in systems and abstractions.",
          "recommendation": "Seek intellectually demanding pursuits: competitive programming, advanced mathematics, strategic game mastery (chess, Go), or original research in a field you care about. Your mind thrives on nuance and complexity—underchallenging yourself is actually a waste of potential. Consider mentoring others or publishing insights from your thinking."
        },
        "superior": {
          "name": "Superior Mind",
          "desc": "Your cognitive abilities are well above average across all domains. You quickly grasp complex systems, see connections others miss, and excel in intellectually demanding environments. You naturally decompose hard problems into manageable parts and arrive at solutions faster than most.",
          "recommendation": "Pursue intellectually ambitious work: systems architecture, advanced data analysis, strategic consulting, or research. Your mind thrives when tackling problems that require both depth and breadth of thinking. Consider roles where cognitive complexity is the main challenge—you'll outperform in environments that would overwhelm most people."
        },
        "exceptional": {
          "name": "Exceptional Thinker",
          "desc": "You demonstrate exceptional cognitive abilities operating across multiple dimensions simultaneously. You see patterns that others miss, solve elegant problems rapidly, and process information at a depth most people never develop. This level of thinking is genuinely rare and comes with both opportunity and responsibility to use it meaningfully.",
          "recommendation": "Pursue intellectually ambitious work: original research, systems design, mathematical innovation, or complex strategic challenges. Consider mentoring exceptionally talented people. Your highest fulfillment comes from applying these cognitive gifts to meaningful problems that push humanity forward—leverage that rare ability to see what others miss."
        }
      },
      "retakePrompt": {
        "lastResult": "Your last result:",
        "evolvedHint": "Cognitive abilities can improve with practice!",
        "retakeButton": "Retake this test"
      }
    }
  },
  "testNames": {
    "big-five": "Big Five",
    "mbti": "MBTI",
    "enneagram": "Enneagram",
    "disc": "DISC",
    "love-languages": "Love Languages",
    "eq": "EQ Dashboard",
    "remote-work": "Remote Work Style",
    "riasec": "RIASEC",
    "career-match": "Career Match",
    "values-assessment": "Values",
    "multiple-intelligences": "Multiple Intelligences",
    "spirit-animal": "Spirit Animal",
    "numerology": "Numerology",
    "ai-literacy": "AI Literacy",
    "burnout-risk": "Burnout Risk",
    "skill-level": "Skill Level",
    "freelance-ready": "Freelance Ready",
    "time-management": "Time Management",
    "tech-savvy": "Tech Savvy",
    "jungian-archetype": "Jungian Archetype",
    "chakra": "Chakra",
    "chinese-zodiac": "Chinese Zodiac",
    "aura-color": "Aura Color",
    "moon-phase": "Moon Phase",
    "past-life": "Past Life",
    "natal-chart": "Natal Chart",
    "mental-age": "Mental Age",
    "toxic-trait": "Toxic Trait",
    "moral-alignment": "Moral Alignment",
    "dark-triad": "Dark Triad",
    "iq-test": "IQ Test"
  }
}
