calculate_gpa_french
Convert French grades (out of 20) to GPA and academic mention. Enter up to five grades with coefficients to calculate weighted average and corresponding mention.
Instructions
Convert French school grades (out of 20) to GPA and academic mention. See list_bundles for related 'education' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_1 | Yes | Grade 1 out of 20 | |
| note_2 | Yes | Grade 2 out of 20 | |
| note_3 | No | Grade 3 out of 20 (optional) | |
| note_4 | No | Grade 4 out of 20 (optional) | |
| note_5 | No | Grade 5 out of 20 (optional) | |
| coeff_1 | No | Coefficient for grade 1 | |
| coeff_2 | No | Coefficient for grade 2 | |
| coeff_3 | No | Coefficient for grade 3 (0 if unused) | |
| coeff_4 | No | Coefficient for grade 4 (0 if unused) | |
| coeff_5 | No | Coefficient for grade 5 (0 if unused) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |