Conditionals: Still more possibilities of calculations in Additio

Learn how to set up and use conditionals in calculated formulas.

Sometimes, the result of an exam can determine if the student deserves to calculate the final grade along with the rest of activities or he doesn't. In Additio, you can do this calculation with conditionals.

You can use conditionals in Calculated formulas, once the option Calculated formula has been selected on type of evaluation > Calculations. By defining this option, you'll be able to establish a range of grades that can affect the final result.

To create this type of calculation, you have to create a column with Calculated formula option and select fx icon to set the conditional.

 

Select Conditional and a condition will be displayed in the field. You can adapt it according to a grade condition.

 

To set this correctly, here we have an example:

In my classes, if the result of an exam is not over 3, there is no average to consider with the exercises done during the course, so the grade of the exam becomes the final grade. 

We need to consider the following sections: CONDITION (the conditional we want to apply), IF TRUE (what happens if the result of the exam is under 3), IF FALSE (what happens if the result of the exam is over 3). 

IF EXAM< 3; GRADE OF EXAM; FINAL GRADE

In the example, if the result of the exam is not over 3, the exam grade becomes the final grade. If the result of the exam is over 3, there's an average with the grades of exercises for the final grade.

 

You can find the option to determine if a value is greater or less than another: