{% if not ONLINE %} WARNING: You do not appear to be online! You will not be able to download new files or submit assignments. {% endif %} {% if ANDREWID in COURSEDATA['admin-andrewids'] %}
Admin
debug {% endif %}

{{COURSE}} - Techela in a flask (version {{version}})

You registered as {{NAME}} ({{ANDREWID}}) (Change registration information)
Your course files are in {{COURSEDIR}}
Syllabus
Course schedule
New Notebook (opens in a new browser tab). {{announcements | safe}}

Your Lectures

These are your local copies. You can edit them and add your own notes.
    {% for label, status,keywords in lectures %}
  • {{ label }} ({{ status | safe}})
  • {% endfor %}

Course Lectures

These are the notes that I have used in class. Each time you open one, it will download the latest copy of the notes, so anything you change in these files may be lost each time you open the link.
    {% for label, status, keywords in lectures %}
  • {{ label }} {{keywords}} {% endfor %}

Assignments

You should only open assignments by clicking on these links. {% for label, path, status, color, duedate, turnedin, solution in assignments4templates %} {% endfor %}
label status due date submit turned in solution
{{ label }} {{ status | safe }} {{duedate}} Submit {{turnedin}} {% if solution %} {{solution}} {% else %} Not available yet {% endif %}

Graded assignments

When you get your graded assignment returned by email, save the attachment to this directory {{COURSEDIR}}graded-assignments. They will appear below for you to open. {% for fname, grade, grader in graded_assignments %} {% endfor %}
filename grade graded-by
{{ fname }} {{grade|round(3)}} {{grader}}