Skip to content

Commit db6145d

Browse files
committed
fixes from comments
1 parent 69e7443 commit db6145d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/handbook/student_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ To import students from a CSV file click on the "<IconInText icon={GenerateIcon}
7777

7878
- _Lastname (**required**)_: The lastname of the student.
7979

80-
- _Status_: The status of the student, one of `ACTIVE`, `INACTIVE`, and `NO_SCHEIN_REQUIRED`. Matches the provided value case-insensitive. If no value is provided, the status is set to `ACTIVE`.
80+
- _Status_: The status of the student, one of `ACTIVE`, `INACTIVE`, and `NO_SCHEIN_REQUIRED`. Matches the provided value case-insensitive. If no or an invalid value is provided, the status is set to `ACTIVE`.
8181

8282
- _Team_: An identifier of the team the student is put into. If a number is provided, and a team with that number already exists, the student is put into that team. For all other identifiers, new teams are created. If no value is provided, the student is put into no team.
8383

8484
- _E-Mail Address_: A valid e-mail address of the student.
8585

8686
- _Ilias-Name_: The Ilias name of the student.
8787

88-
- _Matriculation Number_: The matriculation number of the student.
88+
- _Matriculation number_: The matriculation number of the student.
8989

9090
- _Course of studies_: The course of studies of the student.
9191

0 commit comments

Comments
 (0)