calculate_bac_points
Calculate your French Baccalauréat final score by entering grades for continuous control and exams. Uses official coefficients to compute weighted average and mention.
Instructions
Estimate French Baccalauréat final score from grades and coefficients. Use to track lycée results before official scores. Inputs: grades by subject with coefficients. Returns weighted average and mention. See list_bundles for related 'education' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| continuous_control | Yes | Continuous assessment score (/720 = 40%) | |
| french_written | Yes | French written exam (/20, coeff 5) | |
| french_oral | Yes | French oral exam (/20, coeff 5) | |
| philosophy | Yes | Philosophy (/20, coeff 8) | |
| specialty1 | Yes | Specialty 1 (/20, coeff 16) | |
| specialty2 | Yes | Specialty 2 (/20, coeff 16) | |
| grand_oral | Yes | Grand oral (/20, coeff 10) |
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. |