(Q) My total grade?ΒΆ
Goal: I can check which could be my total grade from the course.
Instructions:
Read carefully the point 1.1.2 Grading from Plussa, or try to run
the grading program given in the examples.
For the latter choice,
retrieve the code template: examples/01/grading/
-> student/01/grading/
.
We will use the following denotations:
G_p
: points from GUI exercises, range: [0..120]N_p
: points from normal exercises, range: [0..800]P_p
: points from projects, range: [0..250]G_m
: maximum points from GUI exercises, currently: 120N_m
: maximum points from normal exercises, currently: 800P_m
: maximum points from projects, currently: 250W_s
: score from weekly exercises, range: [0..5]P_s
: score from projects, range: [0..5]E
: exam grade, range: [0..5]