Design bracket load kn
design_bracket_load_kn
Wind pressure times tributary area times load factor
Scores if within ±3% of the reference value.
Calculates source-bound facade/fixing product compliance metrics from a deterministic SSC-15 task-owned source pack. The template combines one fixing certificate, capacity table, facade elevation, wind/bracket calculation, material schedule, and submittal memo.
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.
12 inputs
Included directly in every task prompt.
Wind pressure
wind_pressure_kpa
WIND-15-CALC-06 design wind pressure
Tributary area
tributary_area_m2
ELEV-15-FACADE-06 bracket tributary area
Load factor
load_factor
WIND-15-CALC-06 product-capacity load factor
Bracket capacity
bracket_capacity_kn
CAP-15-TABLE-06 certified bracket capacity
Anchor shear capacity
anchor_shear_capacity_kn
CAP-15-TABLE-06 anchor shear capacity
Anchor shear demand
anchor_shear_demand_kn
WIND-15-CALC-06 anchor shear demand
Matching certificate fields
matching_certificate_fields
CERT-15-FIX-06 certificate fields matching the capacity table
Required certificate fields
required_certificate_fields
CERT-15-FIX-06 required certificate field count
Carbon equivalent
carbon_equivalent
MAT-15-FACADE-06 material carbon-equivalent value
Carbon equivalent limit
carbon_equivalent_limit
MAT-15-FACADE-06 material carbon-equivalent limit
Adjustment allowance
adjustment_allowance_mm
ELEV-15-FACADE-06 bracket adjustment allowance
Measured deviation
measured_deviation_mm
ELEV-15-FACADE-06 measured substrate deviation
8 outputs
design_bracket_load_kn
Wind pressure times tributary area times load factor
Scores if within ±3% of the reference value.
bracket_capacity_margin_kn
Bracket capacity minus design bracket load
Scores if within ±3% of the reference value.
bracket_utilization
Design bracket load divided by bracket capacity
Scores if within ±0.3% of the reference value.
anchor_shear_margin_kn
Anchor shear capacity minus anchor shear demand
Scores if within ±3% of the reference value.
certificate_field_match_fraction
Matching certificate fields divided by required fields
Scores if within ±0.3% of the reference value.
carbon_equivalent_margin
Carbon-equivalent limit minus material carbon equivalent
Scores if within ±0.3% of the reference value.
tolerance_adjustment_margin_mm
Adjustment allowance minus measured substrate deviation
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when fixing capacity, anchor, certificate, material, and tolerance checks pass
Scores if within ±0.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 structural facade reviewer checking a task-owned synthetic SSC-15 facade/fixing certificate package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Facade product certificates and fixing design services shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-15-LH-06`8- Product certificate: `CERT-15-FIX-06`9- Capacity table: `CAP-15-TABLE-06`10- Facade elevation: `ELEV-15-FACADE-06`11- Wind/bracket calculation: `WIND-15-CALC-06`12- Material schedule: `MAT-15-FACADE-06`13- Submittal memo: `MEMO-15-FIX-06`14 15All checks use the same fixing product, elevation zone, bracket capacity table, and material schedule. Do not change the product identity, elevation zone, capacity table, or material basis unless you explicitly flag a source conflict.16 17## Source Values18 19| Item | Value |20|------|-------|21| Wind pressure | {{ wind_pressure_kpa }} kPa |22| Tributary area | {{ tributary_area_m2 }} m2 |23| Load factor | {{ load_factor }} |24| Bracket capacity | {{ bracket_capacity_kn }} kN |25| Anchor shear capacity | {{ anchor_shear_capacity_kn }} kN |26| Anchor shear demand | {{ anchor_shear_demand_kn }} kN |27| Matching certificate fields | {{ matching_certificate_fields }} |28| Required certificate fields | {{ required_certificate_fields }} |29| Material carbon equivalent | {{ carbon_equivalent }} |30| Carbon-equivalent limit | {{ carbon_equivalent_limit }} |31| Adjustment allowance | {{ adjustment_allowance_mm }} mm |32| Measured substrate deviation | {{ measured_deviation_mm }} mm |33 34Design bracket load equals wind pressure times tributary area times load factor.35 36## Output Format37 38Write a compact fixing compliance memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do 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 "design_bracket_load_kn": <numeric_value>,45 "bracket_capacity_margin_kn": <numeric_value>,46 "bracket_utilization": <numeric_value>,47 "anchor_shear_margin_kn": <numeric_value>,48 "certificate_field_match_fraction": <numeric_value>,49 "carbon_equivalent_margin": <numeric_value>,50 "tolerance_adjustment_margin_mm": <numeric_value>,51 "overall_pass_score": <numeric_value>52}53```54 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.
ssc15_facade_fixing_case
Facade fixing certificate and capacity compliance case
ssc15-facade-fixing-ssc15-facade-fixing-case-preview — hard difficulty, all inputs given.
Facade fixing certificate and capacity compliance case. ssc15-facade-fixing. Required outputs: design_bracket_load_kn, bracket_capacity_margin_kn, bracket_utilization, anchor_shear_margin_kn, certificate_field_match_fraction, carbon_equivalent_margin
Scenario context and visible inputs.
Executable tool: facade-fixing-certificate-capacity-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"design_bracket_load_kn": <number>,
"bracket_capacity_margin_kn": <number>,
"bracket_utilization": <number>,
"anchor_shear_margin_kn": <number>,
"certificate_field_match_fraction": <number>,
"carbon_equivalent_margin": <number>,
"tolerance_adjustment_margin_mm": <number>,
"overall_pass_score": <number>
}