Métodos de Avaliação

The general formula for evaluation is the following:
F = Floor(0.5 + max{P1, RP1, SP1} + max{P2, RP2, SP2} +
max{P3, RP3, SP3} + max{E, RE, SE})

The value F is the final grade value. The Floor function returns the integer part of a number, e.g., Floor(11.7) = 11.
The P1, RP1, SP1, P2, RP2, SP2, P3, RP3, SP3 values will be graded from 0.0 to 4.0, including decimal points.
The E, RE, SE values will be graded from 0.0 to 8.0, including decimal points.

The following values will be used in the regular season:

  • P1, the grade from the first project.
  • P2, the grade from the second project.
  • P3, the grade from the third project.
  • E, the grade from the exam.

The following values will be used in the recovery season:

  • RP1, the grade from the first project.
  • RP2, the grade from the second project.
  • RP3, the grade from the third project.
  • RE, the grade from the exam.

The following values will be used in the special season:

  • SP1, the grade from the first project.
  • SP2, the grade from the second project.
  • SP3, the grade from the third project.
  • SE, the grade from the exam.

To obtain approval at the course it is necessary that 10 <= F.

Every evaluation must be performed during this iteration of the course. Grades from previous iterations are not admissible.