Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/canvas-grade-calculator
🎓 Calculate grade totals and export assignment data for Canvas courses.
https://github.com/uncenter/canvas-grade-calculator
canvas-lms school userscript violentmonkey
Last synced: 4 months ago
JSON representation
🎓 Calculate grade totals and export assignment data for Canvas courses.
- Host: GitHub
- URL: https://github.com/uncenter/canvas-grade-calculator
- Owner: uncenter
- License: mit
- Created: 2023-09-27T01:15:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T01:20:16.000Z (4 months ago)
- Last Synced: 2024-10-01T01:44:19.306Z (4 months ago)
- Topics: canvas-lms, school, userscript, violentmonkey
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/479317-canvas-grade-calculator
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvas Grade Calculator
Calculate grade totals and export your assignments data for Canvas courses.
## Features
- 📝 Bypasses the "Calculation of totals has been disabled" text by replacing it with your actual grade, accurately calculated to match Canvas grading.[^1]
- 💾 Export your assignments for a course as JSON:
- Includes your `earned` points, `available` points, if the assignment `countsTowardFinalGrade`, the assignment `title`, the assignment's `group`/category, the `due` date (as number of milliseconds since Unix epoch), the `submitted` date (also the number of milliseconds since Unix epoch), and the assignment's `comments`.## Usage
**To view your calculated grade:**
1. Nothing! Your grade is automatically inserted into the course grades page's contents.
**To export your assignments for a course:**
1. Open Canvas to the grades page for that course.
2. Open the extension popup for your userscripts manager by clicking its icon.
3. Click the "Export assignments" menu command of this userscript.## Roadmap
- [ ] Support calculating yearly totals (all grading periods) - ⚠️ currently not possible due to what information Canvas provides.
## License
[MIT](LICENSE)
[^1]: Calculated to include weights and if the assignment counts toward your final grade. I try my best to make it as accurate as possible, though there may be edge cases. If you notice a mistake, please raise an issue on this repository to let me know!