A dynamic web-based quiz application that allows users to create and load quizzes using JSON data. Users can either paste quiz questions directly or upload a JSON file to generate interactive quizzes with automatic scoring and instant feedback.
- 📂 Upload quiz questions using JSON files
- 📝 Paste JSON quiz data directly
- ❓ Dynamic Multiple Choice Questions
- 📊 Automatic Score Calculation
- 📈 Instant Quiz Results
- 🔄 Retry Quiz
- 📱 Responsive User Interface
- ⚡ Fast JSON Parsing and Loading
- HTML5
- CSS3
- JavaScript
- JSON
- Git
- GitHub
- Home Page
- JSON Upload
- Quiz Interface
- Results Page
git clone https://github.com/jeeva6347/customizable-quiz.gitSimply open the index.html file in your browser.
Or use VS Code Live Server.
[
{
"question": "What does HTML stand for?",
"options": [
"Hyper Text Markup Language",
"High Text Machine Language",
"Hyper Transfer Markup Language",
"Home Tool Markup Language"
],
"answer": 0
}
]- User Login
- Timer for Each Question
- Leaderboard
- Question Categories
- Difficulty Levels
- Random Question Shuffle
- Certificate Generation
- Database Support
This project is licensed under the MIT License.
Jeeva L
📧 Email: jeevalawrance2004@gmail.com
💼 LinkedIn: https://linkedin.com/in/jeeva-l-5bb2a4387
⭐ If you found this project useful, consider giving it a Star on GitHub.