https://github.com/issung/exammarkcalculator
A quick and easy calculator that tells you what mark you need to achieve on your exams for each grade (HD, DN, CR, PP).
https://github.com/issung/exammarkcalculator
calculator distinction easy-to-use exams javascript mark milestones students university
Last synced: 7 months ago
JSON representation
A quick and easy calculator that tells you what mark you need to achieve on your exams for each grade (HD, DN, CR, PP).
- Host: GitHub
- URL: https://github.com/issung/exammarkcalculator
- Owner: Issung
- Created: 2019-11-24T00:29:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T10:00:53.000Z (about 5 years ago)
- Last Synced: 2025-01-16T21:17:05.530Z (9 months ago)
- Topics: calculator, distinction, easy-to-use, exams, javascript, mark, milestones, students, university
- Language: JavaScript
- Homepage: https://issung.github.io/ExamMarkCalculator/
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ExamMarkCalculator](https://issung.github.io/ExamMarkCalculator/)
A quick and easy calculator that tells you what mark you need to achieve on your exams for each milestone.
The calculator is hosted by GitHub, to use it go here: [issung.github.io/ExamMarkCalculator/](https://issung.github.io/ExamMarkCalculator/)
___
This is a very basic calculator with a sole function of calculating what mark you need to achieve on your school examination for each mark milestone. This calculator uses the milestones of my university, I am not sure if they differ at other universities. The marks are:
* High Distinction (80% or above)
* Distinction (70% or above)
* Credit (60% or above)
* Pass (50% or above)These numbers are on the calculator incase you forget.
There are some basic features to tote:
* Supports having multiple units, you can also name and delete them.
* Saves your data on your local machine, so if you come back again in the future your data will still be there.
* Lightweight code, 3 files total (html, css and javascript), no server-side scripts, leading to a instant-loading experience to get your answers fast.
* Dark theme designed by an actual designer ([Tyler Hall](https://www.instagram.com/typedesigns_/)).
* Made by an actual student ([Me](https://github.com/Issung)).
If you find any issues or have any suggestions please contact me or use the issues section of this repository.Good luck on your exams!