{"id":18388244,"url":"https://github.com/ccnmtl/quizcon","last_synced_at":"2025-04-06T11:21:44.880Z","repository":{"id":37071846,"uuid":"367095910","full_name":"ccnmtl/quizcon","owner":"ccnmtl","description":"Quizcon provides an alternative question type to faculty who use multiple choice questions as part of their assessments.","archived":false,"fork":false,"pushed_at":"2024-04-12T14:09:06.000Z","size":7129,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-13T23:00:37.734Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://quizcon.ctl.columbia.edu/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccnmtl.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}},"created_at":"2021-05-13T15:41:32.000Z","updated_at":"2024-04-15T15:17:35.124Z","dependencies_parsed_at":"2023-02-14T08:32:14.512Z","dependency_job_id":"bb212a59-8f0a-4dc1-b2fb-37f433583884","html_url":"https://github.com/ccnmtl/quizcon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnmtl%2Fquizcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnmtl%2Fquizcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnmtl%2Fquizcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnmtl%2Fquizcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccnmtl","download_url":"https://codeload.github.com/ccnmtl/quizcon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247472483,"owners_count":20944333,"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":["hacktoberfest"],"created_at":"2024-11-06T01:33:10.487Z","updated_at":"2025-04-06T11:21:44.863Z","avatar_url":"https://github.com/ccnmtl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/ccnmtl/quizcon/workflows/build-and-test/badge.svg)](https://github.com/ccnmtl/quizcon/actions)\r\n\r\n# Quizzing With Confidence\r\n\r\nQuizcon provides an alternative question type to faculty who use multiple choice questions as part of their assessments. The platform uses confidence-weighted multiple choice questions to give students an opportunity to not only receive partial credit in a multiple choice question, but to also more directly show their level of understanding of a specific concept.\r\n\r\n## Configuration\r\n\r\n1. Clone\r\n\r\n    git clone https://github.com/ccnmtl/quizcon.git\r\n    cd quizcon\r\n\r\n2. Create the database\r\n\r\n   For Postgres:\r\n     * Create a database user/password (if needed)\r\n     * Create the database `createdb quizcon`\r\n\r\n3. Customize settings\r\n\r\n    * Create a local_settings.py file in the `quizcon` subdirectory OR\r\n    * Copy `quizcon/settings_shared.py` to `quizcon/local_settings.py`\r\n    * Then, override the variables from `settings_shared.py` that you need to customize for your local installation.\r\n      * Customize your `DATABASES` dictionary\r\n        * e.g. set NAME, HOST, USER, and PASSWORD. remove PORT (unless it's non-standard)\r\n      * Specify ALLOWED_HOSTS = [ 'localhost', '.your.blackboard.or.moodle.domain', '.your.workstation.domain', ]\r\n    * The ``PYLTI_CONFIG`` variable in your ``local_settings.py`` configures the application consumers and secrets. Generate two long random numbers for these values.\r\n\r\n       ```\r\n       PYLTI_CONFIG = {\r\n           'consumers': {\r\n               '\u003crandom number string\u003e': {\r\n                   'secret': '\u003crandom number string\u003e'\r\n               }\r\n           }\r\n       }\r\n       ```\r\n4. Build the virtual environment\r\n\r\n   `make` will build the virtualenv\r\n\r\n5. Migrate the database\r\n\r\n   `./manage.py migrate`\r\n\r\n6. Run\r\n\r\n    `make runserver`\r\n\r\n## LMS INSTALLATION\r\n\r\nCanvas\r\n* https://community.canvaslms.com/docs/DOC-13117-415274482\r\n  * Note: the URL to enter in these steps will be `https://\u003capp hostname\u003e/lti/config.xml`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccnmtl%2Fquizcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccnmtl%2Fquizcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccnmtl%2Fquizcon/lists"}