View Single Post
  #10  
Old 11-29-2007, 10:00 AM
FortunaMaximus FortunaMaximus is offline
Senior Member
 
Join Date: May 2006
Location: Golden Horseshoe
Posts: 6,606
Default Re: Averaging Grades

Or you could do this:

total = (t * .45) + (q * .2) + (p * .15) + (o * .1) + (c * .1)

Cleaner and gives you what IFX did. (Assuming you already have the scores for the above criteria already. If not, you're pretty much SOL.)
Reply With Quote