{"id":26307500,"url":"https://github.com/muhammadadnan1998/building_quiz_app_using_python","last_synced_at":"2025-08-18T20:45:28.981Z","repository":{"id":282026716,"uuid":"947216538","full_name":"MuhammadAdnan1998/Building_Quiz_App_Using_Python","owner":"MuhammadAdnan1998","description":"Interactive Quiz App built with Streamlit – Features randomized multiple-choice questions, instant feedback, progress tracking, and final score display. Simple, engaging, and user-friendly!","archived":false,"fork":false,"pushed_at":"2025-03-12T11:49:01.000Z","size":342,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T23:38:09.901Z","etag":null,"topics":["gamified-learning","interactive-quiz","multiple-choice","progress-tracking","python-project","quiz-app","streamlit"],"latest_commit_sha":null,"homepage":"https://building-quiz-app-using-python.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhammadAdnan1998.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-12T10:37:22.000Z","updated_at":"2025-06-14T13:31:16.000Z","dependencies_parsed_at":"2025-03-12T12:37:34.750Z","dependency_job_id":null,"html_url":"https://github.com/MuhammadAdnan1998/Building_Quiz_App_Using_Python","commit_stats":null,"previous_names":["muhammadadnan1998/building_quiz_app_using_python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhammadAdnan1998/Building_Quiz_App_Using_Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAdnan1998%2FBuilding_Quiz_App_Using_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAdnan1998%2FBuilding_Quiz_App_Using_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAdnan1998%2FBuilding_Quiz_App_Using_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAdnan1998%2FBuilding_Quiz_App_Using_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadAdnan1998","download_url":"https://codeload.github.com/MuhammadAdnan1998/Building_Quiz_App_Using_Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadAdnan1998%2FBuilding_Quiz_App_Using_Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271059731,"owners_count":24692425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gamified-learning","interactive-quiz","multiple-choice","progress-tracking","python-project","quiz-app","streamlit"],"created_at":"2025-03-15T10:15:00.452Z","updated_at":"2025-08-18T20:45:28.912Z","avatar_url":"https://github.com/MuhammadAdnan1998.png","language":"Python","readme":"# 📝 Interactive Quiz Application\n\nThis is an **Interactive Quiz Application** built using [Streamlit](https://streamlit.io/). The app presents multiple-choice questions, tracks progress, and provides instant feedback on user responses. It also maintains a score and prevents question repetition to enhance the user experience.\n\n## 🚀 Features\n- 🎯 **Unique Questions** – No repetition within a session\n- 📊 **Progress Tracking** – Shows the number of completed questions\n- ✅ **Instant Answer Validation** – Correct/Incorrect feedback\n- 🏆 **Final Score Display** – Shows total score after completion\n- 🔄 **Restart Option** – Allows users to retake the quiz\n- 🎨 **User-Friendly Interface** – Responsive UI using Streamlit\n\n## 📦 Installation\n\n1. **Clone the repository**  \n   ```bash\n   git clone https://github.com/MuhammadAdnan1998/Building_Quiz_App_Using_Python.git\n   cd quiz-app\n   ```\n\n2. **Create a virtual environment (optional but recommended)**  \n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On macOS/Linux\n   venv\\Scripts\\activate     # On Windows\n   ```\n\n3. **Install dependencies**  \n   ```bash\n   pip install streamlit\n   ```\n\n## ▶️ Run the Application\n```bash\nstreamlit run quiz_app.py\n```\n\n## 📸 Screenshots  \n![alt text](image.png)\n![alt text](image-1.png)\n![alt text](image-2.png)\n![alt text](image-3.png)\n\n## 🛠️ Technologies Used\n- **Python** 🐍  \n- **Streamlit** 🎈  \n- **Random Module** 🎲 (for selecting non-repeating questions)  \n- **Time Module** ⏳ (for feedback delay)\n\n## 📌 To-Do (Future Enhancements)\n- ⏳ **Timer for Each Question**  \n- 📊 **Leaderboard System**  \n- 🌍 **Multiple Question Categories**  \n- 🎭 **Dark Mode Support**\n\n## 🤝 Contributing\nPull requests are welcome! Feel free to fork the repository and submit improvements.\n\n## 📜 License\nThis project is open-source and available under the **MIT License**.\n\n---\n\n🚀 *Built with ❤️ using Streamlit*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadadnan1998%2Fbuilding_quiz_app_using_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadadnan1998%2Fbuilding_quiz_app_using_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadadnan1998%2Fbuilding_quiz_app_using_python/lists"}