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
canCreateAssessmentsmust 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
- Assessments list → primary create action, or navigate directly to
/assessments/create. - 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:
- AI —
AssessmentChatcaptures natural language / guidance to seed the build. - Scope —
AssessmentWizardScopeStepframes role or programme context. - Level —
AssessmentWizardLevelStepselects difficulty / seniority alignment. - Skills —
SkillsSelectorSubPageattaches taxonomy skills. - Dependencies —
AssessmentDependenciesSubPagelinks prerequisite assessments if your programme uses them. - Details —
FinalizeAssessmentDetailsSubPage(titles, timing, policy fields as shown). - Review —
PreviewGeneratedQuestionsSubPagevalidates 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
| Symptom | Try |
|---|---|
| Stuck spinner on a step | Refresh; if persistent, check network + retry; capture console and send it to Slack #producttech_cooking. |
| Cannot advance | Required fields on the current pane are incomplete—scroll for inline validation. |