calculate_brevet_points
Estimate French Brevet (DNB) total points and mention prediction from exam scores and continuous control marks. Input grades for French, math, history-geography, science, and oral exam.
Instructions
Estimate French Brevet (DNB) score from grades and continuous-control marks. Use for collège students forecasting their result. Inputs: grades by subject, continuous control. Returns total points and mention. See list_bundles for related 'education' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| socle_commun | Yes | Socle commun points (50-400) | |
| french | Yes | French exam score (/100) | |
| math | Yes | Math exam score (/100) | |
| history_geo | Yes | History-Geography score (/50) | |
| science | Yes | Science score (/50) | |
| oral | Yes | Oral exam score (/100) |
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. |