Phi source delta deg
phi_source_delta_deg
Absolute difference between CPT and lab friction angle values
Scores if within ±3% of the reference value.
Calculates source-bound ground investigation repair metrics from a deterministic SSC-07 task-owned source pack. The template combines CPT/lab parameter comparison, adopted repaired phi, affected bearing, wall, and grid checks, and comment closeout.
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.
13 inputs
Included directly in every task prompt.
Cpt phi deg
cpt_phi_deg
CPT-07-REPAIR-01 CPT-derived friction angle
Lab phi deg
lab_phi_deg
LAB-07-REPAIR-01 lab-derived friction angle
Adopted phi deg
adopted_phi_deg
MEMO-07-REPAIR-01 adopted repaired friction angle
Spt n1 60
spt_n1_60
GIR-07-REVIEW-01 reviewed corrected N1,60
Minimum n1 60
minimum_n1_60
CALC-07-AFFECTED-01 minimum corrected N1,60
Applied bearing pressure
applied_bearing_pressure_kpa
CALC-07-AFFECTED-01 applied bearing pressure
Repaired allowable bearing
repaired_allowable_bearing_kpa
CALC-07-AFFECTED-01 repaired allowable bearing pressure
Wall sliding fs
wall_sliding_fs
CALC-07-AFFECTED-01 repaired wall sliding factor of safety
Minimum wall sliding fs
minimum_wall_sliding_fs
MEMO-07-REPAIR-01 minimum wall sliding factor of safety
Repaired grid resistance
repaired_grid_resistance_ohm
CALC-07-AFFECTED-01 repaired grounding grid resistance
Maximum grid resistance
maximum_grid_resistance_ohm
MEMO-07-REPAIR-01 maximum grid resistance
Closed comments
closed_comments
GIR-07-REVIEW-01 closed parameter-review comments
Total comments
total_comments
GIR-07-REVIEW-01 total parameter-review comments
9 outputs
phi_source_delta_deg
Absolute difference between CPT and lab friction angle values
Scores if within ±3% of the reference value.
adopted_phi_deg
Adopted repaired friction angle
Scores if within ±3% of the reference value.
spt_n1_60_margin
Corrected N1,60 minus minimum N1,60
Scores if within ±3% of the reference value.
bearing_utilization
Applied bearing pressure divided by repaired allowable bearing
Scores if within ±3% of the reference value.
bearing_margin_kpa
Repaired allowable bearing minus applied bearing pressure
Scores if within ±3% of the reference value.
wall_sliding_fs_margin
Wall sliding factor of safety minus minimum sliding factor of safety
Scores if within ±3% of the reference value.
grid_resistance_margin_ohm
Maximum grid resistance minus repaired grid resistance
Scores if within ±3% of the reference value.
comment_closeout_percent
Closed comments divided by total comments
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when source adoption, affected checks, and comments pass
Scores if within ±3% 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-07 ground investigation review and parameter repair package for `SSC-07-LH-08`.2 3Use only the task-owned synthetic source pack values shown below for numeric grading.4 5## Source Pack6 7- Ground investigation review: `GIR-07-REVIEW-01`8- CPT repair source: `CPT-07-REPAIR-01`9- Lab/test repair source: `LAB-07-REPAIR-01`10- Affected calculation excerpts: `CALC-07-AFFECTED-01`11- Geotechnical review response: `MEMO-07-REPAIR-01`12 13## Source Values14 15| Item | Value |16|---|---:|17| CPT-derived phi | {{ cpt_phi_deg }} degrees |18| Lab-test phi | {{ lab_phi_deg }} degrees |19| Adopted repaired phi | {{ adopted_phi_deg }} degrees |20| SPT N1,60 | {{ spt_n1_60 }} |21| Minimum N1,60 | {{ minimum_n1_60 }} |22| Applied bearing pressure | {{ applied_bearing_pressure_kpa }} kPa |23| Repaired allowable bearing | {{ repaired_allowable_bearing_kpa }} kPa |24| Wall sliding FS | {{ wall_sliding_fs }} |25| Minimum wall sliding FS | {{ minimum_wall_sliding_fs }} |26| Repaired grid resistance | {{ repaired_grid_resistance_ohm }} ohm |27| Maximum grid resistance | {{ maximum_grid_resistance_ohm }} ohm |28| Closed comments | {{ closed_comments }} |29| Total comments | {{ total_comments }} |30 31Compute the phi source delta, adopted phi, SPT margin, bearing utilization and margin, wall sliding margin, grid resistance margin, comment closeout, and overall pass score.32 33Write a compact source-bound geotechnical review response to `/workspace/output.md`. Preserve the source IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.34 35Do not claim authority approval, accepted project evidence, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.36 37Include a fenced JSON block with exactly these numeric keys:38 39```json40{41 "phi_source_delta_deg": <numeric_value>,42 "adopted_phi_deg": <numeric_value>,43 "spt_n1_60_margin": <numeric_value>,44 "bearing_utilization": <numeric_value>,45 "bearing_margin_kpa": <numeric_value>,46 "wall_sliding_fs_margin": <numeric_value>,47 "grid_resistance_margin_ohm": <numeric_value>,48 "comment_closeout_percent": <numeric_value>,49 "overall_pass_score": <numeric_value>50}51```52 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.
ssc07_parameter_repair_case
Ground investigation package for one parameter repair and affected-design recheck
parameter-repair-ssc07-parameter-repair-case-preview — hard difficulty, all inputs given.
Ground investigation package for one parameter repair and affected-design recheck. parameter-repair. Required outputs: phi_source_delta_deg, adopted_phi_deg, spt_n1_60_margin, bearing_utilization, bearing_margin_kpa, wall_sliding_fs_margin
Scenario context and visible inputs.
Executable tool: ground-investigation-parameter-repair-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"phi_source_delta_deg": <number>,
"adopted_phi_deg": <number>,
"spt_n1_60_margin": <number>,
"bearing_utilization": <number>,
"bearing_margin_kpa": <number>,
"wall_sliding_fs_margin": <number>,
"grid_resistance_margin_ohm": <number>,
"comment_closeout_percent": <number>,
"overall_pass_score": <number>
}