To do final grade calculations, you must first have at least one calculated grade type created.
To create a calculated note, which makes the average of other notes, do the following:
- Create a new column. Press down-right on the button
and select «New note column«:
- In the next window put the title and subtitle (optional) of the calculated grade. Select the type of calculated note that you have previously created:
- In the new column, a calculator icon will appear next to the title:
- You can make the column wider: click above the column title, and at the bottom change the «Ancho Steak:«.
- To calculate the averages, click on the calculator icon.
- The first thing you should do is click on the button «add column» to add the columns from which you are going to average (they can be columns from any evaluation/trimester):
- Select the percentages to make the weighted average. You can use the buttons «Media","Sumar","Restar«… to make the average, sum, etc.
- The icon
is to delete the row
Buttons
- add column: to add the columns that are part of the calculation
- Media: to make the average
- Sumar: to sum the columns
- Restar: to subtract the columns
- MIN: calculates the minimum of all columns
- MAX: calculates the maximum of all columns
- MORE: multiply all columns
- DIV: Split all columns, starting with the first one and going down.
Examples
- By pressing the button «Media«:
A1+A2+A3+A4
-------
4 - Button "Sumar«:
A1+A2+A3+A4 - Button "Restar«:
-A1-A2-A3-A4 - Button "MIN«:
MIN(A1,A2,A3,A4) - Button "MORE«:
A1*W2*W3*A4 - Button "DIV«:
A1 / A2 / A3 / A4 - Weighted mean (I):
0,1*A1+0,4*A2+0,3*A3+0,2*A4 - Weighted mean (II):
(0,1*A1+0,4*A2+0,5*A3)+A4 - Weighted mean (III):
(0,1*A1+0,4*A2+0,5*A3)-A4 - Calculated notes can be made from other calculated notes:
C1=A1/A2
C2=(A3+A4)/2
C3=C1+C2
Where C1, C2 and C3 are calculated grades.