layout | title | sched-activation |
---|---|---|
course |
Schedule |
class="active" |
The working schedule for the course. Future weeks and classes are tentative and subject to change. Past weeks and classes (indicated by a dark background) can only be modified by Internet time travelers.
{% comment %} {% endcomment %} {% for item in site.data.schedule %} {% comment %} {% endcomment %} {% endfor %}Week | Classes | Outcomes (level) | Readings | Activities | Assignments |
---|---|---|---|---|---|
{{ item.week }} |
{% for day in item.days %}
{{ day.prefix }}
{% unless forloop.last %} {% endunless %} {% endfor %} |
{% for outcome in item.outcomes %}
{% if outcome.level != '' %}
{{ outcome.tag }}, {{ outcome.level }}
{% unless forloop.last %} {% endunless %} {% else %} {{ outcome.tag }} {% endif %} {% endfor %} |
{% for entry in item.readings %} {% endfor %} | {% for activity in item.activities %} {{ activity.name }} {% comment %} {{ activity.name | xml_escape }} {% endcomment %} {% endfor %} |
{% for assignment in item.assignments %}
{{ assignment.name | xml_escape }} {% endfor %} |
{% comment %} Week 1