Skip to main content

Create assessment — AI wizard (/assessments/create)

Wizard for new live assessments via guided steps (tabs are hidden progress—you advance through the flow rather than clicking tab headers).

Prerequisites

  • canCreateAssessments must be true — otherwise you see Access restricted.
  • Completing the flow also requires downstream permissions to save questions depending on company staff toggles.

Start the flow

  1. Assessments list → primary create action, or navigate directly to /assessments/create.
  2. If blocked, stop: request Create assessments from your company owner / enable staff toggle.

Step sequence (canonical order in code)

Advance using on-page Next / Continue buttons (wording may vary). The underlying panes are:

  1. AIAssessmentChat captures natural language / guidance to seed the build.
  2. ScopeAssessmentWizardScopeStep frames role or programme context.
  3. LevelAssessmentWizardLevelStep selects difficulty / seniority alignment.
  4. SkillsSkillsSelectorSubPage attaches taxonomy skills.
  5. DependenciesAssessmentDependenciesSubPage links prerequisite assessments if your programme uses them.
  6. DetailsFinalizeAssessmentDetailsSubPage (titles, timing, policy fields as shown).
  7. ReviewPreviewGeneratedQuestionsSubPage validates generated items before publish/save actions exposed there.

:::tip Demos

Treat AI outputs as starting points—customer language should emphasise human review, especially for high-stakes hiring.

:::


After completion

  • Wizard typically routes you to the assessment detail experience or list—follow the success banner.
  • To enrich with catalogue content, open the assessment builder → Question bank drawer (see Question Bank — use in an assessment).

Common issues

SymptomTry
Stuck spinner on a stepRefresh; if persistent, check network + retry; capture console and send it to Slack #producttech_cooking.
Cannot advanceRequired fields on the current pane are incomplete—scroll for inline validation.