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
The automatic registration currently assigns each student a Discord nickname based on the name the student used on Autograder (should be their real name). This behavior should be made optional. However, it should always be possible for the teaching assistants to get the real name of the students.
Proposed solution:
Add a new config option to enable/disable the use of real names.
Add a new teaching assistant command to get a student's real name from the database.
Make existing teaching assistant commands like !next, !list, etc. return real names together with discord usernames.
The text was updated successfully, but these errors were encountered:
The automatic registration currently assigns each student a Discord nickname based on the name the student used on Autograder (should be their real name). This behavior should be made optional. However, it should always be possible for the teaching assistants to get the real name of the students.
Proposed solution:
!next
,!list
, etc. return real names together with discord usernames.The text was updated successfully, but these errors were encountered: