https://github.com/a-tokyo/guc-evaluation-automate
👨‍🎓Simple scripts to automate the GUC's evaluate courses and academics process
https://github.com/a-tokyo/guc-evaluation-automate
evaluate-academics evaluate-courses evaluation grades guc
Last synced: about 1 year ago
JSON representation
👨‍🎓Simple scripts to automate the GUC's evaluate courses and academics process
- Host: GitHub
- URL: https://github.com/a-tokyo/guc-evaluation-automate
- Owner: a-tokyo
- License: mit
- Created: 2017-01-18T22:57:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T22:01:51.000Z (over 2 years ago)
- Last Synced: 2025-04-30T16:18:41.089Z (about 1 year ago)
- Topics: evaluate-academics, evaluate-courses, evaluation, grades, guc
- Language: JavaScript
- Homepage: https://a-tokyo.github.io/guc-evaluation-automate/
- Size: 9.77 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# guc-evaluation-automate
Simple scripts to automate the GUC's evaluate courses and academics process
Evaluating courses/academics is a tedious process that every student has to go through a lot to view their grades.
These scripts automate the evaluation process, while being customizable.
## To evaluate academics
Simply paste the evaluate-academics.js code into your browser's console.
## To evaluate courses
Simply paste the evaluate-courses.js code into your browser's console.
### Tips
To open Google chrome's console right click on the form and click on inspect element, you'll find the console tab.
### Customization
- var grade = 0; // holds the grade; 0 for strongly agree 5 for strongly disagree
- var attendance = 0; // holds the attendance; 0 for always, 5 for almost never
- var studyTime = 5; // hold the study time; 0 for 1 hour, 5 for 6 hours
- var amountOfWork = 2; // holds the amount of work; 0 very great and 5 very low
- If you want the form to be submitted automatically, uncomment the line:
// document.getElementById('pstEvalBtn').click();
##### Disclaimer
- These scripts are in no way affilated with the GUC itself, they're just a student activity to automate a time consuming process.
- You do not have to use these scripts to evaluate the courses/academics you can just fill the form manually everytime.