The assignment was graded by opening each student document.
The order of the features described here is not necessarily the order
in which they would have been created.
in Excel and looking for the following features.
1 point -- a correctly named cg3xzz-6 file in
their hw6 folder; if you can
locate the file easily, no
deduction, otherwise no points.
No points off for a double file name extension (.xls.xls).
2 points -- correct parsing/copying of quiz data
1 point -- converting quiz data to numbers
2 points -- correct parsing/copying of names
2 points -- correct sorting of names with quiz data
Krusty is student A0001 with total 53
Montgomery is student A0021 with total 58
Langdon Alger is student A0041 with total 74
1 point -- ID, Quiz, Total headings on columns
2 points -- correct sums column (check for formulas in column)
3 points -- correct 3 rows of averages (check for formulas in row)
Note: the values should be same for the Average() and Count()
formulas, but different for the Rows() version.
However, if the student interpretted the instructions to actually
fill in the blank cells, the averages will all be the same.
No deduction. But check Selma and Patti's scores to see that
there are no blanks, but 0 instead.
1 point -- Sum()/Rows()
1 point -- Sum()/Count()
1 point -- Average()
2 points -- correct stdev (check for formulas in row)
2 points -- correct format (0.00) on all 4 rows (averages, and stdev)
1 point -- define a Name MaxScore, check Insert->Names...
1 point -- P/NP formulas should use MaxScore instead of 80
1 point -- Letter grades formulas should use MaxScore instead of 80, in all 3 "if"s.
2 points -- correct P/NP grade assignments (check for formulas in
column)
3 points -- correct letter grade assignments (check for formulas in
column)
1 points -- deleting extra ID column
4 points -- creating a proper looking chart
-1, not sorted in correct order
-1, not in color
-1, no title
-1, no grid
4 points -- creating pivot table and pie chart
2 points, pivot table
2 point, pie chart with % for labels
1 point -- name and account in sheet name tab instead of Sheet1,
"Totals Chart" for Sheet2, "Pivot Table" for Sheet3
Sort by Last Name -- 3 points
1 points for creating a new sheet called "Sort by Name"
which has a copy of the student names, and scores, etc.
2 points for a correct formula, probably something like: RIGHT(A2,LEN(A2)-SEARCH(" ",A2)) & ", " & LEFT(A2,SEARCH(" ",A2))
and Filling down through the column
and labeling the Column "Names"