Feb 17, 2024 08:06 AM
Hi everyone.
I'm helping a teacher to manage student's lessons.
I don't know how to do it, I tried different architecture with no success.
Please, could you help me?
Feb 19, 2024 09:20 PM
Database Structure: Create tables for Students, Groups, Courses, and Lessons. Establish relationships between them. Progress Tracking: Create a Progress table to store individual student progress for each lesson. User Interface: Develop a user-friendly interface for teachers to input and update student progress. Global Progress: Implement a feature for teachers to view global progress for each lesson. Considerations: Ensure authentication, validation checks, and visual representation of progress data.
Feb 22, 2024 07:35 AM - edited Feb 22, 2024 07:35 AM
I agree with that but how to deduce gloabl progress from individual progress ?