Changes between Version 3 and Version 4 of Creation of a class
- Timestamp:
- 02/10/25 17:08:50 (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creation of a class
v3 v4 38 38 Lists upcoming classes assigned to the teacher. 39 39 40 ---41 40 42 41 == Step 3 - Creating a New Class == 43 42 The teacher clicks the **"Create New Class"** button and is redirected to a form to enter class details. 44 43 45 ---46 44 47 45 == Step 4 - Filling Out the Class Creation Form == … … 62 60 }}} 63 61 64 ---65 62 66 63 == Step 5 - Submitting the Class to the Database == … … 81 78 Links the new class to an existing course. 82 79 83 ---84 80 85 81 == Step 6 - Confirmation & Viewing the Schedule == … … 98 94 }}} 99 95 Shows all upcoming classes assigned to the teacher. 100 101 ---102 96 103 97 == Step 7 - Managing Classes == … … 120 114 Updates the class timing dynamically. 121 115 122 ---123 116 124 117 == Conclusion ==