{"id":21258290,"url":"https://github.com/ubc/canvas-rubric","last_synced_at":"2025-10-30T09:02:52.746Z","repository":{"id":42219906,"uuid":"171964292","full_name":"ubc/canvas-rubric","owner":"ubc","description":"Gets canvas rubric with grades using the CLI.","archived":false,"fork":false,"pushed_at":"2024-10-16T22:08:04.000Z","size":192,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T19:34:08.808Z","etag":null,"topics":["api","canvas","lms","rubric"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2019-02-22T00:01:40.000Z","updated_at":"2025-02-16T12:34:27.000Z","dependencies_parsed_at":"2024-10-18T19:15:19.419Z","dependency_job_id":null,"html_url":"https://github.com/ubc/canvas-rubric","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubc/canvas-rubric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-rubric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-rubric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-rubric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-rubric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubc","download_url":"https://codeload.github.com/ubc/canvas-rubric/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fcanvas-rubric/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264712811,"owners_count":23652664,"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":["api","canvas","lms","rubric"],"created_at":"2024-11-21T04:08:05.019Z","updated_at":"2025-10-30T09:02:52.673Z","avatar_url":"https://github.com/ubc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Canvas Rubric\nDownload Assignments and Quiz rubric scores (and comments, only for Assignments right now).\n\nA canvas submission has two scores: the Submission Score and the Rubric Total Score. These may be provided by different users (i.e a TA uses the rubric and the Instructor gives a final score). The data provided here only indicates the Rubric Grader which may be different than the provider of the Submission Score.\n\nCanvas Rubric returns a CSV with the following headers:\n* Student Name\n* Student Number (SIS ID)\n* Student Canvas ID\n* Section Name\n* Submission State\n* Submission Score [the score given to the submission, seperate from the rubric]\n* Rubric Grader Name\n* Rubric Grader Role\n* Rubric Total Score [the total score from the rubric]\n* Each individual component of the rubric (grade and comments)\n* Overall submission comments made by non-students only (student comments are filtered out)\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-rubric.git`\n1. Then cd into the repo. `cd canvas-rubric`\n1. Run the installation script. `npm install` (If you see `babel-node: command not found`, you've missed this step.)\n2. Open `index.js` and edit the courseId, assignmentId, and rubricId.\n1. Run the application. `node index.js`\n1. You'll be asked a series of prompts, and then the data will be output in `output` folder.\n1. If you re-run the script for the same course, we recommend deleting the previous output file first\n\n## Authors\n\n* [justin0022](https://github.com/justin0022) -\n**Justin Lee** \u0026lt;justin.lee@ubc.ca\u0026gt;\n\n## Issues\nRun into any problems? It may be because the course you selected has no rubrics. Or it may be because you've discovered a bug.\n\nPlease submit an [issue](https://github.com/ubccapico/canvas-rubric/issues/new) detailing your problem (the more context you can provide, the better) and I'll take a look.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fcanvas-rubric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubc%2Fcanvas-rubric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fcanvas-rubric/lists"}