Locations :-
Backend: /apps/http-server/routes/quiz.ts
Frontend: /apps/frontend/src/screens/QuizBuilder.tsx
Problem Description
Currently, the Quiz Builder allows users to create questions, but there is no functionality to edit or update existing questions after they are created.
This creates a poor user experience, as users must delete and recreate questions for even minor changes.
Expected Behavior
- Users should be able to:
- Edit question text
- Modify options (for MCQs)
- Update correct answers
- Save changes seamlessly
- Changes should persist in the database and reflect immediately in the UI
Locations :-
Backend: /apps/http-server/routes/quiz.ts
Frontend: /apps/frontend/src/screens/QuizBuilder.tsx
Problem Description
Currently, the Quiz Builder allows users to create questions, but there is no functionality to edit or update existing questions after they are created.
This creates a poor user experience, as users must delete and recreate questions for even minor changes.
Expected Behavior