Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Story: Assessment Collection Owner Functionalities #54

Open
amyoung-pars opened this issue Dec 7, 2024 · 0 comments
Open

User Story: Assessment Collection Owner Functionalities #54

amyoung-pars opened this issue Dec 7, 2024 · 0 comments

Comments

@amyoung-pars
Copy link

User Story: Assessment Collection Owner Functionalities

Title: Manage Assessments and Participants

As an Assessment Collection Owner,
I want to manage assessments, groups, and participants,
so that I can efficiently organize and conduct assessments within the system.

Acceptance Criteria:

  1. Move Participants Between Groups:

    • Given an assessment with multiple groups and participants,
    • When I select participants from one group,
    • Then I can move them to another group while preserving their scores.
  2. Rename Assessments:

    • Given an existing assessment,
    • When I choose to rename it,
    • Then I can update the assessment name.
  3. Duplicate Assessments:

    • Given an existing assessment,
    • When I choose to duplicate it,
    • Then a new copy of the assessment is created, including all groups and participants.
  4. Rename Groups:

    • Given an assessment with multiple groups,
    • When I choose to rename a group,
    • Then I can update the group's name without affecting the participants' names.
  5. Regroup Participants:

    • Given an assessment with participants divided into groups,
    • When I select specific participants,
    • Then I can reassign them to different groups within the same assessment.

Example Scenario:

  • Assessment: Assessment 1
  • Groups: 4 (Group 1, Group 2, Group 3, Group 4)
  • Participants: 50 (Participants 1-10 in Group 1, 11-20 in Group 2, 21-30 in Group 3, 31-50 in Group 4)

Action: Move Participant 2 and Participant 3 from Group 1 to Group 4.

Outcome: Participant 2 and Participant 3 are now in Group 4, and their scores are preserved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant