function global_content_protection() { echo ' ';}add_action("wp_head", "global_content_protection");

πŸŽ“ Brick Learner Hub v3.0 AI Quiz

Upload Brick JSONs Β· Learn Β· AI Quiz Β· Bloom's Taxonomy

🎭 Demo Mode⚑ Groq AI ActiveNo AI Key
{{ brickLibrary.length }} brick{{ brickLibrary.length !== 1 ? 's' : '' }} loaded{{ isOnline ? '🟒 Online' : 'πŸ”΄ Offline' }}
🧱
Select a Brick to Start Learning
Upload your Brick Builder JSON exports using the panel on the left, then click a brick to view its content and generate AI quizzes.

{{ selectedBrick.title }}

πŸ“š {{ selectedBrick.course }}
🎯 {{ selectedBrick.difficulty }}⏱ {{ selectedBrick.estTime }} min🧩 {{ selectedBrick.type }}{{ t }}
🎯 Learning Objectives
{{ selectedBrick.objectives }}
πŸ“– References
{{ r }}{{ r }}
βš– Content Distribution
✍ Author {{ selectedBrick.sourceRatio || 50 }}%πŸ€– AI {{ 100 - (selectedBrick.sourceRatio || 50) }}%
πŸ“„ Content
Page: {{(selectedBrick.pages[viewPage]||{}).sectionTitle||''}}
{{ idx + 1 }} {{ page.sectionTitle || formatPageType(page.type) || ('Page ' + (idx + 1)) }}
πŸ’‘ Worked Example
{{ page.content }}
✏ Try It Yourself
πŸ”– {{ selectedBrick.id }}πŸ“… {{ formatDate(selectedBrick.savedAt) }}
🧠 AI Quiz Generator BLOOM'S TAXONOMY
🧠
Generating Bloom's Taxonomy quiz…
Building questions across Understanding, Analyse, Apply & Evaluate levels
❌ {{ quizError }}
πŸ“‹ {{ quiz.questions.length }} questionsΒ·{{ selectedBrick.title }}{{ answeredCount }} / {{ quiz.questions.length }} answered
Q{{ qi + 1 }} {{ q.bloom }} {{ q.type === 'multi' ? 'βœ“ Select all correct' : 'β—‹ Single answer' }}
{{ q.question }}
{{ multiSelected(qi, oi) ? 'βœ“' : '' }}{{ opt }}
πŸ’‘ Explanation: {{ q.explanation }}
{{ quizScore }} / {{ quiz.questions.length }}
{{ scoreLabel }}
{{ scorePct }}% correct
{{ bl }}: {{ bs.correct }}/{{ bs.total }}
🎯
Generate an AI quiz based on this brick's content.
Up to 5 questions Β· MCQ & Multi-answer Β· Bloom's Taxonomy
🎭 Demo Mode β€” quiz generated without any API key
{{ toast.msg }}
{{ toast.detail }}