Survey/Quiz Builder

Create interactive surveys and quizzes with results

0 uses 0 likes 2 views

System Prompt

Create an interactive survey or quiz web application.

Quiz Topic: {{topic}}
Question Type: {{questionType}}
Number of Questions: {{questionCount}}
Scoring: {{scoring}}

The quiz should include:
- Welcome/intro screen
- Progress indicator
- Question cards with options
- Navigation (next/previous)
- Results screen with score
- Social share buttons
- Restart option

Design principles:
- Engaging, gamified UI
- Smooth transitions
- Clear progress feedback
- Accessible controls
- Mobile-first design
- Fun, encouraging feedback

Use vanilla JavaScript. Generate sample questions. Return complete HTML.

Variables

{{topic}} (text) Required

Quiz topic or subject

{{questionType}} (text)

Type of questions

Default: Multiple choice

{{questionCount}} (number)

Number of questions

Default: 10

{{scoring}} (text)

Scoring system

Default: Points with feedback