home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 December / macformat-031.iso / mac / Shareware City / Education / eaglegradebook3.0a folder / EGB 3.0a / EGB 3.0a.rsrc / HELP_250_Computing Grades < prev    next >
Encoding:
Text File  |  1995-08-29  |  1.4 KB  |  29 lines

  1. Percentages are used internally by the GradeBook program when computing grades. The assignment grade is first converted to a percentage (the number correct divided by the total number and then multiplied by 100). Then the method of computing the category and subject grade are applied. You may choose one of the following methods to compute grades:
  2.  
  3. Let:
  4. M==Assignment mark (grade)
  5. W==Assignment weight
  6. V==Assignment total value
  7. N==Number of assignments
  8.  
  9. Straight Average = sum(M) / sum(V)
  10.  
  11. Even Average = sum(M/V) / N
  12.  
  13. Weighted Average = sum(M/V*W) / sum(W)
  14.  
  15. Equal Value = sum(M/V) / N
  16.  
  17. Assignment Average = sum(M) / sum(V)
  18.  
  19. With the "straight", "even", or "weighted average" method it is VERY important to realize that assignment grades are used to calculate category grades and THEN category grades (not assignments) are used to compute the subject grade.
  20.  
  21. The "equal value" and "assignment average" methods use all assignments to compute the subject grade.
  22.  
  23. Excused assignments and no credit assignments are not included in the category calculation. Missed assignments are given a value of 45% of the assignment's worth. Extra credit assignments (negative weights) are included but are not used in computing the averages.
  24.  
  25. After the percentage grades are computed, they are mapped to letter grades.
  26.  
  27. The grade-to-percentage and percentage-to-grade mapping may be changed by selecting 'Percentages' from the Edit menu.
  28.