Add four new instructor endpoints: getEnrolledStudents to view all enrolled students with progress, getQuizScores to view quiz scores for all students in a lesson, getQuizAttemptDetail to view detailed quiz attempt for a specific student, and searchStudents to search enrolled students by name/email/username. Add getQuizAttempts endpoint for students to retrieve their own quiz attempt history. All endpoints include |
||
|---|---|---|
| .. | ||
| AdminCourseApproval.types.ts | ||
| announcements.types.ts | ||
| auth.types.ts | ||
| categories.type.ts | ||
| certificate.types.ts | ||
| ChaptersLesson.typs.ts | ||
| courses.types.ts | ||
| CoursesInstructor.types.ts | ||
| CoursesStudent.types.ts | ||
| index.ts | ||
| user.types.ts | ||
| usersmanagement.types.ts | ||