[BUG] students can join different class, but use only the last one #5080
hasan-sh
started this conversation in
Implementation discussions
Replies: 1 comment
-
To be honest, I am not sure for what scenarios this is useful, so I will do a bit of inquiry with tecchers first. I know some teachers wanted to use this as a "hack" for customizations per student, but it would be better to truly support that! Let's first make sure the state cannot happen, by giving a better error messages with a second invite and an error message with a second class joining (see #4811) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Currently, students can be in different classes, but the customization of the last class is always applied. This issue should tackle the following:
student1
to aClass1
, and then you (or some other teachers) invite them toClass2
, the invitation will fail because there's one invitation forstudent1
.Beta Was this translation helpful? Give feedback.
All reactions