{% extends 'base.html' %} {% block heading %}{{ lesson.title }}{% endblock %} {% block content %}
THE QUESTION THIS LESSON HELPS YOU ANSWER

{{ lesson.question }}

{{ lesson.why }}

Try the live tool: {{ lesson.tool_label }} →Read the Strategy Handbook
PLAIN ENGLISH FIRST

{{ lesson.plain_name }}

{{ lesson.concept }}

{% if lesson.acronyms %}
{% for a in lesson.acronyms %}
{{ a.long }}{{ a.short }}

When Wize uses {{ a.short }}, it means {{ a.long }}.

{% endfor %}
{% endif %}
WHAT TO DO — IN ORDER
    {% for s in lesson.process %}
  1. {{loop.index}}

    {{s}}

  2. {% endfor %}
MODEL / FORMULA
{{lesson.formula}}

Worked example

{{lesson.example}}

WHEN TO USE IT

{{lesson.use_when}}

WHAT THIS DOES NOT PROVE

{{lesson.limitations}}

TURN LEARNING INTO ACTION

Do not stop at the lesson.

Use the live tool, decide what the result means for your real project, then turn the conclusion into a complete I need to ___ so that I can ___ statement. The concrete Need becomes a Goal and should be PERT-assessed before execution.

{{ lesson.tool_label }} →
{% endblock %}