Tributary area m2
tributary_area_m2
Bracket tributary area
Scores if within ±3% of the reference value.
Calculates source-bound facade or roof bracket connection metrics from a deterministic SSC-14 task-owned source pack. The template combines wind tributary load, bracket reaction, anchor combined utilization, carbon-equivalent material screening, and overall pass scoring.
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.
18 inputs
Included directly in every task prompt.
Wind pressure
wind_pressure_kpa
WIND-SSC14-002 controlling facade or roof pressure
Tributary width
tributary_width_m
ELEV-SSC14-002 bracket tributary width
Tributary height
tributary_height_m
ELEV-SSC14-002 bracket tributary height
Facade dead load
facade_dead_load_kpa
BRKT-SSC14-002 cladding and rail dead load
Wind load factor
wind_load_factor
LC-SSC14-002 wind load factor
Dead load factor
dead_load_factor
LC-SSC14-002 dead load factor
Bracket horizontal capacity
bracket_horizontal_capacity_kn
BRKT-SSC14-002 selected bracket horizontal capacity
Anchor tension capacity
anchor_tension_capacity_kn
BRKT-SSC14-002 anchor design tension capacity
Anchor shear capacity
anchor_shear_capacity_kn
BRKT-SSC14-002 anchor design shear capacity
Active anchor count
active_anchor_count
BRKT-SSC14-002 active anchors in the bracket group
Carbon percent
carbon_percent
MAT-SSC14-002 material certificate carbon percentage
Manganese percent
manganese_percent
MAT-SSC14-002 material certificate manganese percentage
Chromium percent
chromium_percent
MAT-SSC14-002 material certificate chromium percentage
Molybdenum percent
molybdenum_percent
MAT-SSC14-002 material certificate molybdenum percentage
Vanadium percent
vanadium_percent
MAT-SSC14-002 material certificate vanadium percentage
Nickel percent
nickel_percent
MAT-SSC14-002 material certificate nickel percentage
Copper percent
copper_percent
MAT-SSC14-002 material certificate copper percentage
Carbon equivalent limit
carbon_equivalent_limit
MAT-SSC14-002 carbon equivalent acceptance limit
12 outputs
tributary_area_m2
Bracket tributary area
Scores if within ±3% of the reference value.
service_wind_load_kn
Service wind load on the bracket tributary area
Scores if within ±3% of the reference value.
service_dead_load_kn
Service dead load on the bracket tributary area
Scores if within ±3% of the reference value.
factored_out_of_plane_reaction_kn
Factored out-of-plane bracket reaction
Scores if within ±3% of the reference value.
factored_vertical_reaction_kn
Factored vertical bracket reaction
Scores if within ±3% of the reference value.
bracket_utilization
Factored out-of-plane reaction divided by bracket capacity
Scores if within ±3% of the reference value.
anchor_tension_per_anchor_kn
Factored tension demand per active anchor
Scores if within ±3% of the reference value.
anchor_shear_per_anchor_kn
Factored shear demand per active anchor
Scores if within ±3% of the reference value.
anchor_combined_utilization
Square-root combined tension and shear anchor utilization
Scores if within ±3% of the reference value.
carbon_equivalent
IIW carbon equivalent from the material certificate
Scores if within ±3% of the reference value.
carbon_equivalent_margin
Carbon equivalent limit minus calculated carbon equivalent
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when bracket, anchor, and certificate checks pass
Scores if within ±3% 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 structural engineer checking a task-owned synthetic SSC-14 facade or roof bracket, anchor, and connection package.2 3Use only the task-owned synthetic source pack values below for numeric grading. Wind loading, bracket design, anchor reports, and material certificates shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-14-LH-02`8- Facade/roof elevation: `ELEV-SSC14-002`9- Wind criteria: `WIND-SSC14-002`10- Bracket and anchor schedule: `BRKT-SSC14-002`11- Material certificate: `MAT-SSC14-002`12- Connection memo: `MEMO-SSC14-002`13 14## Source Values15 16- Wind pressure, tributary width, tributary height: {{ wind_pressure_kpa }} kPa, {{ tributary_width_m }} m, {{ tributary_height_m }} m17- Facade or roof dead load: {{ facade_dead_load_kpa }} kPa18- Wind and dead load factors: {{ wind_load_factor }}, {{ dead_load_factor }}19- Bracket horizontal capacity: {{ bracket_horizontal_capacity_kn }} kN20- Anchor tension and shear capacities: {{ anchor_tension_capacity_kn }} kN, {{ anchor_shear_capacity_kn }} kN21- Active anchor count: {{ active_anchor_count }}22- Material certificate chemistry: C {{ carbon_percent }} %, Mn {{ manganese_percent }} %, Cr {{ chromium_percent }} %, Mo {{ molybdenum_percent }} %, V {{ vanadium_percent }} %, Ni {{ nickel_percent }} %, Cu {{ copper_percent }} %23- Carbon equivalent limit: {{ carbon_equivalent_limit }}24 25## Required Calculations26 27- Tributary area is width times height.28- Service wind and dead loads are pressure times tributary area.29- Factored reactions use the listed load factors.30- Bracket utilization is factored out-of-plane reaction divided by bracket capacity.31- Anchor demands are factored reactions divided by active anchor count.32- Anchor combined utilization is `sqrt((tension / tension_capacity)^2 + (shear / shear_capacity)^2)`.33- Carbon equivalent is `C + Mn / 6 + (Cr + Mo + V) / 5 + (Ni + Cu) / 15`.34- Overall pass score is `1.0` only when bracket utilization, anchor combined utilization, and carbon equivalent margin pass.35 36Write a compact connection 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 whether the baseline source pack passes the current synthetic checks.37 38Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.39 40Include a fenced JSON block with exactly these numeric keys:41 42```json43{44 "tributary_area_m2": <numeric_value>,45 "service_wind_load_kn": <numeric_value>,46 "service_dead_load_kn": <numeric_value>,47 "factored_out_of_plane_reaction_kn": <numeric_value>,48 "factored_vertical_reaction_kn": <numeric_value>,49 "bracket_utilization": <numeric_value>,50 "anchor_tension_per_anchor_kn": <numeric_value>,51 "anchor_shear_per_anchor_kn": <numeric_value>,52 "anchor_combined_utilization": <numeric_value>,53 "carbon_equivalent": <numeric_value>,54 "carbon_equivalent_margin": <numeric_value>,55 "overall_pass_score": <numeric_value>56}57```58 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.
ssc14_facade_roof_connection_case
Facade or roof bracket, anchor, and material certificate source pack
facade-bracket-ssc14-facade-roof-connection-case-preview — hard difficulty, all inputs given.
Facade or roof bracket, anchor, and material certificate source pack. facade-bracket. Required outputs: tributary_area_m2, service_wind_load_kn, service_dead_load_kn, factored_out_of_plane_reaction_kn, factored_vertical_reaction_kn, bracket_utilization
Scenario context and visible inputs.
Executable tool: facade-roof-bracket-connection-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"tributary_area_m2": <number>,
"service_wind_load_kn": <number>,
"service_dead_load_kn": <number>,
"factored_out_of_plane_reaction_kn": <number>,
"factored_vertical_reaction_kn": <number>,
"bracket_utilization": <number>,
"anchor_tension_per_anchor_kn": <number>,
"anchor_shear_per_anchor_kn": <number>,
"anchor_combined_utilization": <number>,
"carbon_equivalent": <number>,
"carbon_equivalent_margin": <number>,
"overall_pass_score": <number>
}