Skip to content

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

  1. Counselor opens the create assessment page.
  2. Counselor enters title, description, and settings.
  3. Counselor adds questions and response options.
  4. Counselor saves the assessment.
  5. 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.