Creating your account
- Go to edpire.com and click Sign Up
- Create your personal account first (email and password, or continue with Google)
- On the Welcome screen, choose Set up my organization (the other options are Teach on my own for a private workspace, and Join my organization if a colleague already created one and gave you its URL)
- Enter your organization’s name and details
Creating an assessment
- Go to My Assessments in the sidebar
- Navigate into the folder you want it in, or stay at the top level
- Click New Assessment and give it a title
- The builder opens straight away
Adding exercises and questions
In the builder:- Click Add Exercise to create a new exercise block
- Within each exercise, click Add Question
- Choose a question type (multiple choice, fill-in-the-blank, open answer, etc.)
- Write your question content in the editor
- Add answer keys and set point values
- Click Save
Assessment settings
In the Settings panel:- Time limit — set a countdown timer (leave blank for untimed)
- Passing score — minimum percentage to pass (default 50%)
- Allowed attempts — how many times a learner can retry (0 = unlimited)
- Show solutions — when to reveal correct answers (never / after due date / immediately)
Publishing and sharing
Once your assessment is ready:- Click Publish in the top bar
- Your assessment receives a share code (e.g.,
ABC123) - Share the assessment link with learners:
Sharing options
- Direct link — paste in email, LMS, or classroom chat
- Share code — learners enter it at
your-org.edpire.com - Embed — if your LMS supports iframe embeds (contact your tech team)
Viewing results
After learners complete the assessment:- Go to My Assessments in the sidebar
- Click on the assessment name
- Click Results to see all submissions
- Learner identifier
- Score and percentage
- Pass / Fail status
- Time taken
- Per-question breakdown (click to expand)
Exporting results
Click Export on the results page to download a CSV with all submissions. Useful for grade books and reports.Organizing your assessments
My Assessments is where your assessments live. It works like a file browser: create folders, nest them, drag assessments between them, and search across everything. Use it to organize by subject, level, or term. An assessment lives in exactly one folder, the same way a file lives in one directory.Collections are a separate, ordered grouping used mainly by platform integrations, where
the same assessment can appear in several sequences. They are managed through the REST API
rather than the dashboard. If you are connecting Edpire to another platform, your developer
will find them in the API reference.
Managing API Keys
If you’re working with a development team to connect Edpire to another platform:- Go to Integrations in the sidebar
- Click Create API Key
- Give it a name (e.g., “LMS Integration”)
- Select the required scopes (your developer will tell you which ones)
- Copy the key — it is shown only once
- Share it with your developer via a secure channel (not email or chat)