User Story: Create Quiz from UI (Alternative to CSV Import)
As a
Quiz creator
I want
The ability to create a quiz directly from a UI-based question builder,
So that
I can add questions and configure quiz settings interactively, without needing to upload a CSV.
Acceptance Criteria
Sprint Ready Checklist
-
-
-
-
-
Example Flow
- Click Create Quiz.
- Prompt → choose Import CSV OR Create via UI.
- Select UI → opens question builder.
- Add Q1 (text + optional image + correct ans + points).
- Add more questions.
- Header shows: Total Questions: 10, Time per Q: 20s, Shuffle: On.
- Save → redirect to Quiz List page with new quiz in editable mode.
User Story: Create Quiz from UI (Alternative to CSV Import)
As a
Quiz creator
I want
The ability to create a quiz directly from a UI-based question builder,
So that
I can add questions and configure quiz settings interactively, without needing to upload a CSV.
Acceptance Criteria
On Create Quiz, system asks:
In UI flow:
Quiz-level header section (shown while creating & editing quiz):
After saving, quiz is added to Quiz List page.
From Quiz List, user can view/edit quiz in a configurable format (editable fields).
Both flows (CSV Import + UI creation) must produce the same underlying data structure.
Sprint Ready Checklist
Example Flow