Skip to main content
Several pages here ask for an assessment ID. Here is where to get one.

From the API

Filter with status=published. A draft cannot be played, and returns ASSESSMENT_NOT_FOUND when the player tries to load it.

From the dashboard

Open the assessment in Edpire. The ID is the last segment of the URL:

From the example apps

Both the Flutter and React Native examples print your published assessments when their token server starts, and then list them in the app by title. You never copy an ID at all.

In your own product

Rather than configuring an ID by hand, list them and let someone choose:
See build a picker in the runbook.

Empty list?

A new organisation has nothing published. Create an assessment, add a question, then publish it. The quickstart takes about ten minutes. If the dashboard shows assessments but the list is empty, they are still drafts.