Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 928 Bytes

File metadata and controls

21 lines (17 loc) · 928 Bytes

Task: Implement Learning Management System (LMS)

Course Management

  • Design Course model and backend APIs
  • Implement video/document upload integration
  • Create Teacher Course Dashboard (Create/Update/Delete)
  • Create Student Course Catalog and Viewer

Assignment System

  • Design Assignment and Submission models
  • Implement assignment creation and file submission logic
  • Create Grading interface for teachers

Quiz System

  • Design Quiz and Result models
  • Implement Quiz builder (multiple choice)
  • Implement Quiz taking interface with auto-grading

Integration & Verification

  • Verify role-based access for LMS features
  • Conduct end-to-end testing of the learning flow