You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Rename Assessments:
Given an existing assessment,
When I choose to rename it,
Then I can update the assessment name.
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.
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.
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.
The text was updated successfully, but these errors were encountered:
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:
Move Participants Between Groups:
Rename Assessments:
Duplicate Assessments:
Rename Groups:
Regroup Participants:
Example Scenario:
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.
The text was updated successfully, but these errors were encountered: