Skip to content
Studeia Docs

Use Case: ENEM Prep School with Studeia

ENEM prep schools (cursinhos) with Studeia: periodic mock exams, per-subject AI tutor, psychometric analytics by question, gamification, AI-narrative parent portal

By Studeia Team 2026-07-08 8 min
Resposta curta

Studeia tackles the two defining pain points of every ENEM prep school: the 30–50% dropout rate (gamification with XP/badges/leaderboards plus automatic parent alerts) and the cost of running serious mock exams (set up in hours with an importable question bank plus psychometric analytics that reveal which items actually work). Add a 24/7 AI tutor trained on your own course materials and the TCO lands ~24% below a managed Moodle stack β€” with a 1-week setup instead of 60–90 days.

Looking for plans, pricing or sign-up?See the commercial page β†’

The ENEM Prep School Problem

ENEM prep schools (cursinhos β€” Brazil's university-entrance prep academies) face 4 structural challenges:

  1. High dropout β€” 30–50% of students quit before the ENEM exam (motivation, cost, difficulty)
  2. Manual mock exams drain time β€” preparing a 90-question mock exam plus grading plus analytics takes weeks
  3. In-person tutoring is expensive β€” answering individual questions around the clock would require a large teaching staff
  4. Parents want visibility β€” especially for minors, parents demand progress updates but schools don't have the bandwidth

Studeia addresses all 4.

How Studeia Solves It

1. Automated mock exams with psychometric analytics

Configure a mock exam once, reuse it for multiple class groups:

{
  "configuration": {
    "maxAttempts": 1,
    "timeLimitMinutes": 270,
    "shuffleQuestions": true,
    "shuffleOptions": true,
    "scoringPolicy": "highest",
    "reviewMode": "after_due_date",
    "passingScore": 50
  },
  "questions": [...]  // or import from question_bank
}

After the mock exam, analytics are available at /institution/courses/[id]/lessons/[lid]/quiz-analytics:

  • Item difficulty β€” which questions 80% of students get right (too easy) or fewer than 30% get right (too hard)
  • Point-biserial discrimination β€” flags items that do NOT differentiate strong from weak students (candidates for removal)
  • Distractor analysis β€” which wrong answer is the most popular (signals a specific misconception)
  • Cronbach's alpha β€” internal consistency of the exam (should be > 0.7 for reliability)
  • Score distribution β€” score histogram (detects ceiling/floor effects)

2. Importable question bank

Prep schools already have question banks in PDF, Word, or spreadsheet form. Studeia accepts:

  • GIFT format (standard Moodle/Canvas format, fully compatible)
  • CSV (one question per row, answer choices in columns)
  • API JSON (POST /api/institution/question-banks/[id]/items)
  • Manual via UI (visual editor)

Each question has concepts[] (mapped to a student's ConceptMastery). When the AI tutor detects a misconception linked to a concept, it suggests re-attempting related questions.

3. Personalized AI tutor for each student

School materials are ingested into the RAG (POST /api/institution/courses/[id]/rag-ingest):

  • PDF course booklets
  • Lecture videos with auto-transcription (Whisper)
  • Slides
  • Worked solutions

When a student asks "How do I solve question 47 from the Math mock exam?":

  1. RetrievalAgent fetches the worked solution from the materials
  2. PedagogicalAgent selects a strategy based on the student's ConceptMastery in Math
  3. The tutor responds citing the specific booklet or lecture
  4. EvaluationAgent detects misconceptions (e.g., "student confuses domain vs. range")
  5. Proactive inline quiz: "Let me ask you 2 similar questions to confirm you've got it"

4. Gamification to fight dropout

XP per activity plus streak bonuses:

Day 1:  50 XP (lesson) + 30 XP (quiz)
Day 2:  50 XP + 30 XP + 2-day streak bonus
Day 7:  50 XP + 30 XP + 7-day streak bonus (+100 XP)
Day 30: 50 XP + 30 XP + 30-day streak bonus (+500 XP)

Badges with 11 automatic criteria:

  • "Marathoner" β€” 30-day streak
  • "Math Machine" β€” 100 correct Math answers
  • "Top 10%" β€” in the top 10% on a mock exam
  • Custom badges created by admins via the AI gamification agent

Class-scoped leaderboards with weekly windows sustain healthy competition without a global ranking (which demotivates lower-performing students).

Timed contests (e.g., "Weekly Championship β€” who completes the most quizzes"):

  • Prize: special badge + 1,000 coins
  • Students redeem coins for custom avatars, certificate templates, and more

5. AI-powered parent portal

GuardianLink verified by SMS (LGPD + ECA compliant for minors):

  • Link 1 parent β†’ multiple children
  • Parent chooses access level per child (Progress, Chat history, Time restrictions)
  • Automatic alerts via push/email/in-app:
    • Inactivity (>5 days without login)
    • Performance drop (>20% vs. historical average in a given week)
    • Milestone reached (module completed, special badge earned)
    • Difficulty with a topic (mastery < 0.4 on a key concept)

Periodic reports generated by LLM:

  • Daily (Haiku): "JoΓ£o studied for 45 min today and completed 3 Chemistry lessons."
  • Weekly (Sonnet): "This week JoΓ£o made progress in Chemistry (mastery +0.15) but regressed in Math..."
  • Monthly (Sonnet with charts): full pedagogical narrative + recommendations

Typical Setup (1 Week)

DayTask
1Start Demo plan trial, configure branding, create institutional admin
2Import question bank (GIFT/CSV) β€” 500–2,000 questions
3Structure courses (Math, Language Arts, etc.) with modules and lessons
4Upload course booklets (PDF) + lecture videos (Drive sync)
5Trigger RAG ingestion + configure AI tutor (custom PromptTemplate)
6Set up gamification (AI agent creates 10 badges + XP rules + 1 monthly contest)
7Invite students + parents (SCIM if you have AD, otherwise CSV)

TCO β€” 200 Students / 3 Years

ItemStudeiaManaged Moodle
LicenseR$108,000 (Enterprise R$3k/mo)R$0
Hosting + DevOpsIncludedR$108,000 (R$3k/mo)
AI tutorR$0 (included)R$36,000 (Anthropic plugin + admin)
GamificationR$0 (included)R$10,000 (plugins)
Psychometric analyticsR$0 (included)R$0 (free plugin, limited)
Mobile B2BR$0 (included)R$0 (generic Moodle Mobile)
AI usage cost (200 students Γ— R$5 Γ— 36 months)R$36,000R$36,000
3-year TOTALR$144,000R$190,000

Studeia is ~24% cheaper plus 1-week setup vs. 60–90 days for Moodle.

From Plan to Practice

The 1-week setup above requires no contract: start on the free Demo plan, import a real question bank, and run a pilot mock exam with one class group. If the ENEM calendar is already running, every week you delay is one fewer week of mock-exam data to calibrate your students' preparation. See pricing and details on the prep school page.

Transparency note: the scenarios and TCO figures on this page are illustrative estimates, not real customer cases β€” run your own numbers using the public pricing.

See Also

FAQ

Is Studeia a good fit for ENEM prep schools (cursinhos)?

Yes β€” it's one of the best fits. Key features: configurable mock exams (timeLimitMinutes, shuffleQuestions, accessCode, scoringPolicy 'highest'), psychometric analytics (Cronbach's alpha, point-biserial discrimination, distractor analysis to flag problematic items), AI tutor with RAG ingesting the school's own materials, gamification (XP, badges, leaderboards) to fight dropout, and a parent portal with AI-generated reports.

Can I import an existing ENEM question bank?

Yes. POST /api/institution/question-banks imports via JSON, CSV, or GIFT format. Each question can have concepts[] (linked to ConceptMastery for the AI tutor) and tags (filters) and a difficulty value. The question bank is reusable across multiple mock exams and can be ingested into the tutor's RAG.

How do I keep students studying consistently?

Native gamification: XP for completed lessons plus daily streak bonuses (7d = +100 XP, 30d = +500 XP). Automatic badges with 11 criteria (e.g., '100 correct answers in Math'). Leaderboards scoped to the class group (weekly windows). Time-limited contests with 7 metrics (e.g., 'Highest pass rate on this week's mock exam'). Rewards shop with virtual coins. Plus a dedicated AI agent to help admins build their gamification strategy.

Can parents follow their child's progress?

Yes. The parent portal (linked via verified GuardianLink) sends automatic alerts (5+ days of inactivity, performance drop, difficulty with a topic) and periodic AI-generated reports (daily via Haiku, weekly/monthly via Sonnet with full pedagogical narrative), plus course progress and detailed activity logs. For minor students, parent access is enabled by default (LGPD + ECA compliance).

How much does it cost for a school with 200 students?

Growth plan R$1,000/mo (50 students), Scale plan R$1,500/mo (100 students), or Enterprise pricing for 200+ students (typically R$3,000–5,000/mo). AI cost is proportional to usage (typically R$3–8/student/mo). Total TCO: R$5,000–10,000/mo including AI β€” compared with R$10,000–30,000/mo for a managed Moodle setup with plugins and DevOps.

Veja tambem

Use Case: ENEM Prep School with Studeia