<?php require_once "fs_inner_context.inc"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

<title><?php echo $HTML_TITLE; ?></title>

</head>

<?php echo html_bgcolor_body($BG_COLOR); ?>

<!-- Standard hierarchical header structure -->

<?php echo $CS_HEADER_HTML; ?>

<?php echo html_linked_text("<em>Courses</em>", $CS_COURSES_ROOT_URL); ?>

<?php echo $HTML_HEADER; ?>

<hr><hr>

<?php echo html_linked_text("<H1>Audit of final grades</H1>",
"grades.conf.html"); ?>

<ul>

<li>The cutoffs are a shade higher this year than last, because we were
a shade less ambitious in the deeper issues of the project.<br><br></li>

<li>The total grade is 43% exam, 49% homework/project, and 8%
discussion participation. I.e., 43*ExamTotal/100 + 49*HPTotal/100 + 8*discussion/15.<br><br></li>

<li>After rescaling both exams to the same number of points, the exam
grade is the higher of the final or 50% midterm 50% final. I.e.,
max(100*final/120, 50*midterm/80 + 50*final/120).<br><br></li>

<li>The discussion points are based on my subjective evaluation of
your contribution to the written online discussion in PHPBB. My rough
principles are
<ul>
<li>1-3 points for minimal participation,</li>
<li>4-6 for good citizenship,</li>
<li>7-9 for some questions with interesting course content,</li>
<li>10-12 for some answers with interesting course content,</li>
<li>13-15 for surprising insight.</li>
</ul>
</li>

</ul>

<hr><hr>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Grading principles"); ?>

<p>I haven't written up the detailed grading plan yet, but it will be
based on these principles:</p>

<ol>

<li>Your grade will depend on<br><br>

<ol>

<li>homework assignments, most or all of them involving programming in
<em>Scheme</em>;<br><br></li>

<li>exams, probably one midterm and a final exam;<br><br></li>

<li>possibly some in class quizzes;<br><br></li>

<li>possibly some supervised, time-limited programming exercises in
the lab;<br><br></li>

<li>participation in the online discussion.<br><br></li>

</ol>

</li>

<li>Here is the sort of thing you must do to achieve a given letter
grade:<br><br>

<dl>

<dt>F</dt>

<dd>Neglect the class, or fail to achieve the work in all
categories. Don't do this.</dd>

<dt>D</dt>

<dd>Do a bit of correct work in all categories, but not particularly
well. Don't do this either. I will try to identify those in danger of
Fs and Ds and encourage them to try another course.</dd>

<dt>C</dt>

<dd>Do the work in all categories competently, showing understanding
of lots of the concepts with some confusion. I consider a C to be a
respectable grade, if not very exciting to write home about, and will
not get emotional about anyone's worries over a C.</dd>

<dt>B</dt>

<dd>Do the work in all categories well, showing clear understanding of
<em>all</em> of the concepts.</dd>

<dt>A</dt>

<dd>Do everything required for a B, and show some real spark
somewhere, beyond the strict requirements of the course. I don't award
many As, and I don't consider anyone to be entitled to an A merely for
the lack of specific flaws in her work.<br><br></dd>

</dl>

</li>

<li>I organized the homework assignments around an <em>open
project</em>, in which I allow unlimited collaboration and help from
any source (which must be acknowledged in your written submissions). I
will find some way to evaluate your individual assimilation of the
concepts and skills treated in the assignments---possibly supervised
exercises in the lab.<br><br></li>

<li>In order to achieve a grade of B or better, you will have to
perform well on <em>all</em> of the following: homework assignments,
whatever we do to evaluate your individual programming, and the
exams. Perfect exams without good performance in programming can only
achieve the grade of C.<br><br></li>

<li>The online discussion will be a small part of the grade, say 5% to
10%. But it's hard to imagine an A student not participating very
well. The levels of participation, in increasing order of delight,
are:<br><br>

<ol>

<li>Something noticeably more than just posting the required
introduction.</li>

<li>Asking a few interesting questions about concepts, not just
logistics.</li>

<li>Answering some interesting questions.</li>

<li>Introducing or advancing interesting conceptual topics related to,
but not strictly derived from, the course material.</li>

</ol>

</ol>

<p>You may look at
<?php echo html_linked_text("last year's grades", "http://www.classes.cs.uchicago.edu/classes/archive/2002/fall/12500-1/Grading/"); ?>.
But before you get too cheerful about the number of As, notice the
<?php echo html_linked_text("extensive discussion", "http://hypernews.cs.uchicago.edu:8080/HyperNews/get/Courses/CS12500/Autumn_2002/classwork.html"); ?>.
Last year's class was particularly strong, and a number of people who
started the quarter moved to a regular class.</p>

<!-- <?php echo html_header($HTML_HEADER_LEVEL + 1, "Your grades so far..."); ?> -->

<?php echo html_linked_text("<H1>Your Grades So Far...</H1>", "grades.html"); ?>


<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Tue Dec 16 20:46:11 CST 2003
<!-- hhmts end -->

</body>

</html>
