calculate_parcoursup_score
Calculate your Parcoursup weighted score from baccalaureate component grades including general average, specialities, grand oral, and continuous assessment.
Instructions
Estimate Parcoursup weighted score from French baccalaureate component grades. See list_bundles for related 'education' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bac_general_average | Yes | General baccalauréat average out of 20 | |
| specialite_1_average | Yes | First speciality subject average out of 20 | |
| specialite_2_average | Yes | Second speciality subject average out of 20 | |
| grand_oral_note | Yes | Grand Oral examination grade out of 20 | |
| controle_continu_average | Yes | Continuous assessment (contrôle continu) average out of 20 |
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. |