Skip to content

Mastermoh0/QUIZ-APP-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Python Quiz Application

An interactive quiz application built with HTML, CSS, and JavaScript that tests users' Python programming knowledge across different difficulty levels.

Features

  • Multiple Difficulty Levels

    • Easy: Basic Python syntax and concepts
    • Medium: Intermediate programming concepts
    • Hard: Advanced Python features and edge cases
  • Interactive Quiz Interface

    • Timer for each question (15 seconds)
    • Visual progress tracking
    • Real-time feedback
    • Checkbox-style answer selection
  • Performance Metrics

    • Score tracking and percentage calculation
    • Fastest answer time
    • Average response time
    • Visual accuracy meter
    • Difficulty-based badges
  • Responsive Design

    • Clean, modern interface
    • Color-coded difficulty levels
    • Smooth transitions and animations
    • Mobile-friendly layout

Technical Details

  • Built with vanilla JavaScript (no frameworks)
  • Responsive CSS with CSS variables for theming
  • Modular code structure with separate quiz logic
  • Random question selection from difficulty-based pools
  • Timer system with visual feedback

How to Use

  1. Open the application in a web browser
  2. Select your preferred difficulty level (Easy, Medium, or Hard)
  3. Click "Let's Go!" to start the quiz
  4. Answer each question within the 15-second time limit
  5. View your results and performance metrics at the end
  6. Click "Play Again" to try another difficulty level

Color Scheme

  • Primary Background: Dark theme (#2d2d2d)
  • Accent Color: Gold (#FFD700)
  • Success: Green (#00ff00)
  • Warning: Yellow (#ffff00)
  • Error: Red (#ff0000)

Future Enhancements

  • Additional programming language quizzes
  • User accounts and score tracking
  • Leaderboard system
  • More detailed performance analytics
  • Custom quiz creation

About

A QUIZ APP MADE WITH HTML, CSS AND JAVASCRIPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published