{"id":21258281,"url":"https://github.com/ubc/canvas-quiz-logs","last_synced_at":"2026-01-27T05:02:09.147Z","repository":{"id":74594227,"uuid":"304161263","full_name":"ubc/canvas-quiz-logs","owner":"ubc","description":"Downloads quiz logs from old Canvas quizzes (not new!)","archived":false,"fork":false,"pushed_at":"2025-11-27T19:06:50.000Z","size":127,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-30T10:47:43.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ubc.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-14T23:42:55.000Z","updated_at":"2025-11-27T19:06:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa11833e-152e-4f74-a212-516d39b18aaa","html_url":"https://github.com/ubc/canvas-quiz-logs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubc/canvas-quiz-logs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-quiz-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-quiz-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-quiz-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-quiz-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubc","download_url":"https://codeload.github.com/ubc/canvas-quiz-logs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-quiz-logs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-21T04:08:01.664Z","updated_at":"2026-01-27T05:02:09.126Z","avatar_url":"https://github.com/ubc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Canvas Quiz Logs\n\nThis project extracts the Canvas quiz events from a specific course and quiz and outputs a CSV.\nIt returns a CSV with the following headers:\n* student_name\n* student_number\n* canvas_user_id\n* quiz_attempt\n* event_type\n* created_at\n* question_name(s)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for use with your own API tokens and Canvas domains.\n\n### Prerequisites\n\n1. **Install [Node 8.0.0 or greater](https://nodejs.org)**.\n2. **Install [Git](https://git-scm.com/downloads)**.\n\n### Host URL and Token setup\n1. Create a `.env` file.\n1. Add the following: `CANVAS_API_TOKEN={YOUR API TOKEN}` and `CANVAS_API_DOMAIN={YOUR API DOMAIN}`.\nAn example `CANVAS_API_DOMAIN` is `https://{school}.instructure.com/api/v1`\n\n### Installation and starting application\n\n1. Clone this repo. `git clone https://github.com/ubccapico/canvas-quiz-logs.git`\n1. Then cd into the repo. `cd canvas-quiz-logs`\n1. Run the installation script. `npm install` (If you see `babel-node: command not found`, you've missed this step.)\n1. Open `index.js` and supply the Canvas course id and quiz id to the `getQuizEvents({canvas_id}, {quiz_id})`\n1. Run the application. `npm start`\n1. The data will be output in `output` folder.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fcanvas-quiz-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubc%2Fcanvas-quiz-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fcanvas-quiz-logs/lists"}