Pedestrian clearance time s
pedestrian_clearance_time_s
Pedestrian clearance time
Scores if within ±3% of the reference value.
Calculates source-bound forecourt interface metrics from a deterministic SSC-08 task-owned source pack. The template combines pedestrian clearance timing, all-red timing, forecourt density, discharge width, forecourt illuminance, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
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.
Crossing length
crossing_length_m
SIGNAL-08-TIMING-07 crossing length
Pedestrian speed
pedestrian_speed_m_s
AUTH-08-ROAD-07 pedestrian speed
Startup time
startup_time_s
AUTH-08-ROAD-07 startup time
Provided pedestrian phase
provided_pedestrian_phase_s
SIGNAL-08-TIMING-07 provided pedestrian phase
Approach speed kmh
approach_speed_kmh
SIGNAL-08-TIMING-07 approach speed
Crossing width
crossing_width_m
FORECOURT-08-PLAN-07 crossing width
Reaction time
reaction_time_s
AUTH-08-ROAD-07 reaction time
Provided all red
provided_all_red_s
SIGNAL-08-TIMING-07 provided all-red time
Forecourt area
forecourt_area_m2
FORECOURT-08-PLAN-07 forecourt area
Peak forecourt demand
peak_forecourt_demand_persons
PED-08-DEMAND-07 peak forecourt demand
Maximum forecourt density person m2
maximum_forecourt_density_person_m2
PED-08-DEMAND-07 maximum forecourt density
Discharge width factor mm per person
discharge_width_factor_mm_per_person
PED-08-DEMAND-07 discharge width factor
Provided discharge width
provided_discharge_width_mm
FORECOURT-08-PLAN-07 provided discharge width
Luminaire lumens
luminaire_lumens
LIGHT-08-LAYOUT-07 luminaire lumens
Luminaire count
luminaire_count
LIGHT-08-LAYOUT-07 luminaire count
Light loss factor
light_loss_factor
LIGHT-08-LAYOUT-07 light loss factor
Utilization factor
utilization_factor
LIGHT-08-LAYOUT-07 utilization factor
Target illuminance
target_illuminance_lux
LIGHT-08-LAYOUT-07 target illuminance
11 outputs
pedestrian_clearance_time_s
Pedestrian clearance time
Scores if within ±3% of the reference value.
pedestrian_phase_margin_s
Provided phase minus pedestrian clearance time
Scores if within ±3% of the reference value.
all_red_time_s
All-red time
Scores if within ±3% of the reference value.
all_red_margin_s
Provided all-red time minus required all-red time
Scores if within ±3% of the reference value.
forecourt_density_person_m2
Forecourt density
Scores if within ±3% of the reference value.
forecourt_density_margin_person_m2
Maximum forecourt density minus actual density
Scores if within ±3% of the reference value.
required_discharge_width_mm
Required discharge width
Scores if within ±3% of the reference value.
discharge_width_margin_mm
Provided discharge width minus required width
Scores if within ±3% of the reference value.
forecourt_average_illuminance_lux
Forecourt average illuminance
Scores if within ±3% of the reference value.
illuminance_margin_lux
Average illuminance minus target
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when forecourt interface 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 civil/transport engineer checking a task-owned synthetic SSC-08 pedestrian clearance, building forecourt, and signal interface package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External pedestrian clearance, all-red timing, forecourt density, discharge width, and lighting workflows shape the practice context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-08-LH-07`8- Station/forecourt plan: `FORECOURT-08-PLAN-07`9- Pedestrian demand schedule: `PED-08-DEMAND-07`10- Signal timing sheet: `SIGNAL-08-TIMING-07`11- Lighting layout: `LIGHT-08-LAYOUT-07`12- Road authority criterion: `AUTH-08-ROAD-07`13- Interface memo: `MEMO-08-INTERFACE-07`14 15## Source Values16 17| Item | Value |18|------|-------|19| Crossing length | {{ crossing_length_m }} m |20| Pedestrian speed | {{ pedestrian_speed_m_s }} m/s |21| Startup time | {{ startup_time_s }} s |22| Provided pedestrian phase | {{ provided_pedestrian_phase_s }} s |23| Approach speed | {{ approach_speed_kmh }} km/h |24| Crossing width | {{ crossing_width_m }} m |25| Reaction time | {{ reaction_time_s }} s |26| Provided all-red time | {{ provided_all_red_s }} s |27| Forecourt area | {{ forecourt_area_m2 }} m2 |28| Peak forecourt demand | {{ peak_forecourt_demand_persons }} persons |29| Maximum forecourt density | {{ maximum_forecourt_density_person_m2 }} persons/m2 |30| Discharge width factor | {{ discharge_width_factor_mm_per_person }} mm/person |31| Provided discharge width | {{ provided_discharge_width_mm }} mm |32| Luminaire lumens | {{ luminaire_lumens }} lm |33| Luminaire count | {{ luminaire_count }} |34| Light loss factor | {{ light_loss_factor }} |35| Utilization factor | {{ utilization_factor }} |36| Target illuminance | {{ target_illuminance_lux }} lux |37 38## Checks39 40- Pedestrian clearance time equals crossing length divided by pedestrian speed plus startup time.41- Pedestrian phase margin equals provided pedestrian phase minus clearance time.42- All-red time equals reaction time plus crossing width divided by approach speed.43- Forecourt density equals peak forecourt demand divided by forecourt area.44- Required discharge width equals peak forecourt demand times discharge width factor.45- Forecourt average illuminance uses luminaire lumens, count, light loss factor, utilization factor, and area.46- Overall pass score is `1.0` only when pedestrian phase, all-red, density, discharge width, and illuminance checks pass; otherwise it is `0.0`.47 48## Output Format49 50Write a compact interface memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.51 52Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.53 54Include a fenced JSON block with exactly these numeric keys:55 56```json57{58 "pedestrian_clearance_time_s": <numeric_value>,59 "pedestrian_phase_margin_s": <numeric_value>,60 "all_red_time_s": <numeric_value>,61 "all_red_margin_s": <numeric_value>,62 "forecourt_density_person_m2": <numeric_value>,63 "forecourt_density_margin_person_m2": <numeric_value>,64 "required_discharge_width_mm": <numeric_value>,65 "discharge_width_margin_mm": <numeric_value>,66 "forecourt_average_illuminance_lux": <numeric_value>,67 "illuminance_margin_lux": <numeric_value>,68 "overall_pass_score": <numeric_value>69}70```71 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.
ssc08_forecourt_signal_case
Pedestrian clearance, forecourt, and signal interface case
ssc08-forecourt-signal-ssc08-forecourt-signal-case-preview — hard difficulty, all inputs given.
Pedestrian clearance, forecourt, and signal interface case. ssc08-forecourt-signal. Required outputs: pedestrian_clearance_time_s, pedestrian_phase_margin_s, all_red_time_s, all_red_margin_s, forecourt_density_person_m2, forecourt_density_margin_person_m2
Scenario context and visible inputs.
Executable tool: pedestrian-clearance-forecourt-signal-interface-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"pedestrian_clearance_time_s": <number>,
"pedestrian_phase_margin_s": <number>,
"all_red_time_s": <number>,
"all_red_margin_s": <number>,
"forecourt_density_person_m2": <number>,
"forecourt_density_margin_person_m2": <number>,
"required_discharge_width_mm": <number>,
"discharge_width_margin_mm": <number>,
"forecourt_average_illuminance_lux": <number>,
"illuminance_margin_lux": <number>,
"overall_pass_score": <number>
}