The WebCT Gradebook is located in the Manage Students area of WebCT, and is also called the Student Record Table.
Accessing the Gradebook
Working with Columns
The Manage Columns function allows you to edit student records, scored quizzes, and the column characteristics that contain the data.


Setting Up a Calculated Column
A calculated column provides a column that allows you to calculate a total based on existing columns.
Sample Formulas for Calculated Columns
You can choose a function from the drop-down list and enclose the items in parentheses that you want that function to calculate, or you can insert the items and the calculator numbers and functions to create the formula.
Plan A
SUM{[Quiz1],[Quiz2],[Quiz3]}
Plan B
[Quiz1]+[Quiz2]+[Quiz3]
Both methods produce the same results.
Dropping the Lowest Grade
To calculate a grade consisting of three quizzes, dropping the lowest grade:
SUM{[Quiz1],[Quiz2],[Quiz3]}-MIN SUM{[Quiz1],[Quiz2],[Quiz3]}
Making Grades Available to Students
The My Grades tool
must be in your WebCT course.
Enter grades in
the Manage Students area of the Control Panel.
You must release a column in order for students to be able to see their grades.
Creating a Letter Grade Column
A letter grade column can generate a letter grade from numeric grades in a numeric, calculated, or quiz column in the Gradebook. You create the letter grade column and select a numeric range for each letter grade. The default range is 0% to 100%. (You can create an alphanumeric column if you want to enter letter grades manually.)
Column Attributes
Last Name, First Name, and User ID columns are required and appear as the first three columns in your Gradebook. These columns are not editable.
|
Attribute |
Description |
|
Label |
The label is the column name, and each label must be unique. |
|
Type |
Type is a single letter code identifying the column type. |
|
Alignment |
Allows you to align the column left, center, or right. |
|
Hidden |
Allows you to hide a column in Manage Students, and is useful when you want to look at a few of many columns without having to scroll. Hiding a column does not affect the student’s ability to see it in My Grades if the column has been released. |
|
Released |
Allows you to selectively release columns to students for viewing. Students can only see columns that are released. |
|
Statistics |
Allows you to look at statistics for a column. This attribute applies only to numeric, quiz, and calculated columns. Options:
|
|
Decimals |
Allows you to control the number of decimal places displayed for a column. These options apply only to numeric, calculated, and quiz columns. Options:
In all cases, values are rounded down. For example, a field containing a value of 79.6 would be displayed as 79 if the decimals value of the column is set to 0. |
|
Account Creation |
This feature does not apply on our campus. |
Column Types
|
Type |
Editable? |
Description |
|
A Alphanumeric
|
Yes |
Column contents can contain letters and/or numbers. |
|
N Numeric
|
Yes |
Column can contain numbers only. |
|
L Letter Grade |
No |
Column can contain generated letter grades equivalent to numeric grades in a specified numeric, calculated, or Quiz column. |
|
S Selection Box |
Yes |
Column contains a drop-down list from which the Course Designer can select. |
|
C Calculated |
No |
Column contains results of a formula created in the Calculation Editor. |
|
M Text |
No |
Column can contain letters and numbers that require several lines. You might use it for comments or addresses, for example. |
|
E Assignments |
Yes |
Column is created automatically when an Assignment is added with the Assignments tool. |
|
Q Quiz |
No |
Column is created automatically when a Quiz is created with the Quiz tool. You can edit quiz scores by using the Submissions button in the Quiz tool. |