{# 04 / DIFFICULTY — synthesis-curated drivers list. Spec § 4. #}
04 / DIFFICULTY

What makes this site hard (or easy)

Rather than a single 1–10 score, here’s what we actually observed and how each factor affects effort.

{% set drivers = (report.synthesis_result.difficulty_drivers if report.synthesis_result else []) %} {% if drivers %} {% else %}

No difficulty drivers were synthesised for this scan.

{# T18: difficulty_drivers prompt failed -- offer a free per-section #} {# retry. Once the rerun succeeds the `drivers` truthy branch above #} {# fires and the button is no longer rendered. #} {% if synthesis_section_failed(report, 'difficulty_drivers') %} {% with section_name='difficulty_drivers', section_label='difficulty drivers' %} {% include 'partials/retry_section.html' %} {% endwith %} {% endif %} {% endif %}