Project Overview
Quitzo is a multi-step questionnaire/test/quiz form wizard HTML template, featuring 15 different visual styles suitable for online quizzes, fun Q&A, exam forms, and more. All templates are pure static pages that run directly in a browser without any backend support.
Tech Stack
- HTML5 + CSS3 + JavaScript (Vanilla)
- Bootstrap 5 (CDN)
- Remix Icon library (CDN)
- Google Fonts (Jost)
Project Structure
questionnairehtml-10/
└── Main File/
├── Documentation/
└── Questionnaire Multistep Test and Quiz Form Wizard HTML Template - Quitzo/
├── template-1/ ← Includes timer + progress bar
├── template-2/ ← Image option card layout
├── template-3/ ← Side decorative graphics + column layout
├── template-4/
├── template-5/ ← Progress indicator + card grid
├── template-6/
├── template-7/ ← Multiple decorative graphic backgrounds
├── template-8/ ← Left-right image and text layout + button options
├── template-9/
└── template-10~15/
Core Files
template-N/index.html— Entry page for each template, featuring question display, option interaction, and progress controlassets/css/style.css— Global styles and template-specific UI stylesassets/css/media.css— Responsive breakpoint stylesassets/images/Logo/— Logo and Favicon assetsassets/images/hero/— Decorative images, icons, and background assets used by each templateassets/css/bootstrap.min.css— Bootstrap 5 base styles (loaded via CDN, also available in local assets)
Quick Start
No dependencies to install. Simply open any template's index.html in a browser to preview, for example:
- Double-click
template-1/index.htmlto open in a browser - Or run using VS Code Live Server or another local server
Since Google Fonts and Remix Icon CDN are used, a stable internet connection is required.
Usage Tips
All question content and options in each template are sample placeholder text (Lorem ipsum in English). Replace them with actual business data when using. Template-1 includes a countdown timer (00:30), and template-7 has more decorative graphics. Choose a template style based on content complexity.
