ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: College Grade Calculator

(1/2) > >>

Josh:
I am looking for a tool that does two things:


* 1. Calculate your grade for a course based on the following

* A. Your actual grade in points
* B. Possible grade points
* C. Grade Weight
* 2. Calculate your GPA given the following:

* A. Your grades for a given number of college classes
* B. The number of credit hours each class is

Does anyone know of such a program or can something be concocted here at DC?

Thanks in advance for any input![/list]

mouser:
This would actually be a great assignment for the programming school, and a fun assignment for someone who wants to try web coding (perl, python, ruby, javascript).

belkira:
Found this:
http://www.back2college.com/gpa.htm

and this:
http://web.ku.edu/~utile/grade_calculator.html

thos basically what you want?

Darwin:
You can whip something like this up in a spreadsheet such as Excel in seconds... For example, to compute what 76.5/95 represents if the assignment/exam is worth 35% of  your grade you just enter 76.5 into a cell, hit tab and type "=((x/95)*100)*0.35" without the quotes/inverted commas. Hit enter and there ya go, your score converted into its weighting for the course. NB x = the name of the cell that your raw score was entered into, something like "D8".

Now for the GPA... that's awkward because every college/university has a different scale 4.0, 9.0, etc. and every university has a different way of calculating your GPA. The variables involved would need to be customizable in whatever solution you come up with (or someone comes up with). The two suggestions above work, but the GPA solution is university specific...

mouser:
bump --

josh, belkira found some programs that might be suitable.  check them out and let us know.

Navigation

[0] Message Index

[#] Next page

Go to full version