Receiver construction noise dba
receiver_construction_noise_dba
Construction source level at receiver after distance and barrier loss
Scores if within ±0.3% of the reference value.
Calculates source-bound construction noise, vibration, telemetry, and action-response metrics from a deterministic SSC-12 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.
15 inputs
Included directly in every task prompt.
Source sound power
source_sound_power_dba
EQUIP-12-SOURCE-04 construction source sound power
Receiver distance
receiver_distance_m
RCV-12-MAP-04 receiver distance
Barrier insertion loss
barrier_insertion_loss_db
STAGE-12-CONST-04 temporary barrier insertion loss
Background level
background_level_dba
RCV-12-MAP-04 background level
Noise action threshold
noise_action_threshold_dba
MON-12-CRIT-04 noise action threshold
Forcing frequency
forcing_frequency_hz
EQUIP-12-SOURCE-04 vibration forcing frequency
Ground natural frequency
ground_natural_frequency_hz
RCV-12-MAP-04 source path natural frequency
Damping ratio
damping_ratio
RCV-12-MAP-04 path damping ratio
Source vibration velocity
source_vibration_velocity_mm_s
EQUIP-12-SOURCE-04 source vibration velocity
Vibration path factor
vibration_path_factor
RCV-12-MAP-04 vibration path factor
Vibration action threshold
vibration_action_threshold_mm_s
MON-12-CRIT-04 vibration action threshold
Telemetry capacity mb day
telemetry_capacity_mb_day
MON-12-CRIT-04 telemetry capacity
Telemetry load mb day
telemetry_load_mb_day
MON-12-CRIT-04 telemetry load
Allowed response
allowed_response_h
LOG-12-ACTION-04 allowed complaint response time
Planned response
planned_response_h
LOG-12-ACTION-04 planned complaint response time
9 outputs
receiver_construction_noise_dba
Construction source level at receiver after distance and barrier loss
Scores if within ±0.3% of the reference value.
combined_construction_noise_dba
Logarithmic sum of construction receiver noise and background
Scores if within ±0.3% of the reference value.
noise_action_margin_db
Noise action threshold minus combined construction level
Scores if within ±0.3% of the reference value.
vibration_transmissibility
Damped vibration transmissibility through the construction path
Scores if within ±0.3% of the reference value.
receiver_vibration_velocity_mm_s
Receiver vibration velocity
Scores if within ±0.3% of the reference value.
vibration_action_margin_mm_s
Vibration action threshold minus receiver vibration velocity
Scores if within ±0.3% of the reference value.
monitoring_data_headroom_mb
Telemetry capacity minus daily telemetry load
Scores if within ±0.3% of the reference value.
complaint_response_margin_h
Allowed response time minus planned response time
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when noise, vibration, telemetry, and response 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 checking a task-owned synthetic SSC-12 construction noise and vibration monitoring package.2 3Use only the source pack values below for numeric grading. Construction noise/vibration monitoring practice and FTA-style screening workflows provide context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-12-LH-04`8- Construction staging plan: `STAGE-12-CONST-04`9- Equipment/source schedule: `EQUIP-12-SOURCE-04`10- Receiver map: `RCV-12-MAP-04`11- Monitoring criterion: `MON-12-CRIT-04`12- Complaint/action log: `LOG-12-ACTION-04`13- Construction impact memo: `MEMO-12-CONST-04`14 15Compute receiver construction noise, combined construction noise, noise action margin, vibration transmissibility, receiver vibration velocity, vibration action margin, monitoring data headroom, complaint response margin, and pass score.16 17Write `/workspace/output.md` with a compact memo preserving the object IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.18 19Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.20 21Include a fenced JSON block with exactly these numeric keys:22 23```json24{25 "receiver_construction_noise_dba": <numeric_value>,26 "combined_construction_noise_dba": <numeric_value>,27 "noise_action_margin_db": <numeric_value>,28 "vibration_transmissibility": <numeric_value>,29 "receiver_vibration_velocity_mm_s": <numeric_value>,30 "vibration_action_margin_mm_s": <numeric_value>,31 "monitoring_data_headroom_mb": <numeric_value>,32 "complaint_response_margin_h": <numeric_value>,33 "overall_pass_score": <numeric_value>34}35```36 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.
ssc12_construction_monitoring_case
Construction noise and vibration monitoring case
ssc12-construction-monitoring-case-preview — hard difficulty, all inputs given.
Construction noise and vibration monitoring case. Required outputs: receiver_construction_noise_dba, combined_construction_noise_dba, noise_action_margin_db, vibration_transmissibility, receiver_vibration_velocity_mm_s, vibration_action_margin_mm_s
Scenario context and visible inputs.
Executable tool: construction-noise-vibration-monitoring-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"receiver_construction_noise_dba": <number>,
"combined_construction_noise_dba": <number>,
"noise_action_margin_db": <number>,
"vibration_transmissibility": <number>,
"receiver_vibration_velocity_mm_s": <number>,
"vibration_action_margin_mm_s": <number>,
"monitoring_data_headroom_mb": <number>,
"complaint_response_margin_h": <number>,
"overall_pass_score": <number>
}