Grading and collaboration policy

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
m
Current revision (20:58, 17 August 2020) (view source)
(Quizzes)
 
(134 intermediate revisions not shown.)
Line 1: Line 1:
 +
=== Collaboration policy ===
-
Your grade in 6.034 will be calculated the average of six scores:
+
You may collaborate with other students on your labs (problem sets) so as to come up with general ideas on how to implement things, but your code must be your own. Aside from the standard code that comes with the lab, all the code you submit must have been written by you, with an understanding of what it does.  We get very sore if we catch someone cheating.
-
* max(Quiz 1, Final part 1)
+
-
* max(Quiz 2, Final part 2)
+
-
* max(Quiz 3, Final part 3)
+
-
* max(Quiz 4, Final part 4)
+
-
* Final part 5
+
-
* Average problem set grade
+
-
All of these scores will be on a 1-5 scale, averaged together like a GPA. The 1-5 scale is not based on a class average -- we will not calculate class averages in this class -- but based on what the instructors consider the scores to mean:
+
=== Grades  ===
 +
 
 +
We expect the grade distribution to reflect understanding.  Accordingly, for each quiz and lab, we set thresholds for thorough understanding, acceptable understanding, some understanding, and poor understanding.  These levels of understanding map to letter grades.  We do not grade on a curve:  We will, for example, give an A to every student who demonstrates A-level understanding.  In past years, we have seen a great deal of A-level understanding.
 +
 
 +
==== Grading policy ====
 +
 
 +
Grades are calculated in accord with several student-oriented principles. For example, because we want to encourage each student to compete with themselves and not with each other, we do not compute a class average. Because anyone can have a bad day, each segment of the material is tested both in a quiz and on the final exam, and we only count the higher grade.
 +
 
 +
See Prof. Winston's article in the [http://web.mit.edu/fnl/volume/204/winston.html  Faculty News Letter] for discussion of the grading policy rationale.
 +
 
 +
==== Grade calculation ====
 +
 
 +
Your grade in 6.034 will be calculated as the weighted average of six scores:
 +
* max(Quiz 1 core, Final part 1 core)
 +
* max(Quiz 2 core, Final part 2 core)
 +
* max(Quiz 3 core, Final part 3 core)
 +
* max(Quiz 4 core, Final part 4 core)
 +
<!-- * max(Quiz 2 spiritual/right-now, Final part 2 spiritual/right-now)
 +
* max(Quiz 3 spiritual/right-now, Final part 3 spiritual/right-now)
 +
* max(Quiz 4 spiritual/right-now, Final part 4 spiritual/right-now)
 +
-->
 +
* Average lab (problem set) grade
 +
* Average spiritual/right-now (SRN) grade
 +
 
 +
The scores are weighted such that the core material sections make up 60% of your final grade, spiritual/right-now assignments are 15% of your final grade, and labs are 25%.  In other words, your grade consists of:
 +
* 4 core quiz sections, 15% each
 +
* ? spiritual/right-now assignments, ?% each (still working out this detail)
 +
* 10 labs, 2.5% each
 +
 
 +
The "right-now" part refers to talks given by right-now speakers.  The "spiritual" part refers to lectures, given by 6.034 lecturers, that are not considered part of the core skill set. (See  [[Frequently Asked Questions]] for more information about spiritual/right-now questions.)
 +
 
 +
See [[Reference material]] for assignment of material to quizzes.
 +
 
 +
All of these scores will be on a 1-5 scale, averaged together like a GPA. The 1-5 scale is not based on a class average---we do not calculate class averages---but rather on what the instructors consider the scores to mean:
{|
{|
Line 24: Line 52:
|}  
|}  
-
You will get an A if your average score is more than about 4.5, a B if it is between about 3.5 and about 4.5, and so on. If you are near one of the halfway points, your tutorial and recitation instructors can decide whether to round your grade up or down based on your class participation.
+
You will get an A if your average score is 4.5 or higher, a B if it is 3.5 or higher, but below 4.5, and so on. If you are near one of the transition points, your recitation instructor can decide whether to round your grade up or down based on your class participation.
-
== Quizzes ==
+
=== Quizzes ===
-
There are four 1-hour quizzes, held in the same time slot as lectures. There are also five sections of the final, where the first four correspond to the four quizzes.
+
There are four '''1-hour quizzes''' on core material <!--, held in the same time slot as lectures -->. (Note:  We are still working out details about quiz administration for Fall 2020.)  <!-- Quiz 1 will contain solely core material.  Quizzes 2-4 will contain core, plus spiritual and right-now (SRN) material, i.e., material from the "spiritual" and "right-now" talks.-->
-
The grades you receive for topics 1 through 4 are the ''maximum'' of your quiz grade and your grade on the corresponding section of the final. This means you're allowed to have a bad day.
+
There are also four sections of the '''final exam''', corresponding to the four quizzes. <!-- The core and SRN parts are treated independently. -->
-
If you accidentally miss a quiz, there is no need to contact us about how to make it up later. You already have a way to make it up, which is the final.
+
The grade you receive for each of the four core material sections <!-- core or SRN section --> is the ''maximum'' of your quiz grade on that section and your grade on the corresponding section of the final exam.  If you do well on a quiz, you need not do the corresponding section of the final exam. You may decide not to take a quiz with a view toward taking the corresponding section of the final, but we do not recommend this option<!-- because the final is prepared in the expectation you will do at most three of the five parts-->.
-
== Problem sets ==
+
Note that the maximizing is by quiz and final section, not by problem or topic. If you get a perfect score on one question of a quiz, and a zero on the other, you will have to do well on the <b>entire</b> corresponding section of the final exam to improve your score.
-
Problem sets are submitted as Scheme programs, and graded automatically, out of necessity. This could be good news for you: there's no human in the loop to be offended by your coding style. Or it could be bad news, because a computer can't give you partial credit if you mess something up.
+
-
Every problem set comes with a file called "tester.scm", which makes sure your code does the right thing on several provided examples. Your code should pass every test case in the tester before you submit it.
+
==== Quiz absence ====
-
A "hidden tester" will also be used in grading. It will contain essentially the same kinds of test cases as the public tester. The point of the hidden tester is to make sure your code is actually doing the right thing, not doing just barely enough to pass the public tests.
+
If you have to miss a quiz for any reason---sickness, family emergency, marriage (including yours), conference, sporting event, job interview, another quiz, etc.---you need not worry about 6.034.  You just need to take the corresponding section on the final examination.
-
Hard-coding the answers to public tests you would otherwise fail in your code is cheating. Don't do it. We look at people's code ourselves if it seems there's something funny going on.
+
==== Quiz regrades ====
-
Problem sets are graded on the same 1-5 scale. Here's what it means:
+
Sometimes we make a mistake when grading a quiz. You may submit your quiz back to us for a regrade by talking to your TA.  Regrade requests must be submitted '''before the day of the next quiz'''.  Regrades can only result in increasing your grade; even if we find that your grade should have been lower, we will not take off additional points in the regrade.
-
{|
+
-
|'''5'''
+
-
| Passes the public tests, misses at most one hidden test
+
-
|-
+
-
|'''4'''
+
-
| Passes the public tests, misses some hidden tests
+
-
|-
+
-
|'''3'''
+
-
| Passes the public tests, but fails many hidden tests<br>(Note: you do not get a 3 if you accomplish this by cheating.)
+
-
|-
+
-
|'''2'''
+
-
| Fails a few public tests
+
-
|-
+
-
|'''1'''
+
-
| Fails many public tests
+
-
|-
+
-
|'''0'''
+
-
|Never submitted or doesn't run
+
-
|}
+
-
=== Things that can go wrong on problem sets ===
+
=== Labs (aka Problem Sets) ===
-
* The TAs will not fix your syntax errors, undefined variables, and so on. If the code doesn't run, you get a 0, so make sure you run it through the tester.
+
Labs are submitted as Python programs and are graded automatically.
-
* Remember to submit every file you changed. Forgetting a file is an easy way to end up with undefined functions.
+
-
* Infinite loops are no longer a huge problem. After PS0, the tester will enforce time and space limits on every test case.
+
-
=== Late problem sets ===
+
Every lab comes with a file called "tester.py", which you use both to test and to submit your code. It has an "offline" and an "online" (or "submit") mode, which may or may not contain the same test cases. When you use the online tester, you receive your grade '''automatically'''. You can always resubmit to try to improve your grade.
-
You'll notice that a half-finished problem set will probably get you a grade of 1 or 2. If you can't pass the public tests, you may be better off working on it past the due date, with the cost that your grade will be decreased by 1.
+
-
Sometime after midnight on Wednesday night, we run the script that collects problem sets from students' home directories. To handle late submissions, we will run it again on Friday night. If your late submission performs better than your on-time submission, you'll receive your late submission's grade minus 1.
+
Sometimes the tester will generate random test cases. The point is to make sure that your code is actually doing the right thing, not just doing barely enough to pass the public tests.
-
If you hand it in later than that, the TAs will have to go out of their way to collect your problem set again. Send an e-mail to <tt>6.034-tas@mit.edu</tt> and tell them. You'll receive your late submission's grade minus 2, and you should no longer expect to receive your grade in a timely manner.
+
Hard-coding the answers is cheating. Don't do it.
 +
==== Lab grades ====
 +
<!--
 +
As stated above, labs count for 1/7 of your grade. -->
 +
Labs are graded on a 5-point scale. If you pass all the online tests, you get a 5. Otherwise, the grading is linear, based on the number of test cases passed up to a 4. (Remember that you can fix the bugs and try again!).  The final test cases that get you from a 4 to a 5 are often tricky, e.g., edge cases, so to demonstrate thorough understanding connoted by a 5, you must pass all the test cases.
 +
 +
You can view all of your grades for submitted labs on the [https://ai6034.mit.edu/labs/view_stats lab grades page].  Your grade for a lab will never decrease: If you resubmit a lab late or with a solution that passes fewer of the online tests, the command line output may show a lower grade, but your grade on the lab grades page will not go down.
-
= Collaboration policy =
+
It is '''your responsibility''' to make sure that your code is submitted correctly.  We are unlikely to fix your grade when you realize a month later that you didn't actually submit your lab.
-
You may collaborate with other students on your problem sets, to come up with general ideas on how to implement things, but your code must be your own. Aside from the standard code that comes with the problem set, all the code you submit must have been written by you, with an understanding of what it does. We get very sore if we catch someone cheating.
+
==== Submitting your lab code ====
 +
When you test your lab online, you also send a copy of your lab directory to the server. Make sure that this directory actually contains all the code you wrote to solve the lab. If you mess it up, submit again. Even though we have an automated grader, we do like to look at your lab solutions ourselves sometimes.
-
= Grade distribution =
+
==== Late labs ====
 +
You can submit late labs at any time for some credit. As long as you submit a lab on (or before) its due date, even if the time is between 10pm and midnight, you won't lose any points. After the due date, your grade for a late lab has a half-life of one week.
 +
The equation is:
-
Because MIT does not, by policy, permit grading on a curve, and because there will be
+
<pre>
-
little or no time pressure on the quizzes and the final, we expect the grade
+
(your lab grade)*(0.5)^((t-0.5)/7)
-
distribution to reflect understanding. In the past year, we have seen a great deal of understanding.
+
</pre>
 +
 
 +
where ''t'' is the integer number of days late.
 +
The table below shows examples of the maximum grade as a function of days late.  
 +
 
 +
'''Extensions''': In most cases, this lenient grading policy takes the place of an extension policy, but you can talk to your TA or S<sup>3</sup> if you have extenuating circumstances.  We do not grant extensions for job interviews.
 +
<!--No extensions are granted for problem sets unless there is a medical emergency with official documentation.-->
 +
 
 +
{| cellpadding=5 border=1 cellspacing=0 |- align=left bgcolor=#eeeeee
 +
! Days Late !! Best possible Grade
 +
|-
 +
| 0  || 5.0
 +
|-
 +
| 1 || 4.76
 +
|-
 +
| 2 || 4.31
 +
|-
 +
| 3 || 3.90
 +
|-
 +
| 4 || 3.54
 +
|-
 +
| 5 || 3.20
 +
|-
 +
| 6 || 2.90
 +
|-
 +
| 7 || 2.63
 +
|}
 +
 
 +
<!--
 +
{| cellpadding=5 border=1 cellspacing=0 |- align=left bgcolor=#eeeeee
 +
! Days Late !! Best possible Grade
 +
|-
 +
| 0  || 5.0
 +
|-
 +
| 1/24 (1 hour) || 4.98
 +
|-
 +
| 1/2 (12 hours) || 4.76
 +
|-
 +
| 1 || 4.53
 +
|-
 +
| 2 || 4.10
 +
|-
 +
| 3 || 3.71
 +
|-
 +
| 4 || 3.36
 +
|-
 +
| 5 || 3.05
 +
|-
 +
| 6 || 2.76
 +
|-
 +
| 7 || 2.5
 +
|}-->

Current revision

Contents

Collaboration policy

You may collaborate with other students on your labs (problem sets) so as to come up with general ideas on how to implement things, but your code must be your own. Aside from the standard code that comes with the lab, all the code you submit must have been written by you, with an understanding of what it does. We get very sore if we catch someone cheating.

Grades

We expect the grade distribution to reflect understanding. Accordingly, for each quiz and lab, we set thresholds for thorough understanding, acceptable understanding, some understanding, and poor understanding. These levels of understanding map to letter grades. We do not grade on a curve: We will, for example, give an A to every student who demonstrates A-level understanding. In past years, we have seen a great deal of A-level understanding.

Grading policy

Grades are calculated in accord with several student-oriented principles. For example, because we want to encourage each student to compete with themselves and not with each other, we do not compute a class average. Because anyone can have a bad day, each segment of the material is tested both in a quiz and on the final exam, and we only count the higher grade.

See Prof. Winston's article in the Faculty News Letter for discussion of the grading policy rationale.

Grade calculation

Your grade in 6.034 will be calculated as the weighted average of six scores:

  • max(Quiz 1 core, Final part 1 core)
  • max(Quiz 2 core, Final part 2 core)
  • max(Quiz 3 core, Final part 3 core)
  • max(Quiz 4 core, Final part 4 core)
  • Average lab (problem set) grade
  • Average spiritual/right-now (SRN) grade

The scores are weighted such that the core material sections make up 60% of your final grade, spiritual/right-now assignments are 15% of your final grade, and labs are 25%. In other words, your grade consists of:

  • 4 core quiz sections, 15% each
  •  ? spiritual/right-now assignments, ?% each (still working out this detail)
  • 10 labs, 2.5% each

The "right-now" part refers to talks given by right-now speakers. The "spiritual" part refers to lectures, given by 6.034 lecturers, that are not considered part of the core skill set. (See Frequently Asked Questions for more information about spiritual/right-now questions.)

See Reference material for assignment of material to quizzes.

All of these scores will be on a 1-5 scale, averaged together like a GPA. The 1-5 scale is not based on a class average---we do not calculate class averages---but rather on what the instructors consider the scores to mean:

5 Thorough understanding of the topic
4 Acceptable understanding of the topic
3 Some understanding of the topic
2 or 1 Poor understanding of the topic

You will get an A if your average score is 4.5 or higher, a B if it is 3.5 or higher, but below 4.5, and so on. If you are near one of the transition points, your recitation instructor can decide whether to round your grade up or down based on your class participation.

Quizzes

There are four 1-hour quizzes on core material . (Note: We are still working out details about quiz administration for Fall 2020.)

There are also four sections of the final exam, corresponding to the four quizzes.

The grade you receive for each of the four core material sections is the maximum of your quiz grade on that section and your grade on the corresponding section of the final exam. If you do well on a quiz, you need not do the corresponding section of the final exam. You may decide not to take a quiz with a view toward taking the corresponding section of the final, but we do not recommend this option.

Note that the maximizing is by quiz and final section, not by problem or topic. If you get a perfect score on one question of a quiz, and a zero on the other, you will have to do well on the entire corresponding section of the final exam to improve your score.

Quiz absence

If you have to miss a quiz for any reason---sickness, family emergency, marriage (including yours), conference, sporting event, job interview, another quiz, etc.---you need not worry about 6.034. You just need to take the corresponding section on the final examination.

Quiz regrades

Sometimes we make a mistake when grading a quiz. You may submit your quiz back to us for a regrade by talking to your TA. Regrade requests must be submitted before the day of the next quiz. Regrades can only result in increasing your grade; even if we find that your grade should have been lower, we will not take off additional points in the regrade.

Labs (aka Problem Sets)

Labs are submitted as Python programs and are graded automatically.

Every lab comes with a file called "tester.py", which you use both to test and to submit your code. It has an "offline" and an "online" (or "submit") mode, which may or may not contain the same test cases. When you use the online tester, you receive your grade automatically. You can always resubmit to try to improve your grade.

Sometimes the tester will generate random test cases. The point is to make sure that your code is actually doing the right thing, not just doing barely enough to pass the public tests.

Hard-coding the answers is cheating. Don't do it.

Lab grades

Labs are graded on a 5-point scale. If you pass all the online tests, you get a 5. Otherwise, the grading is linear, based on the number of test cases passed up to a 4. (Remember that you can fix the bugs and try again!). The final test cases that get you from a 4 to a 5 are often tricky, e.g., edge cases, so to demonstrate thorough understanding connoted by a 5, you must pass all the test cases.

You can view all of your grades for submitted labs on the lab grades page. Your grade for a lab will never decrease: If you resubmit a lab late or with a solution that passes fewer of the online tests, the command line output may show a lower grade, but your grade on the lab grades page will not go down.

It is your responsibility to make sure that your code is submitted correctly. We are unlikely to fix your grade when you realize a month later that you didn't actually submit your lab.

Submitting your lab code

When you test your lab online, you also send a copy of your lab directory to the server. Make sure that this directory actually contains all the code you wrote to solve the lab. If you mess it up, submit again. Even though we have an automated grader, we do like to look at your lab solutions ourselves sometimes.

Late labs

You can submit late labs at any time for some credit. As long as you submit a lab on (or before) its due date, even if the time is between 10pm and midnight, you won't lose any points. After the due date, your grade for a late lab has a half-life of one week. The equation is:

(your lab grade)*(0.5)^((t-0.5)/7)

where t is the integer number of days late. The table below shows examples of the maximum grade as a function of days late.

Extensions: In most cases, this lenient grading policy takes the place of an extension policy, but you can talk to your TA or S3 if you have extenuating circumstances. We do not grant extensions for job interviews.

Days Late Best possible Grade
0 5.0
1 4.76
2 4.31
3 3.90
4 3.54
5 3.20
6 2.90
7 2.63


Personal tools