{% extends "base.html" %} {% load richtext %} {% block title %}{{ course.title|exam_marks }} - Free Lessons & Practice Questions{% endblock %} {% block meta_description %}{{ course.description|exam_marks|striptags|truncatewords:30 }}{% endblock %} {% block og_title %}{{ course.title|exam_marks }}{% endblock %} {% block og_description %}{{ course.description|exam_marks|striptags|truncatewords:30 }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {{ course.get_program_display|exam_marks }}
📚 Part of the {{ parent_course.title|exam_marks }} series — this course expands one of its topics in depth.
{% endif %}{{ course.description|exam_marks }}
{% if deep_dives %}Work through the overview below, then dive into any of these {{ deep_dives|length }} focused course{{ deep_dives|length|pluralize }}. Each one expands a single topic with more explanation, labeled diagrams, and extra practice questions.
No lessons yet.
{% endfor %}📝 Interactive Practice (Recommended)
Practice one question at a time with instant feedback. See the correct answer and detailed explanation after each response.
Practice writing: answer {{ wcount }} open-ended prompt{{ wcount|pluralize }} in your own words, then grade yourself against a model rubric. No sign-up-only AI — you self-assess.
No practice questions yet.
{% endif %} {% endwith %} {% endblock %}