RoshanMustaqbil
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://debuggerist--7281f35a34ec11f08ccd9e149126039e.web.val.run
Yeh project teachers ke liye ek dashboard provide karta hai jahan woh:
- Apne banaye huwe quizzes dekh sakte hain
- Student submissions ka breakdown dekh sakte hain
- Performance analytics access kar sakte hain
backend/- Server-side code aur API endpointsindex.ts- Main HTTP handlertypes.ts- TypeScript typesapi.ts- API functions
frontend/- Client-side codeindex.html- Main HTML templateindex.tsx- Main React componentcomponents/- React componentsDashboard.tsx- Main dashboard componentQuizList.tsx- Quiz list componentSubmissionBreakdown.tsx- Submission analytics component
- Teacher authentication
- Quiz list with filtering options
- Submission statistics (attempts, correctness, timing)
- Student performance visualization
- Late submission tracking
Dashboard ko access karne ke liye teacher login karein aur apne quizzes aur student submissions ka data dekh sakte hain.