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
<divmarkdown="span"class="alert alert-info"> :notebook: **Note:** Field Constraints
108
108
- Names should only contain alphabets, hyphens, dots, commas, forward slash and spaces, and be between 1 and 100 characters long.
109
-
- Although / is allowed in names, you should use it carefully, input like m/ g/ n/ will still be recognised as prefix and may lead to unexpected behaviour
109
+
- Although / is allowed in names, you should use it carefully, input like m/ g/ n/ will still be recognised as prefix and may lead to unexpected behaviour.
110
110
- Phone numbers should only contain numbers, and be exactly 8 digits long.
111
111
- Gender should be either `male` or `female`.
112
112
- Module should consist of alphanumeric characters and spaces only, and it should be between 1 and 30 characters long.
@@ -290,7 +290,7 @@ You can assign a grade to a module that a student is taking.
290
290
-`m/MODULE`: The module code to which the grade is assigned. The module match is case-sensitive.
291
291
-`s/GRADE`: The numerical grade (between 0 and 100) to assign to the module.
292
292
- You can provide multiple `m/MODULE s/GRADE` pairs to assign grades to multiple modules in a single `grade` command.
293
-
- The `m/MODULE s/GRADE` pairs need not to be in order, see examples for illustration.
293
+
- The `m/MODULE s/GRADE` pairs need not to be in order, see examples for illustration.
294
294
- The grade can be any whole number between 0 and 100, inclusive.
0 commit comments