Average illuminance lux
average_illuminance_lux
Average normal-mode illuminance
Scores if within ±0.3% of the reference value.
Calculates source-bound lighting energy metrics from a deterministic SSC-13 task-owned source pack. The template combines lighting layout, controls, LENI/energy profile, emergency load schedule, and criteria checks.
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.
21 inputs
Included directly in every task prompt.
Grid lux 01
grid_lux_01
LIGHT-13-LAYOUT-07 grid point 01
Grid lux 02
grid_lux_02
LIGHT-13-LAYOUT-07 grid point 02
Grid lux 03
grid_lux_03
LIGHT-13-LAYOUT-07 grid point 03
Grid lux 04
grid_lux_04
LIGHT-13-LAYOUT-07 grid point 04
Grid lux 05
grid_lux_05
LIGHT-13-LAYOUT-07 grid point 05
Grid lux 06
grid_lux_06
LIGHT-13-LAYOUT-07 grid point 06
Required illuminance
required_illuminance_lux
CRIT-13-TABLE-07 required normal illuminance
Emergency illuminance
emergency_illuminance_lux
EMERG-13-LOAD-07 emergency illuminance
Required emergency illuminance
required_emergency_illuminance_lux
CRIT-13-TABLE-07 required emergency illuminance
Luminaire
luminaire_count
LIGHT-13-LAYOUT-07 luminaire count
Normal luminaire power
normal_luminaire_power_w
LENI-13-PROFILE-07 normal luminaire power
Control factor
control_factor
CTRL-13-SCHED-07 control factor
Annual operating hours
annual_operating_hours
LENI-13-PROFILE-07 annual operating hours
Area
area_m2
LENI-13-PROFILE-07 assessed area
Target leni
target_leni_kwh_m2_year
CRIT-13-TABLE-07 target LENI
Emergency luminaire power
emergency_luminaire_power_w
EMERG-13-LOAD-07 emergency luminaire power
Exit sign
exit_sign_count
EMERG-13-LOAD-07 exit sign count
Exit sign power
exit_sign_power_w
EMERG-13-LOAD-07 exit sign power
Emergency autonomy
emergency_autonomy_h
EMERG-13-LOAD-07 emergency autonomy
Battery efficiency
battery_efficiency
EMERG-13-LOAD-07 battery efficiency
Battery capacity
battery_capacity_kwh
EMERG-13-LOAD-07 battery capacity
11 outputs
average_illuminance_lux
Average normal-mode illuminance
Scores if within ±0.3% of the reference value.
minimum_illuminance_lux
Minimum normal-mode illuminance
Scores if within ±0.3% of the reference value.
uniformity_ratio
Minimum illuminance divided by average illuminance
Scores if within ±0.3% of the reference value.
illuminance_margin_lux
Average normal illuminance minus required illuminance
Scores if within ±0.3% of the reference value.
emergency_illuminance_margin_lux
Emergency illuminance minus required emergency illuminance
Scores if within ±0.3% of the reference value.
annual_lighting_energy_kwh
Annual controlled lighting energy
Scores if within ±0.3% of the reference value.
leni_kwh_m2_year
Lighting energy numeric indicator
Scores if within ±0.3% of the reference value.
leni_margin_kwh_m2_year
Target LENI minus calculated LENI
Scores if within ±0.3% of the reference value.
emergency_battery_required_kwh
Emergency battery capacity required
Scores if within ±0.3% of the reference value.
emergency_battery_margin_kwh
Installed battery capacity minus required capacity
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when lighting energy and emergency 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 lighting and emergency-mode reviewer checking a task-owned synthetic SSC-13 lighting energy package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External lighting, LENI, emergency-lighting, and backup-power tools shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-13-LH-07`8- Lighting layout: `LIGHT-13-LAYOUT-07`9- Control schedule: `CTRL-13-SCHED-07`10- LENI/energy profile: `LENI-13-PROFILE-07`11- Emergency load schedule: `EMERG-13-LOAD-07`12- Criteria table: `CRIT-13-TABLE-07`13- Lighting-energy memo: `MEMO-13-ENERGY-07`14 15All checks use the same lighting grid, controls, energy profile, emergency load schedule, and criteria table.16 17## Source Values18 19| Item | Value |20|------|-------|21| Lighting grid lux values | {{ grid_lux_01 }}, {{ grid_lux_02 }}, {{ grid_lux_03 }}, {{ grid_lux_04 }}, {{ grid_lux_05 }}, {{ grid_lux_06 }} |22| Required normal/emergency illuminance | {{ required_illuminance_lux }} lux / {{ required_emergency_illuminance_lux }} lux |23| Emergency illuminance | {{ emergency_illuminance_lux }} lux |24| Luminaire count and normal power | {{ luminaire_count }} at {{ normal_luminaire_power_w }} W |25| Control factor and annual hours | {{ control_factor }} / {{ annual_operating_hours }} h |26| Area and LENI target | {{ area_m2 }} m2 / {{ target_leni_kwh_m2_year }} kWh/m2-year |27| Emergency luminaire power | {{ emergency_luminaire_power_w }} W each |28| Exit sign count and power | {{ exit_sign_count }} at {{ exit_sign_power_w }} W |29| Emergency autonomy and battery efficiency | {{ emergency_autonomy_h }} h / {{ battery_efficiency }} |30| Battery capacity | {{ battery_capacity_kwh }} kWh |31 32## Output Format33 34Write a compact lighting-energy 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.35 36Include a fenced JSON block with exactly these numeric keys:37 38```json39{40 "average_illuminance_lux": <numeric_value>,41 "minimum_illuminance_lux": <numeric_value>,42 "uniformity_ratio": <numeric_value>,43 "illuminance_margin_lux": <numeric_value>,44 "emergency_illuminance_margin_lux": <numeric_value>,45 "annual_lighting_energy_kwh": <numeric_value>,46 "leni_kwh_m2_year": <numeric_value>,47 "leni_margin_kwh_m2_year": <numeric_value>,48 "emergency_battery_required_kwh": <numeric_value>,49 "emergency_battery_margin_kwh": <numeric_value>,50 "overall_pass_score": <numeric_value>51}52```53 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.
ssc13_lighting_energy_case
Lighting energy and emergency mode case
ssc13-lighting-energy-ssc13-lighting-energy-case-preview — hard difficulty, all inputs given.
Lighting energy and emergency mode case. ssc13-lighting-energy. Required outputs: average_illuminance_lux, minimum_illuminance_lux, uniformity_ratio, illuminance_margin_lux, emergency_illuminance_margin_lux, annual_lighting_energy_kwh
Scenario context and visible inputs.
Executable tool: lighting-energy-emergency-mode-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"average_illuminance_lux": <number>,
"minimum_illuminance_lux": <number>,
"uniformity_ratio": <number>,
"illuminance_margin_lux": <number>,
"emergency_illuminance_margin_lux": <number>,
"annual_lighting_energy_kwh": <number>,
"leni_kwh_m2_year": <number>,
"leni_margin_kwh_m2_year": <number>,
"emergency_battery_required_kwh": <number>,
"emergency_battery_margin_kwh": <number>,
"overall_pass_score": <number>
}