Hi everyone,
I’m working on a small side project where I want to build a system that can automatically compute a student’s General Weighted Average (GWA) based on their grades and units.
I already understand the basic formula, but I want to design it in a way that’s efficient, modular, and possibly scalable later. For reference, this explains the GWA concept pretty clearly: What is GWA?
My questions are:
Thanks!
MOD EDIT: Link to external site removed.
I’m working on a small side project where I want to build a system that can automatically compute a student’s General Weighted Average (GWA) based on their grades and units.
I already understand the basic formula, but I want to design it in a way that’s efficient, modular, and possibly scalable later. For reference, this explains the GWA concept pretty clearly: What is GWA?
My questions are:
- What’s the best way to structure the calculation logic so it can handle different grading systems (e.g., weighted units, varying scales)?
- Would you recommend using a microcontroller, a small script, or a full web-based setup for something like this?
- Any suggestions on error-checking inputs or validating grade ranges?
- Has anyone here built a similar academic-calculation tool before?
Thanks!
MOD EDIT: Link to external site removed.
Last edited by a moderator:
