{"id":17145431,"url":"https://github.com/marvinkweyu/assessme","last_synced_at":"2025-10-05T08:50:03.515Z","repository":{"id":40700600,"uuid":"201307523","full_name":"MarvinKweyu/AssessMe","owner":"MarvinKweyu","description":"A quiz application that lets instructors create multiple-choice graded assessments, results of which can be downloaded as a CSV file","archived":false,"fork":false,"pushed_at":"2024-10-17T08:25:01.000Z","size":1197,"stargazers_count":10,"open_issues_count":7,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T01:46:35.620Z","etag":null,"topics":["assessme","assessment","classroom","django","docker","education","quiz"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/MarvinKweyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-08-08T17:37:57.000Z","updated_at":"2024-10-17T08:24:13.000Z","dependencies_parsed_at":"2023-02-15T23:31:14.440Z","dependency_job_id":null,"html_url":"https://github.com/MarvinKweyu/AssessMe","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2FAssessMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2FAssessMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2FAssessMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2FAssessMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarvinKweyu","download_url":"https://codeload.github.com/MarvinKweyu/AssessMe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248696082,"owners_count":21147070,"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":["assessme","assessment","classroom","django","docker","education","quiz"],"created_at":"2024-10-14T21:05:46.612Z","updated_at":"2025-10-05T08:49:58.483Z","avatar_url":"https://github.com/MarvinKweyu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\"font-weight:bold\"\u003eAssessMe\u003c/span\u003e\u003c/h1\u003e\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[![Python Version](https://img.shields.io/badge/python-3.9-brightgreen.svg)](https://python.org)\n[![Django Version](https://img.shields.io/badge/django-3.2-brightgreen.svg)](https://djangoproject.com)\n[![CircleCI](https://circleci.com/gh/MarvinKweyu/AssessMe.svg?style=svg)](https://circleci.com/gh/MarvinKweyu/AssessMe)\n![Release](https://img.shields.io/github/v/release/MarvinKweyu/AssessMe?include_prereleases)\n![Contributors](https://img.shields.io/github/contributors/MarvinKweyu/AssessMe) \n[![View](http://hits.dwyl.com/MarvinKweyu/AssessMe.svg)](http://hits.dwyl.com/MarvinKweyu/AssessMe)\n![Docker](https://img.shields.io/docker/pulls/marvinkweyu/assessme_web?logo=AssessMe\u0026style=flat\n)\n\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- \u003cb\u003eAssessMe\u003c/b\u003e\u003cbr\u003e --\u003e\n  \u003ca href=\"https://assessme-project.herokuapp.com/\"\u003eAssessMe Live\u003c/a\u003e |\n  \u003ca href=\"https://hub.docker.com/r/marvinkweyu/assessme_web\"\u003eDocker image\u003c/a\u003e \n  \u003cbr\u003e\u003cbr\u003e\n  \u003cimg src=\"./img/assessme-project.png\" alt=\"AssessMe\"\u003e\n\u003c/p\u003e\n\n \u003eAn applicaition that allows teachers to create quizzes and students to\n take the quiz in relation to their interests\n\n\n\n # Table of Contents\n - [ Key features](#Features)\n\n - [ Running AssessMe locally ](#Setup)\n\n - [Contributions](#Contributions)\n\n\n - [License](#License)\n\n\n\n## Features\n---\n\n- Password management\n- Quiz timer\n- Teacher download results option\n\n\n# Setup\n**Downloading the latest release.**\n\nKnab yourself the latest release version from the page\n[release page](https://github.com/MarvinKweyu/AssessMe/releases)\n\n\n---\n### Docker Preview\n\nRun the following command to run the latest version of the docker image:\n\n```bash\ndocker-compose up\n```\n\n\n\n### Bare metal development\n\n\nCreate Virtual Env and Install the requirements:\n\n```bash\ncd AssessMe\nbash develop.sh\n```\n\nFinally, run the development server:\n\n```bash\npython manage.py runserver --settings=assessme.settings.dev\n```\n\nThe project will be available at http://127.0.0.1:8000, Login using::\n\n**Teacher**\n\nusername: `teacher`\npassword: `teacher`\n\n**Student**\n\nusername: `student`\npassword: `student`\n\n## Tests\n\n```bash\npython manage.py test --settings=assessme.settings.dev\n```\n\n\n## Contributions\n---\nContributions are welcome.\nDo remember to take a look at the project [contribution guidelines](./CONTRIBUTING.md)\n\n\n## The AssessMe Contributor Board\n\n\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/MarvinKweyu/AssessMe/graphs/contributors\"\u003e\n        \u003cimg alt=\"contributors' avatars\" src=\"https://contrib.rocks/image?repo=MarvinKweyu/AssessMe\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\n## License\n---\n\nThis project was inspired by [suhail's](https://github.com/suhailvs/django-schools) work on the django quiz application and is released under the [MIT License](https://github.com/MarvinKweyu/AssessMe/blob/master/LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinkweyu%2Fassessme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinkweyu%2Fassessme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinkweyu%2Fassessme/lists"}