Presentation and Grading Details #65
TANSixu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Grading Overview
Presentation
Each group will have 10min to present their work. The presentation mainly consists of two parts:
Hence, you will need to prepare simple slides and runnable code for your presentation. For most parts, you only need to show the screenshots of your testing results. But you may be required to run one or more tests on your presentation randomly. So Do Not Cheat with screenshots, misbehaviour may be considered plagiarism.
Slides content
For the sake of saving time, we will partially grade your work based on the slides (running every test and reading through code on presentation is time-consuming). We only grade your content, so please keep your slides simple and concise. You may include the following information in your slides:
1. Introduction to your design
Describe the working flow of your work, and any important components, for instance:
2. Handshaking check
3. Congestion Control check
4. Concurrency check
5. Crash check
6. Comprehensive check (No points, but strongly recommended)
7. Bonus check
Code inspection and Q&A
You will be asked some questions regarding your presentation and code, and you may be required to run one or more tests.
Question examples
Contribution Rate
You can report the contribution rates(joint with Ass2) of each member of your team. By default, we will split your score equally.
We do understand that some students deserve more points as they undertook more work in their teams, or worse yet, their teammates became free riders because of the pandemic and abandoned them. With careful consideration of workload, fairness, and humanitarianism, we proposed the following directions:
Take all of the above into account, your individual score will be calculated by
where$s_i$ is the $ith$ member's score, $S$ is your group raw points, $w_i$ is the $ith$ member's contribution rate, $N$ is the numebr of students in your team. Note that
$$\sum{w_i}=1$$
With this, students in a 3-student team(most common) with 1 teammate lost need to get at least 85 raw points to be bumped up to 100 points. We mainly consider the situation of losing 1 teammate in the 3-student team because 88% of our teams are 3-student, and around one-third of students chose P/F.
Exception
Zero points can be given to a specific member of your team if you all agree that he/she contributes nothing to your work, even not emotionally. Note that this option may severely hurt one's feelings.
Comprehensive Test
Bonus Test
Beta Was this translation helpful? Give feedback.
All reactions