{% extends 'base.html' %}{% block heading %}Learning Course{% endblock %}{% block content %}
IF YOU DO NOT KNOW WHAT TO DO, START HERE

Wize teaches the decision before asking you to use the tool.

The course is designed for a beginner. Every lesson answers: What problem does this concept solve? What do the words mean? Why would I use it? What are the steps? What does the example look like? What does it not prove? What should I do next?

1 · Find the GoalConnected Whys turn uncertainty into a Need Goal.
2 · Test the GoalPERT exposes time/stress uncertainty.
3 · Design executionTasks + management + communication structure.
4 · Add strategy lensesMarket, finance, risk, operations and competitive analysis.
5 · Final Project PlanOne report tells the user what to do next and what assumptions to challenge.
HOW EACH LESSON WORKS

Plain English → full acronym names → animated example → actual process → worked example → limitations → quiz → live tool → Wize Need. Manim scenes are bundled for every lesson. If a deployment has not pre-rendered them yet, the same page shows an immediate interactive browser animation.

{% for l in lessons %}
{{l.chapter}}{% if progress.get(l.slug,{}).get('completed') %}✓ Complete{% else %}{{l.minutes}} min{% endif %}

{{l.title}}

{{l.question}}
{{l.why}}

Learn + watch + try →{{ progress.get(l.slug,{}).get('best_score',0) }}%
{% endfor %}
{% endblock %}