{"id":30582869,"url":"https://github.com/omi-code404/c-quiz-system","last_synced_at":"2025-08-29T08:06:01.737Z","repository":{"id":310067140,"uuid":"1038608947","full_name":"Omi-code404/C-Quiz-System","owner":"Omi-code404","description":"A C language based MCQ Quiz System with multiple versions – from beginner level (hardcoded questions) to advanced versions with file handling, randomization, and more.","archived":false,"fork":false,"pushed_at":"2025-08-22T15:46:33.000Z","size":395,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-22T17:55:37.658Z","etag":null,"topics":["array","beginner-project","c-language","file-handling","loops","mcq","programming","quiz-game"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Omi-code404.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-08-15T14:12:26.000Z","updated_at":"2025-08-22T15:46:36.000Z","dependencies_parsed_at":"2025-08-15T15:47:09.798Z","dependency_job_id":null,"html_url":"https://github.com/Omi-code404/C-Quiz-System","commit_stats":null,"previous_names":["omi-code404/c-quiz-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Omi-code404/C-Quiz-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omi-code404%2FC-Quiz-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omi-code404%2FC-Quiz-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omi-code404%2FC-Quiz-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omi-code404%2FC-Quiz-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Omi-code404","download_url":"https://codeload.github.com/Omi-code404/C-Quiz-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omi-code404%2FC-Quiz-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272652306,"owners_count":24970576,"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-29T02:00:10.610Z","response_time":87,"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":["array","beginner-project","c-language","file-handling","loops","mcq","programming","quiz-game"],"created_at":"2025-08-29T08:06:00.160Z","updated_at":"2025-08-29T08:06:01.728Z","avatar_url":"https://github.com/Omi-code404.png","language":"C","readme":"# C-Quiz-System\nA C language-based MCQ Quiz System built in multiple versions – starting from a beginner-friendly hardcoded version to more advanced ones with file handling, randomization, and additional features.\n\n---\n\n## 📌 Versions Overview\n\n### *Version 1 – QuizProjectV1*\n- *Type:* Beginner\n- *Features:*\n  - Hardcoded questions in C file\n  - Score calculation\n  - Supports uppercase/lowercase input\n- 📂 [Go to Version 1](https://github.com/Omi-code404/C-Quiz-System/tree/main/Version01)\n\n### *Future Versions*\n- *Version 2:* Load questions from file\n- *Version 3:* Random question order\n- *Version 4:* Timer for each question\n---\n\n## 🛠 Technologies Used\n- *C Language*\n- Loops (for, while)\n- Conditional statements (if, else)\n- Arrays\n- Functions\n\n---\n\n## 📷 Screenshots\n(You can add screenshots from each version here)\n\n**version01**\n\n[Image1](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version01/pro1.png)\n\n[Image2](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version01/pro2.png)\n\n---\n### *Version 2 – QuizProjectV2*\n\n- *Type:* Intermediate\n- *Features:*\n  - Questions loaded from external file (questions.txt)\n  - Paginated display (10 questions per page)\n  - Tracks student performance and saves to history.txt\n  - Option to view previous quiz results\n\n📂[Go to Version 2](https://github.com/Omi-code404/C-Quiz-System/tree/main/Version%202)\n\n### *Future Versions*\n\n- *Version 3:* Random question order\n- *Version 4:* Timer for each question\n\n### *🛠 Technologies Used*\n\n -*C Language*\n - Loops (for, while)\n - Conditional statements (if, else)\n - Arrays\n - Functions\n - File Handling (fopen, fscanf, fprintf)\n - Character handling (toupper)\n\n## 📷 Screenshots\n(You can add screenshots from each version here)\n\n**version02**\n\n[Image1](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version%202/QuizproV2-1.png)\n\n[Image2](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version%202/QuizproV2-2.png)\n\n[Image3](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version%202/QuizproV2-3.png)\n\n[Image4](https://github.com/Omi-code404/C-Quiz-System/blob/main/Version%202/QuizproV2-4.png)\n\n\n## 🚀 How to Run Any Version\n1. Navigate to the version folder (e.g., Version1, Version2)\n2. Open the .c file in *Code::Blocks* or any C compiler\n3. Compile \u0026 run the program\n\n---\n\n## 🏷 License\nThis project is licensed under the *MIT License* – see the [LICENSE](LICENSE) file for details.\n\n---\n### \n✍ *Author:* Omi Das  \n📅 *Started:* 2025-08-15\n📅 *Updated:* 2025-08-21\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomi-code404%2Fc-quiz-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomi-code404%2Fc-quiz-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomi-code404%2Fc-quiz-system/lists"}