Appearance
CO.21: Create Assessment
Summary
Counselors create assessments by defining assessment metadata and questions, then saving or publishing them for assignment or sharing.
Role
- Primary: Counselor
Entry Point
- URL:
/assessments/create
Preconditions
- Restricted routes are enabled.
Steps
- Counselor opens the create assessment page.
- Counselor enters title, description, and settings.
- Counselor adds questions and response options.
- Counselor saves the assessment.
- Frontend navigates to the assessment detail or library.
Diagram
Edge Cases
- Validation: Required metadata/questions must be valid.
- Draft/published status: Sharing usually requires a published assessment.
- Navigation: Cancel returns to the assessment library.
Current Implementation Notes
- Frontend:
frontend/src/features/assessments/pages/create-assessment.tsx
Screenshot Status
- Not captured.