(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: 120
  • N_m: maximum points from normal exercises, currently: 800
  • P_m: maximum points from projects, currently: 250
  • W_s: score from weekly exercises, range: [0..5]
  • P_s: score from projects, range: [0..5]
  • E: exam grade, range: [0..5]
From which numbers total grade (mean value) is calculated?

How to get total grade 1 (without an exam)?

Assume that N_p = 680, G_p = 0, P_p = 51, E = 0.

How to get total grade 3?
How to get total grade 5?

How to get a certain score?

Calculating percents: percent (%) means one-hundredth, for example, 70 % = 0.7.

The effect of GUI exercises:

Assume that N_p = 750, G_p = 20, P_p = 225, E = 5. Now,