Site wind speed m s
site_wind_speed_m_s
Site wind speed from the source-owned wind multipliers
Scores if within ±3% of the reference value.
Calculates source-bound temporary works wind, anchor, ballast stability, movement slot, and inspection tolerance metrics from a deterministic SSC-16 task-owned source pack.
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.
Regional wind speed
regional_wind_speed_m_s
WIND-16-CRIT-02 regional wind speed
Terrain multiplier
terrain_multiplier
WIND-16-CRIT-02 terrain multiplier
Direction multiplier
direction_multiplier
WIND-16-CRIT-02 direction multiplier
Shielding multiplier
shielding_multiplier
WIND-16-CRIT-02 shielding multiplier
Air density
air_density_kg_m3
WIND-16-CRIT-02 air density
Force coefficient
force_coefficient
TEMP-16-STRUCT-02 force coefficient
Temporary panel area
temporary_panel_area_m2
TEMP-16-STRUCT-02 temporary panel area
Anchor
anchor_count
SUPPORT-16-SCHED-02 anchor count
Anchor load factor
anchor_load_factor
SUPPORT-16-SCHED-02 anchor load factor
Selected anchor capacity
selected_anchor_capacity_kn
SUPPORT-16-SCHED-02 selected anchor capacity
Wind centroid height
wind_centroid_height_m
TEMP-16-STRUCT-02 wind centroid height
Ballast weight
ballast_weight_kn
SUPPORT-16-SCHED-02 ballast weight
Ballast arm
ballast_arm_m
SUPPORT-16-SCHED-02 ballast lever arm
Required stability ratio
required_stability_ratio
WIND-16-CRIT-02 required stability ratio
Provided slot length
provided_slot_length_mm
TOL-16-CHECK-02 provided movement slot length
Required movement
required_movement_mm
TOL-16-CHECK-02 required movement allowance
Allowed vertical tolerance
allowed_vertical_tolerance_mm
TOL-16-CHECK-02 allowed vertical tolerance
Measured vertical tolerance
measured_vertical_tolerance_mm
TOL-16-CHECK-02 measured vertical tolerance
11 outputs
site_wind_speed_m_s
Site wind speed from the source-owned wind multipliers
Scores if within ±3% of the reference value.
wind_pressure_kpa
Dynamic wind pressure on the temporary panel
Scores if within ±0.3% of the reference value.
temporary_panel_wind_force_kn
Temporary panel wind force
Scores if within ±3% of the reference value.
anchor_demand_kn
Factored demand per anchor
Scores if within ±3% of the reference value.
anchor_capacity_margin_kn
Selected anchor capacity minus demand
Scores if within ±3% of the reference value.
overturning_moment_knm
Overturning moment from wind force
Scores if within ±3% of the reference value.
stability_ratio
Ballast resisting moment divided by overturning moment
Scores if within ±0.3% of the reference value.
stability_margin
Stability ratio minus required stability ratio
Scores if within ±0.3% of the reference value.
slot_length_margin_mm
Provided movement slot length minus required movement
Scores if within ±3% of the reference value.
inspection_tolerance_margin_mm
Allowed tolerance minus measured tolerance
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when anchor, stability, slot, 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 temporary works engineer checking a task-owned synthetic SSC-16 package for wind loading, temporary structural supports, ballast stability, and staging tolerance.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External AS/NZS 1170.2, temporary works, construction inspection, and staging workflows shape the context only; they are not extra data sources for this instance.4 5## Source Objects6 7- Product: `SSC-16-LH-02`8- Stage drawing: `STAGE-16-WIND-02`9- Temporary structure detail: `TEMP-16-STRUCT-02`10- Wind criteria: `WIND-16-CRIT-02`11- Support schedule: `SUPPORT-16-SCHED-02`12- Tolerance checklist: `TOL-16-CHECK-02`13- Temporary works memo: `MEMO-16-TEMPWORKS-02`14 15## Source Values16 17| Item | Value |18|------|-------|19| Regional wind speed | {{ regional_wind_speed_m_s }} m/s |20| Terrain multiplier | {{ terrain_multiplier }} |21| Direction multiplier | {{ direction_multiplier }} |22| Shielding multiplier | {{ shielding_multiplier }} |23| Air density | {{ air_density_kg_m3 }} kg/m3 |24| Force coefficient | {{ force_coefficient }} |25| Temporary panel area | {{ temporary_panel_area_m2 }} m2 |26| Anchor count | {{ anchor_count }} |27| Anchor load factor | {{ anchor_load_factor }} |28| Selected anchor capacity | {{ selected_anchor_capacity_kn }} kN |29| Wind centroid height | {{ wind_centroid_height_m }} m |30| Ballast weight | {{ ballast_weight_kn }} kN |31| Ballast arm | {{ ballast_arm_m }} m |32| Required stability ratio | {{ required_stability_ratio }} |33| Provided slot length | {{ provided_slot_length_mm }} mm |34| Required movement | {{ required_movement_mm }} mm |35| Allowed vertical tolerance | {{ allowed_vertical_tolerance_mm }} mm |36| Measured vertical tolerance | {{ measured_vertical_tolerance_mm }} mm |37 38## Required Checks39 40- Site wind speed equals regional wind speed times the three multipliers.41- Wind pressure equals `0.5 x air_density x site_wind_speed^2 / 1000`.42- Temporary panel wind force equals wind pressure times force coefficient times panel area.43- Anchor demand equals factored wind force divided by anchor count.44- Stability ratio equals ballast resisting moment divided by overturning moment.45- Slot and inspection margins are provided/allowed values minus required/measured values.46 47## Output Format48 49Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack, preserve the source object IDs above, and state whether the baseline checks pass.50 51Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.52 53Include a fenced JSON block with exactly these numeric keys:54 55```json56{57 "site_wind_speed_m_s": <numeric_value>,58 "wind_pressure_kpa": <numeric_value>,59 "temporary_panel_wind_force_kn": <numeric_value>,60 "anchor_demand_kn": <numeric_value>,61 "anchor_capacity_margin_kn": <numeric_value>,62 "overturning_moment_knm": <numeric_value>,63 "stability_ratio": <numeric_value>,64 "stability_margin": <numeric_value>,65 "slot_length_margin_mm": <numeric_value>,66 "inspection_tolerance_margin_mm": <numeric_value>,67 "overall_pass_score": <numeric_value>68}69```70 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.
ssc16_temporary_works_wind_case
Temporary works wind and structural staging case
ssc16-temporary-works-wind-case-preview — hard difficulty, all inputs given.
Temporary works wind and structural staging case. Required outputs: site_wind_speed_m_s, wind_pressure_kpa, temporary_panel_wind_force_kn, anchor_demand_kn, anchor_capacity_margin_kn, overturning_moment_knm
Scenario context and visible inputs.
Executable tool: temporary-works-wind-structural-staging-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"site_wind_speed_m_s": <number>,
"wind_pressure_kpa": <number>,
"temporary_panel_wind_force_kn": <number>,
"anchor_demand_kn": <number>,
"anchor_capacity_margin_kn": <number>,
"overturning_moment_knm": <number>,
"stability_ratio": <number>,
"stability_margin": <number>,
"slot_length_margin_mm": <number>,
"inspection_tolerance_margin_mm": <number>,
"overall_pass_score": <number>
}