{"id":31573113,"url":"https://github.com/muradisazade777/quizfusion","last_synced_at":"2025-10-11T12:04:31.143Z","repository":{"id":318024889,"uuid":"1069744741","full_name":"MuradIsazade777/QuizFusion","owner":"MuradIsazade777","description":"QuizFusion is a modular Java-based quiz engine that loads questions from a JSON bank and exports results for Python-powered analytics. Lightweight, branded, and developer-friendly — perfect for CLI-based learning tools and cross-language integration.","archived":false,"fork":false,"pushed_at":"2025-10-04T14:51:54.000Z","size":276,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T16:25:00.903Z","etag":null,"topics":["analysis","api","backend","functional-programming","java","json","library","modules","python","result","running","server","service"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MuradIsazade777.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T14:38:41.000Z","updated_at":"2025-10-04T16:08:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f7067ac-e4cd-4865-b828-cabdc4306fc7","html_url":"https://github.com/MuradIsazade777/QuizFusion","commit_stats":null,"previous_names":["muradisazade777/quizfusion"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/MuradIsazade777/QuizFusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FQuizFusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FQuizFusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FQuizFusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FQuizFusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuradIsazade777","download_url":"https://codeload.github.com/MuradIsazade777/QuizFusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FQuizFusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003725,"owners_count":26083610,"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-10-10T02:00:06.843Z","response_time":62,"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":["analysis","api","backend","functional-programming","java","json","library","modules","python","result","running","server","service"],"created_at":"2025-10-05T14:35:27.823Z","updated_at":"2025-10-10T11:03:13.832Z","avatar_url":"https://github.com/MuradIsazade777.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 QuizFusion\n\n**QuizFusion** is a modular, multi-language quiz engine built in Java, powered by JSON-based question banks and Python-driven result analytics. Designed for developers, learners, and educators who want a clean, branded, and extensible quiz platform.\n---\n\n## 🧠 Features\n\n- ✅ Java-powered quiz engine with dynamic question loading\n- 📦 JSON-based question bank for easy editing and expansion\n- 📊 Python analytics with pie chart visualization\n- 📁 Result export to JSON for cross-language integration\n- 🧩 Modular file structure for clarity and scalability\n---\n\n## 🚀 How to Run\n\n### 🔧 Compile Java files with Gson:\n\n```bash\njavac -cp \"lib/gson-2.10.1.jar\" src/com/quizfusion/*.java\n```\n# Run the quiz engine:\n```bash\njava -cp \"lib/gson-2.10.1.jar;src\" com.quizfusion.QuizFusion\n```\n🧪 Sample Java Output\ntext\n? What is the capital of France?\n\n  0) Berlin\n  1) Madrid\n  2) Paris\n  3) Rome\nYour answer: 2\n✅ Correct!\n\n? Which language runs in a web browser?\n\n  0) Java\n  1) C\n  2) Python\n  3) JavaScript\nYour answer: 3\n✅ Correct!\n\n? Who developed Java?\n\n  0) Microsoft\n  1) Sun Microsystems\n  2) Apple\n  3) Google\nYour answer: 3\n❌ Incorrect. Correct answer: Sun Microsystems\n\n🎯 Final Score: 2 / 3  \n📁 Results exported to data/results.json\n📊 Python Result Analysis\n📦 Install matplotlib:\n```bash\n📈 Run the analysis script:\n\npip install matplotlib\npython analysis/analyze_results.py\n```\n🖼️ Pie Chart Output:\n✅ Correct: 66.7%\n\n❌ Incorrect: 33.3%\n\nThe chart clearly visualizes performance distribution:\n\n🟩 Correct — 2 out of 3\n🟥 Incorrect — 1 out of 3.\n\n## 🖼️ Screenshot\n\nHere’s a sample run of QuizFusion with result analysis:\n\n![QuizFusion Screenshot](assets/result.png)\n\n📄 JSON Question Bank\n```json\n[\n  {\n    \"prompt\": \"What is the capital of France?\",\n    \"options\": [\"Berlin\", \"Madrid\", \"Paris\", \"Rome\"],\n    \"correctIndex\": 2\n  },\n  {\n    \"prompt\": \"Which language runs in a web browser?\",\n    \"options\": [\"Java\", \"C\", \"Python\", \"JavaScript\"],\n    \"correctIndex\": 3\n  },\n  {\n    \"prompt\": \"Who developed Java?\",\n    \"options\": [\"Microsoft\", \"Sun Microsystems\", \"Apple\", \"Google\"],\n    \"correctIndex\": 1\n  }\n]\n```\n\n🖋️ Author\nCrafted by Murad — visionary full-stack developer and system architect. Branded, modular, and elegant — just the way code should be.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Fquizfusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuradisazade777%2Fquizfusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Fquizfusion/lists"}