Skip to content

Commit a799d65

Browse files
committed
quizzes formula
1 parent 9484eca commit a799d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versions/2026.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $$
4444
1. **Quizzes**: the course will have 3 quizzes, the quiz with the lowest grade will be dropped. And, the final quiz grade will be the uniform average of the two best grade quizzes:
4545

4646
$$
47-
\text{Quizzes} = \frac{\text{Q1} + \text{Q2} + \text{Q3} - \min(\text{Q1}, \text{Q2}, \text{Q3})}{2}
47+
\text{Quizzes} = \frac{\text{Q}_1 + \text{Q}_2 + \text{Q}_3 - \min(\text{Q}_1, \text{Q}_2, \text{Q}_3)}{2}
4848
$$
4949

5050
1. **Microservice**: the students will have to implement a microservice. The grade is a concept grade, based on `Notas da Engenharia`:

0 commit comments

Comments
 (0)