| Adding columns to
the Student Records Table | Top
Let's add some columns to the Student Records Table
for grades. For example, let's assume your students' grades depend on
two midterms, a final, and attendance. Let's add these columns to the
student table:
- Login to WebCT and select the course you want to edit.
- Click the Control Panel button in the top left.
- Click Manage Course, then Manage Students.
- In the actions panel, choose Manage Columns from the Organize
drop-box and click Go.
- Now if you have added any quizzes to your course, a column for each
quiz's grade shows up automatically. Click Add Column under
the Organize header on the right.
- For a label, type 'Attendance', and since this grade is a number,
choose 'Numeric' from the Type drop-box. Click Add.
- Repeat steps 2 and 3 for two more numeric columns labeled 'Midterm
Grade' and 'Final Grade.'
Adding comments | Top
Important: If you want to
add a 'comments' column (for narrative evaluations, etc...), you must
change the Type to 'Alphanumeric.' If you choose 'Text,' you
will not be able to download the comments column later.
- In the actions panel, choose Manage Columns from the Organize drop-box
and click Go.
- Click Add Column under the Organize header on the right.
- For a label, type 'Comments', and we want to be able to type any characters
in here and be able to download it later, choose 'Alphanumeric' from
the Type drop-box. Click Add.
- You can repeat this process for individual assignments, etc...
Entering a formula to calculate the
final grades | Top
Now we want to make a final column that will add up
all the grades of the columns we just entered and weigh them according
to this example formula:
| Catagory |
Value |
| Attendance |
30% of the total score.
There are 28 classes. Students earn one point for every class they
attend, for a total of 28 points. |
Midterm 1
Midterm 2 |
30% of the total score.
Each Midterm is worth 20 points, but only one Midterm is counted towards
the total score, the lower of the two grades is dropped. |
| Final |
40% of the total score.
This Final is worth 100 points. |
- Click Add Column under the Organize header on the right.
- For a label, type 'Total Score', and since this grade is calculated
from the other grades, choose 'Calculated' as the Type. Click
Add.
- Now select the 'Total Score' column by clicking the checkbox above
it. Click Setup Column under the Organize header on
the right.
- Let’s enter a formula to calculate the total score based on
your grading scale. For each graded component (Attendance, Midterm,
and Final), the formula must calculate the percentage of total possible
points earned. Then the formula must calculate the percentage of the
total score that each graded component is worth.
- a) Using the numeric keypad, enter: ((
b) From the Column drop-down list, select 'Attendance' and then click
Insert.
c) Using the numeric keypad, enter: /28*.3)+(
d) From the Function drop-down list, select maximum and then
click Start List.
e) From the Column drop-down list, select 'Midterm 1 Grade' and then
click Insert.
f) Click Next Item.
g) From the Column drop-down list, select 'Midterm 2 Grade' and then
click Insert.
h) Click End List.
i) Using the numeric keypad, enter: /20*.3)+(
j) From the Column drop-down list, select 'Final Grade' and then click
Insert.
k) Using the numeric keypad enter: /100*.4))*100
l) Now, review your formula. It should look like this:
- Click Update.
Entering grades | Top
Next, let's give your students some sample grades.
- Click on Manage Students at the top.
- Then, under the 'Midterm 1 Grade' column, click Edit.

- At the top of the 'Midterm 1 Grade' column, type 20 in the Out
of box, since this midterm grade was out of 20 points.
- Now enter the grades of each of your students. To move from row to
row, press the Tab key.
- When you are finished, click Update. Repeat these
steps for each grade, except the 'Total Score' (This will update automatically
and give the student's grade according to our formula in the
last step.)
Setting column attributes to release
information to students | Top
Now let's release some of the columns so the students
can see their own grades online.
- In the actions panel, choose Manage Columns from the Organize drop-box
and click Go.
- Select the following columns by clicking the checkbox above the corresponding
column:
- First Name
- Last Name
- Attendance
- Midterm 1 Grade
- Midterm 2 Grade
- Final Grade
- Total Score
- Under the Options header in the rightmost frame, change the
Release Columns drop-box to 'Yes' and click Go. Notice
the release status on each of the columns has changed.
Adding the My Grades tool | Top
Finally, you need to add the My Grades tool so students
can see their grades in the columns we just released. Each student can
only access his own grade; he will not see the grades of other students.
- Begin by clicking the Control Panel button.
- Click Add Page or Tool.
- Under Student Tools, click My Grades.
- Enter a title. For this example, I chose 'My Grades.'
- Place a link to this tool on both the Navigation Bar and
the course Homepage, and adjust the icons if you desire. You
should end up with something like this:
- Click Add, and you are done! Your students can now see their
grades.
How to download the evaluation book
| Top
Perhaps you want to download the evaluation book as a delimited
text file to your computer. Doing this would allow you to import the data
into a spreadsheet program, such as Microsoft Excel, or it could simply
be used for backup.
- Go back to the Control Panel by clicking the Control
Panel button in the top left.
- Click Manage Course, then Manage Students.
- Under the Actions panel, under Options: Records, choose
'Download' and click Go.
- Choose a record seperator. For a normal comma-delimited file to import
into Excel, choose 'Comma' and click Download. You will download
a text file and you can save it wherever you like. If you open it you
will see each column seperated by commas and each row seperated by a
new line. Simple yet effective.
|