Skip to content

Commit d36425d

Browse files
committed
explain attendance calculation
1 parent 70aa272 commit d36425d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ This is a new course; all of the above is subject to change. Things will be adju
123123

124124
Attending class (lectures and labs) is mandatory, but most importantly, important. Learning programming requires commitment from the part of the student and the skills are built out of practice. If you miss an experience in class, you miss an important learning moment and the class misses your contribution.
125125

126-
Missing class counts as an absence, regardless of the reason or notifying the instructor(s) beforehand. Missing more than 20 minutes of a class session will be treated as an absence. The first two absences are treated as "freebies", each subsequent absence will result in a 0.5% deduction from the overall grade.
126+
Missing class counts as an absence, regardless of the reason or notifying the instructor(s) beforehand. Missing more than 20 minutes of a class session will be treated as an absence. The first two absences are treated as "freebies". It will be calculated as:
127+
128+
$$\text{Maximum Score} = \text{Total Lectures and Labs} - \text{Freebies} = 28 - 2 = 26$$
129+
130+
$$\text{Your Score} = \min(\text{Maximum Score}, \text{Number of Lectures and Labs You Attended})$$
127131

128132
If you do miss class, we trust that it's for a good reason. If you're sick, please use that freebie and stay home and rest.
129133

0 commit comments

Comments
 (0)