fix: save lesson details in quiz

This commit is contained in:
Jannat Patel
2025-04-07 15:09:31 +05:30
parent 6cd2e6e7fb
commit 8477d6b9ed
5 changed files with 33 additions and 59 deletions

View File

@@ -23,6 +23,7 @@ declare module 'vue' {
BatchCourses: typeof import('./src/components/BatchCourses.vue')['default']
BatchDashboard: typeof import('./src/components/BatchDashboard.vue')['default']
BatchFeedback: typeof import('./src/components/BatchFeedback.vue')['default']
BatchIcon: typeof import('./src/components/Icons/BatchIcon.vue')['default']
BatchOverlay: typeof import('./src/components/BatchOverlay.vue')['default']
BatchStudentProgress: typeof import('./src/components/Modals/BatchStudentProgress.vue')['default']
BatchStudents: typeof import('./src/components/BatchStudents.vue')['default']