{"id":19142176,"url":"https://github.com/yassindaboussi/qcmbuilder","last_synced_at":"2026-04-12T05:32:56.385Z","repository":{"id":211174678,"uuid":"728409435","full_name":"yassindaboussi/QCMBuilder","owner":"yassindaboussi","description":"🚀 A dynamic quiz generator 🧠. Create quizzes for different student classes, courses, and chapters 📚.Track progress 📈, view detailed explanations, and calculate the final score! 🎯","archived":false,"fork":false,"pushed_at":"2024-01-10T12:18:45.000Z","size":539,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T15:24:23.776Z","etag":null,"topics":["angular","education","full-stack","javascript","mongodb","nodejs","progress-tracking","quiz-generator","web-development"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yassindaboussi.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}},"created_at":"2023-12-06T22:04:58.000Z","updated_at":"2024-03-01T21:05:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"6395444d-bb10-463c-b2b1-218f0e3714c1","html_url":"https://github.com/yassindaboussi/QCMBuilder","commit_stats":null,"previous_names":["yassindaboussi/qcmbuilder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassindaboussi%2FQCMBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassindaboussi%2FQCMBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassindaboussi%2FQCMBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassindaboussi%2FQCMBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yassindaboussi","download_url":"https://codeload.github.com/yassindaboussi/QCMBuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240223213,"owners_count":19767597,"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","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":["angular","education","full-stack","javascript","mongodb","nodejs","progress-tracking","quiz-generator","web-development"],"created_at":"2024-11-09T07:26:12.805Z","updated_at":"2025-12-30T22:47:02.180Z","avatar_url":"https://github.com/yassindaboussi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n# QCM Builder 🚀\n\nQCM Builder is an exciting web application 🌐 crafted with Node.js and Angular, tailored for generating multiple-choice questions (QCM). Ideal for various student classes and courses 📚, it simplifies the process of selecting chapters, generating QCMs 🔍, providing detailed explanations for correct and incorrect answers, and even tracking progress 📊.\n\n## Project Structure 🏗️\n\nThe project is neatly organized into two primary folders:\n\n### Node 🖥️\n\nThis folder houses the backend logic implemented in Node.js. It takes charge of generating QCMs and furnishing the necessary APIs for the Angular frontend.\n\n### Angular 🌐\n\nThe Angular folder encompasses the frontend code, offering an intuitive user interface. Users can seamlessly navigate through classes, courses, and chapters, answer questions, access explanations, and monitor progress.\n\n## Getting Started 🚀\n\nTo run the project locally, follow these straightforward steps:\n\n### Node (Backend) 🚀\n\n1. Navigate to the `Node` folder.\n2. Install dependencies using `npm install`.\n3. Run the server using `npm run dev`.\n4. The Node.js server will be up and running on a specified port (default is http://localhost:3000).\n\n### Angular (Frontend) 🌐\n\n1. Move to the `Angular` folder.\n2. Install dependencies using `npm install`.\n3. Initiate the Angular development server with `ng serve`.\n4. Open your browser and head to http://localhost:4200.\n\n## Usage 🎯\n\n1. 🌐 Access the Angular application in your browser.\n2. 🎓 Choose the relevant student class, course, and chapters.\n3. 🚀 Generate the QCM effortlessly.\n4. 🤔 Answer the questions, and detailed explanations await for both correct and incorrect answers.\n5. 📊 Keep an eye on your progress through the intuitive progress bar.\n6. 🏆 Get a glimpse of your final score based on correct answers.\n\n## Screenshots 📷\n\nExplore the visual journey with these snapshots:\n\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://github.com/yassindaboussi/QCMBuilder/assets/35609041/a8a32763-2108-403e-9d09-7bc550d47044\" alt=\"Image 1\" width=\"750\" height=\"auto\"\u003e\n      \u003cp align=\"center\"\u003e\u003cem\u003eSnapshot of the Class Selection Screen\u003c/em\u003e\u003c/p\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://github.com/yassindaboussi/QCMBuilder/assets/35609041/4fc26cf9-12de-4b43-9017-2760675045fc\" alt=\"Image 2\" width=\"750\" height=\"auto\"\u003e\n      \u003cp align=\"center\"\u003e\u003cem\u003eSnapshot of the Course Selection Screen\u003c/em\u003e\u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://github.com/yassindaboussi/QCMBuilder/assets/35609041/98f55c5f-4273-4c6c-ad41-8df1d96192de\" alt=\"Image 3\" width=\"750\" height=\"auto\"\u003e\n      \u003cp align=\"center\"\u003e\u003cem\u003eSnapshot of QCM Generation in Progress\u003c/em\u003e\u003c/p\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://github.com/yassindaboussi/QCMBuilder/assets/35609041/1fe2c895-f293-4bf8-9927-dcee9c0b8b6c\" alt=\"Image 4\" width=\"750\" height=\"auto\"\u003e\n      \u003cp align=\"center\"\u003e\u003cem\u003eSnapshot of Answering Questions with Explanations\u003c/em\u003e\u003c/p\u003e\n    \u003c/td\u003e\n  \u003ctr\u003e\n    \u003ctd colspan=\"2\" align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/yassindaboussi/QCMBuilder/assets/35609041/c4dd4c97-65bd-412d-b113-595a1473d061\" alt=\"Image 5\" width=\"750\" height=\"auto\"\u003e\n      \u003cp align=\"center\"\u003e\u003cem\u003eSnapshot Final Score\u003c/em\u003e\u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Technologies Used 🛠️\n\n- Node.js\n- Angular\n- MongoDB\n\n---\n\n\u003cdiv align=center\u003e\n\n\u003ch2\u003e🌟Star this repository🌟\u003c/h2\u003e\nPlease ⭐️ this repo and share it with others\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=center\u003e\n\n![HITS](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/yassindaboussi/QCMBuilder\u0026count_bg=#79C83D\u0026title_bg=#555555\u0026icon=\u0026icon_color=#E7E7E7\u0026title=PAGE+VIEWS\u0026edge_flat=false)\n[![Flutter](https://img.shields.io/badge/NodeJs-brightgreen.svg)](https://nodejs.org)\n[![Angular](https://img.shields.io/badge/Angular-brightgreen.svg)](https://angular.io)\n[![ExpressJS](https://img.shields.io/badge/ExpressJs-orange.svg)](https://expressjs.com)\n[![MongoDB](https://img.shields.io/badge/MongoDB-brightgreen.svg)](https://mongodb.com)\n    \n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/yassindaboussi/QCMBuilder/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/yassindaboussi/QCMBuilder\"/\u003e \n  \u003c/a\u003e\n    \n[![View-Only License](https://img.shields.io/badge/License-View--Only-red.svg?style=flat-square)](LICENSE.md)\n\nThis project is licensed under the **View-Only License**. See the [LICENSE](LICENSE) file for details.\n\n\n\u003c/p\u003e\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassindaboussi%2Fqcmbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyassindaboussi%2Fqcmbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassindaboussi%2Fqcmbuilder/lists"}