Group Assignments with Group Names (not accepting user) #318
|
Hi All, Right now, when a student creates/accepts a group assignment, the generated repo is named classname-assignment-username (e.g. sept-groupproject-srodriguez) — using the creating student's username rather than the group's. Is there a way to have Classroom50 name it classname-assignment-groupname instead (e.g. sept-groupproject-group01)? I also tried renaming the repo manually after creation (sept-groupproject-srodriguez → sept-groupproject-group01), and everything downstream seems to work fine. The one odd thing I noticed: the assignment's "owner" inside Classroom50 now shows as the new name (@group01) rather than the student who originally created it. Two questions:
|
Replies: 1 comment 3 replies
|
As of today, group assignments are designed around the assumption that students form their own groups rather than having the instructor create the groups in advance. Under this model, the student who accepts the assignment first is considered the group "leader." They can then form the group by inviting other organization members to the assignment repository. For group assignments, the student who owns the repository is granted admin access, whereas students in individual assignments receive write access only. At the moment, we do not provide a way to set a custom group name. For that reason, I do not recommend changing the group assignment repository name, since some of our application logic depends on the current naming convention. That said, we are open to exploring ways to improve the group assignment experience. |



As of today, group assignments are designed around the assumption that students form their own groups rather than having the instructor create the groups in advance.
Under this model, the student who accepts the assignment first is considered the group "leader." They can then form the group by inviting other organization members to the assignment repository. For group assignments, the student who owns the repository is granted admin access, whereas students in individual assignments receive write access only.
At the moment, we do not provide a way to set a custom group name. For that reason, I do not recommend changing the group assignment repository name, since some of our application lo…