What Edpire does
- Stores assessment content (exercises, questions, answer keys)
- Grades submissions (deterministic scoring + AI evaluation for open-ended questions)
- Provides per-question feedback without revealing correct answers
- Stores all submission records and per-question results
- Delivers webhook notifications for catalog and submission events
What you do
- Maintain your own assessment catalog (titles, categories, metadata)
- Control learner access (who can take what)
- Build your own learner-facing UI (or use Edpire’s hosted UI / embed SDK)
- Store submission summaries for dashboards and progress tracking
- Fetch detailed per-question breakdowns on demand from Edpire
Core principle
Edpire owns content + grading. You own catalog, taxonomy, access control, and UX.
Integration overview
There are four ways to integrate, from the simplest redirect to a fully headless server-side flow:| Tier | What it does | Best for |
|---|---|---|
| 1 — Share Link | Redirect to Edpire’s hosted UI | Quick integrations, no custom UX needed |
| 2 — Embed Widget | Render Edpire’s player inline via SDK | Stay on your site, Edpire’s player UI |
| 3 — SDK Components | Custom UX with Edpire question rendering + /check | Duolingo-style flows, immediate feedback |
| 4 — Fully Headless | Your UI, your server, Edpire grades everything | Full control, mobile apps, server-to-server |