quickhac / qhac-common

Common libraries for use in QuickHAC applications
3 stars 1 forks source link

GPA calculations need to adhere to student handbook description #12

Open xsznix opened 10 years ago

xsznix commented 10 years ago

For RRISD, refer to page 27: http://docs.roundrockisd.org/Modules/ShowDocument.aspx?documentid=30914

tristanseifert commented 10 years ago

You may be able to translate this code to JavaScript to do GPA calculation, as I believe it properly calculates the GPA as per RRISD's student handbook.

xsznix commented 10 years ago

It's not as simple as that. Read page 27; for example, 70-74 -> 1.0, 75-79 -> 2.0.

tristanseifert commented 10 years ago

That seems like an awfully stupid way of doing it. I feel like the most accurate to do this conversion is to take a few data points and derive some kind of formula.


Regards, Tristan Seifert http://tseifert.me/ Sent from my iPhone

Am Jan 9, 2014 um 15:47 schrieb Xuming Zeng notifications@github.com:

It's not as simple as that. Read page 27; for example, 70-74 -> 1.0, 75-79 -> 2.0.

\ Reply to this email directly or view it on GitHub.