TalkSmart

◆ English Learning Platform

Course Type: {% if course_type == 'short' %}Short Course{% else %}Learning Course{% endif %}
Generated: {{ date }}
Course Outline {% if course.description %}

{{ course.description }}

{% else %}

This document provides a complete outline of topics covered in this course to help you track your learning progress.

{% endif %}
{% if course_outline %} {% for section_title, topics in course_outline.items() %}

{% if section_title %}{{ section_title }}{% else %}Week {{ loop.index }}{% endif %}

{{ topics|length }} topic{% if topics|length != 1 %}s{% endif %}
    {% for topic in topics %}
  1. Topic {{ loop.index }}: {{ topic.title }}
  2. {% endfor %}
{% if loop.index % 6 == 0 and not loop.last %}
{% endif %} {% endfor %} {% else %}
📋

No outline available for this course.

Please contact your instructor for more information.

{% endif %}

Course Information

  • Total Sections: {{ course_outline|length }}
  • Total Topics: {{ topics_count }}