This commit is contained in:
louiscklaw
2025-01-31 21:09:49 +08:00
parent 130daf5bae
commit 653422de08
1475 changed files with 330350 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,48 @@
# for Teacher update exam result
teacher (`amy_tsui@school.com` / `amy_tsui`)
student (`john_ho@school.com/john_ho`)
1. teacher: add new exam `tourism and hospital mid term exam`
- add remarks as well `tourism and hospital mid term exam`
1. teacher: edit just created exam -> add members
1. teacher: add student `john_ho@school.com`
- that means john_ho@school.com in the exam
1. change to student view (`john_ho@school.com/john_ho`)
1. student: look exam overview show on dashboard
- 1 exam exist
1. 現實世界 __wait for exam complete__
1. 咁呀 john_ho 等緊 result 喇喎
1. 咁呢result 就出左黎嘞...
1. teacher:
- click exam result -> Exam `tourism and hospital mid term exam`
- update result of `john_ho@school.com` -> 78
1. student: click exam result
- refresh exam result
- found Exam `tourism and hospital mid term exam` result
1. 咁如果老師踼第二個 test 去比阿 `john_ho@school.com`
1. teacher: click exam on sidebar
- click science mid term
- click `edit`
- add `john_ho@school.com`
- click `save`
- click `exam results` on sidebar
- click `update results` on Science mid term
- update `john_ho@school.com` exam result.
- click `save`
-
1. student: click `exam results` on sidebar
- `Science mid term` and result updated.
1. end

Binary file not shown.

View File

@@ -0,0 +1,23 @@
# Teacher send notice to student
teacher (`amy_tsui@school.com` / `amy_tsui`)
student (`john_ho@school.com/john_ho`)
1. teacher: add new notice
1. add new notice
- select `john_ho@school.com` from student list
- fill subject `A warm greetings from teacher`(__REQUIRED !!!__)
- fill content `Hello welcome to the class` (__REQUIRED !!!__)
1. click `add` button
1. student:
1. on dashboard page
- new notice found (notice count on left side bar notice button +1)
1. click notice button on left side bar
1. read new notice
- click read button
1. click back
1. new notice remains = 1
1. end

Binary file not shown.

View File

@@ -0,0 +1,45 @@
# Teacher take attendance
## characters:
1. teacher (`amy_tsui@school.com` / `amy_tsui`)
1. student_john (`john_ho@school.com/john_ho`)
1. student_sarah (`sarah_fung@school.com/sarah_fung`)
## steps:
1. teacher: click left sidebar `Apply schedule`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. student_john: click left sidebar `Apply subject`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. student_sarah: click left sidebar `Apply subject`
1. tick `Design and Technology`
1. click `save`
1. back to dashboard
1. `schedule overview` -> `Design and Technology` have been added !
1. teacher: `Applicable schedule`
1. find `Subject: Design and Technology Course`
1. click `update attendance`
1. tick `present`
1. click `save`
1. redirect to `Applicable schedule`
1. click `view attendance`
1. `john_ho@school.com` present
1. `sarah_fung@school.com` not present
1. end