S
Shaun
I'm using the Classroom Management Database Template from MS; however, the
class scoring is based on percentage of grades. I need the ability to score
students assignments off the raw scores and not weight them.
Here's my modified calculation:
Sum(Abs(([results].[score]/[assignments].[maximumpoints]))/Count([results].[resultID])
The calculation executes just fine, however I have a student that is
receiveing a 79.30% in my class (410 scored points devided by 517 maximum
points * 100). My modified calculation above generates a score of 79.56% -
not quite sure what I'm doing wrong.
Any suggestions would be great.
class scoring is based on percentage of grades. I need the ability to score
students assignments off the raw scores and not weight them.
Here's my modified calculation:
Sum(Abs(([results].[score]/[assignments].[maximumpoints]))/Count([results].[resultID])
The calculation executes just fine, however I have a student that is
receiveing a 79.30% in my class (410 scored points devided by 517 maximum
points * 100). My modified calculation above generates a score of 79.56% -
not quite sure what I'm doing wrong.
Any suggestions would be great.