Driveway grade
driveway_grade_percent
Computed driveway grade
Scores if within ±3% of the reference value.
Calculates task-owned synthetic SSC-01 driveway grade, culvert capacity, freeboard, roadway spread, and sight-distance metrics for one road access case.
with-tool: The model is given an executable Python calculator script.
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
23 inputs
Included directly in every task prompt.
Driveway low level
driveway_low_level_m
ACCESS-SSC01-006 driveway low point level
Driveway high level
driveway_high_level_m
ACCESS-SSC01-006 driveway tie-in high point level
Driveway length
driveway_length_m
ACCESS-SSC01-006 driveway grade length
Allowable driveway grade pct
allowable_driveway_grade_pct
MEMO-SSC01-006 allowable driveway grade
Culvert diameter
culvert_diameter_m
CULV-SSC01-006 culvert diameter
Culvert mannings n
culvert_mannings_n
CULV-SSC01-006 culvert Manning roughness
Culvert slope pct
culvert_slope_pct
CULV-SSC01-006 culvert slope
Design flow
design_flow_m3_s
CULV-SSC01-006 design flow
Tailwater level
tailwater_level_m
TAIL-SSC01-006 tailwater level
Headwater base depth
headwater_base_depth_m
TAIL-SSC01-006 base headwater depth allowance
Headwater loss factor
headwater_loss_factor_m
TAIL-SSC01-006 ratio-squared headwater loss factor
Road edge level
road_edge_level_m
ACCESS-SSC01-006 road edge level to remain clear
Minimum freeboard
minimum_freeboard_m
MEMO-SSC01-006 minimum freeboard
Gutter flow
gutter_flow_m3_s
ACCESS-SSC01-006 gutter flow across driveway path
Cross slope pct
cross_slope_pct
ACCESS-SSC01-006 cross slope
Longitudinal slope pct
longitudinal_slope_pct
ACCESS-SSC01-006 longitudinal slope
Gutter mannings n
gutter_mannings_n
ACCESS-SSC01-006 gutter Manning roughness
Allowable spread
allowable_spread_m
MEMO-SSC01-006 allowable spread across driveway path
Access speed kmh
access_speed_kmh
SIGHT-SSC01-006 access sight-distance speed
Sight reaction time
sight_reaction_time_s
SIGHT-SSC01-006 sight-distance reaction time
Braking friction coefficient
braking_friction_coefficient
SIGHT-SSC01-006 braking friction coefficient
Access grade pct
access_grade_pct
SIGHT-SSC01-006 signed access grade
Available sight distance
available_sight_distance_m
SIGHT-SSC01-006 available sight distance
12 outputs
driveway_grade_percent
Computed driveway grade
Scores if within ±3% of the reference value.
driveway_grade_margin_percent
Allowable grade minus computed grade
Scores if within ±3% of the reference value.
culvert_capacity_m3_s
Full-pipe culvert capacity
Scores if within ±3% of the reference value.
culvert_capacity_margin_m3_s
Culvert capacity minus design flow
Scores if within ±3% of the reference value.
headwater_level_m
Synthetic headwater level
Scores if within ±3% of the reference value.
freeboard_m
Road edge level minus headwater level
Scores if within ±3% of the reference value.
freeboard_margin_m
Freeboard minus minimum freeboard
Scores if within ±3% of the reference value.
roadway_spread_m
Triangular-gutter spread across the access path
Scores if within ±3% of the reference value.
spread_margin_m
Allowable spread minus computed spread
Scores if within ±3% of the reference value.
sight_distance_required_m
Grade-adjusted sight distance required
Scores if within ±3% of the reference value.
sight_distance_margin_m
Available sight distance minus required sight distance
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when access grade, culvert, freeboard, spread, and sight-distance checks pass
Scores if within ±1% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are a road drainage and access-safety engineer checking a task-owned synthetic SSC-01 culvert, driveway access, and safety continuity package.2 3Use only the task-owned synthetic source pack values below for numeric grading. Road access, culvert, freeboard, and sight-distance workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-01-LH-06`8- Driveway access profile: `ACCESS-SSC01-006`9- Culvert schedule: `CULV-SSC01-006`10- Tailwater table: `TAIL-SSC01-006`11- Sight-distance basis: `SIGHT-SSC01-006`12- Access safety memo: `MEMO-SSC01-006`13 14## Source Values15 16- Driveway low/high levels and length: {{ driveway_low_level_m }} m, {{ driveway_high_level_m }} m, {{ driveway_length_m }} m17- Allowable driveway grade: {{ allowable_driveway_grade_pct }} %18- Culvert diameter, Manning n, slope, and design flow: {{ culvert_diameter_m }} m, {{ culvert_mannings_n }}, {{ culvert_slope_pct }} %, {{ design_flow_m3_s }} m3/s19- Tailwater level, base headwater depth, headwater loss factor: {{ tailwater_level_m }} m, {{ headwater_base_depth_m }} m, {{ headwater_loss_factor_m }} m20- Road edge level and minimum freeboard: {{ road_edge_level_m }} m, {{ minimum_freeboard_m }} m21- Gutter flow, cross slope, longitudinal slope, gutter Manning n, allowable spread: {{ gutter_flow_m3_s }} m3/s, {{ cross_slope_pct }} %, {{ longitudinal_slope_pct }} %, {{ gutter_mannings_n }}, {{ allowable_spread_m }} m22- Access speed, reaction time, braking friction, grade, and available sight distance: {{ access_speed_kmh }} km/h, {{ sight_reaction_time_s }} s, {{ braking_friction_coefficient }}, {{ access_grade_pct }} %, {{ available_sight_distance_m }} m23 24## Required Calculations25 26- Driveway grade is the level difference divided by driveway length.27- Culvert full-flow capacity uses Manning's equation for a circular full pipe.28- Headwater level is tailwater plus base depth plus a ratio-squared loss allowance.29- Freeboard is road edge level minus headwater level.30- Roadway spread uses the triangular-gutter relation with SI coefficient `0.376`.31- Sight distance uses reaction distance plus grade-adjusted braking distance.32- Overall pass score is `1.0` only when grade, culvert, freeboard, spread, and sight-distance margins pass.33 34Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state that the baseline source pack passes the current synthetic checks.35 36Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.37 38Include a fenced JSON block with exactly these numeric keys:39 40```json41{42 "driveway_grade_percent": <numeric_value>,43 "driveway_grade_margin_percent": <numeric_value>,44 "culvert_capacity_m3_s": <numeric_value>,45 "culvert_capacity_margin_m3_s": <numeric_value>,46 "headwater_level_m": <numeric_value>,47 "freeboard_m": <numeric_value>,48 "freeboard_margin_m": <numeric_value>,49 "roadway_spread_m": <numeric_value>,50 "spread_margin_m": <numeric_value>,51 "sight_distance_required_m": <numeric_value>,52 "sight_distance_margin_m": <numeric_value>,53 "overall_pass_score": <numeric_value>54}55```56 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc01_culvert_driveway_access
SSC-01 task-owned synthetic culvert driveway access safety package
culvert-driveway-access-safety-continuity-ssc01-culvert-driveway-access-preview — hard difficulty, all inputs given.
SSC-01 task-owned synthetic culvert driveway access safety package. culvert-driveway-access-safety-continuity. Required outputs: driveway_grade_percent, driveway_grade_margin_percent, culvert_capacity_m3_s, culvert_capacity_margin_m3_s, headwater_level_m, freeboard_m
Scenario context and visible inputs.
Executable tool: culvert-driveway-access-safety-continuity-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"driveway_grade_percent": <number>,
"driveway_grade_margin_percent": <number>,
"culvert_capacity_m3_s": <number>,
"culvert_capacity_margin_m3_s": <number>,
"headwater_level_m": <number>,
"freeboard_m": <number>,
"freeboard_margin_m": <number>,
"roadway_spread_m": <number>,
"spread_margin_m": <number>,
"sight_distance_required_m": <number>,
"sight_distance_margin_m": <number>,
"overall_pass_score": <number>
}