{{ lesson.plain_name }}
{{ lesson.concept }}
{% if lesson.acronyms %}
{% for a in lesson.acronyms %}
{% endif %}
{{ a.long }}{{ a.short }}
{% endfor %}
When Wize uses {{ a.short }}, it means {{ a.long }}.
- {% for s in lesson.process %}
- {{loop.index}}
{{s}}
{% endfor %}
{{lesson.formula}}
Worked example
{{lesson.example}}
{{lesson.use_when}}
{{lesson.limitations}}
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 }} →