Changes between Version 2 and Version 3 of Student selects a class that is going to attend
- Timestamp:
- 02/10/25 17:16:56 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Student selects a class that is going to attend
v2 v3 10 10 }}} 11 11 ''Note:'' `:hashed_input_pass` is securely hashed before being checked. 12 13 ---14 12 15 13 == Step 2 - Student Dashboard == … … 42 40 Lists upcoming classes for courses the student is enrolled in. 43 41 44 ---45 46 42 == Step 3 - Selecting a Class to Attend == 47 43 The student clicks on an **"Attend Class"** button next to an available class. 48 49 ---50 44 51 45 == Step 4 - Registering Attendance == … … 58 52 }}} 59 53 Marks the student as attending the selected class. 60 61 ---62 54 63 55 == Step 5 - Viewing Attendance History == … … 78 70 Displays all past classes the student attended. 79 71 80 ---81 72 82 73 == Step 6 - Checking Completed Classes == … … 96 87 Lists all classes the student has **already completed**. 97 88 98 ---99 100 89 == Step 7 - Unregistering from a Class (Optional) == 101 90 If a student mistakenly registers for a class, they can **remove themselves**. … … 108 97 Removes the student's attendance entry. 109 98 110 ---111 99 112 == Conclusion == 113 This process allows students to: 114 ✔ Log in to the system. 115 ✔ View enrolled courses and available classes. 116 ✔ Select and attend classes. 117 ✔ Track attendance and completed classes. 118 ✔ Optionally unregister from a class if needed. 100