Teacher Dashboard

Yeh project teachers ke liye ek dashboard provide karta hai jahan woh:

  1. Apne banaye huwe quizzes dekh sakte hain
  2. Student submissions ka breakdown dekh sakte hain
  3. Performance analytics access kar sakte hain

Project Structure

  • backend/ - Server-side code aur API endpoints
    • index.ts - Main HTTP handler
    • types.ts - TypeScript types
    • api.ts - API functions
  • frontend/ - Client-side code
    • index.html - Main HTML template
    • index.tsx - Main React component
    • components/ - React components
      • Dashboard.tsx - Main dashboard component
      • QuizList.tsx - Quiz list component
      • SubmissionBreakdown.tsx - Submission analytics component

Features

  • Teacher authentication
  • Quiz list with filtering options
  • Submission statistics (attempts, correctness, timing)
  • Student performance visualization
  • Late submission tracking

Usage

Dashboard ko access karne ke liye teacher login karein aur apne quizzes aur student submissions ka data dekh sakte hain.