Setup Final & Midterm Calculated Grades |
Topics in this Article |
|
|
OverviewBlackboard allows you to setup calculated columns in the grade book to display the results of formulas using the values of other columns. This is useful in displaying midterm or final grades, for example. Warning: If you rename a column, remember to rebuild all formulas that use that column so that they reference the new column name. These formulas will remain broken until they are rebuilt. |
|||||||||||||
Create a Calculated Column |
TOP | ||||||||||||
NOTE: If a student does not have a score for one of the columns used in the formula, the column will show parenthesis ( ) around the score to indicate one or more of the values used in the formula is missing. REMEMBER: Each column calculated must be released before your students are able to see it |
|||||||||||||
Sample Calculations |
TOP | ||||||||||||
Total Students' PointsBlackboard allows you to identify the sum (total), maximum, and minimum scores out of a series of column scores with the SUM, MAX, and MIN functions.
Sample Equation
|
|||||||||||||
| Assignments 1 is worth | 15% |
| Assignment 2 is worth | 10% |
| All Quizzes (total 140 pts) are worth | 30% |
| All Discussions (total 90 pts) are worth | 30% |
| Final Exam is worth | 15% |
| Totals | 100% |
Percentages given should always add up to 100%.
Sample
Equation
( [Assignment 1]*0.15+[Assignment 2]*0.10+([Quiz
Total]/140)*0.30+([discussion]/90)*0.30+[Final
Exam]*0.15 )*100
The equation above returns a grade based on a 100%
system, where each graded item is set to a particular percentage
of the grade as indicated by the decimal numbers.
Drop the Lowest Score
Blackboard allows you to drop the lowest in a series of scores automatically using a combination of the SUM and MIN functions.
Note: It's NOT possible to drop the lowest TWO scores automatically.
Sample Equation
SUM { [Quiz 01], [Quiz 02], [Quiz 03] }
- MIN { [Quiz 01], [Quiz 02], [Quiz 03] }
The equation above totals all the quizzes, and subtracts the
lowest score from the sum of Quiz 1, Quiz 2, and Quiz 3.
Review Settings
It is always a good idea to check any calculated formulas:
- Click on the
ActionLinks
icon for your Demo Student and selecting Edit
Member - Manually enter grades for your Demo Student
- Press Save
- Verify that your formula(s) calculated the demo student's score correctly
REMEMBER: Each calculated column must be released before students are able to see it.
NOTE: See the How-To on Delivering Letter Grades for help on how to automatically calculate the A, B, C, D, F grades for your class.


