{% extends "base.html" %} {% block body %} {% for s in semesters %} {% if enrolls_by_sem[s.semid] or loop.first %}

{{ s.name }}

{% endif %} {% endfor %}

Tools

News

2022-02-27It is now possible to copy topics and their posts between courses. Buttons have access keys set to their first letters.
2021-09-28We changed structure of URLs to include semester code, so that we can recycle course IDs.
2021-05-21Teachers can now download results in CSV or JSON.
2021-04-20Added a Reply button for quoting of posts.
2021-03-13Added syntax highlighting for C, C++, Python, Haskell, and Prolog. Use ```python in Markdown to start a code block. Ask for more languages if needed.
2021-03-12Courses are now split to semesters. There is a setting to show PDF attachments inline. A new type of topic was defined for awarding of points.
2021-03-08We now support grading of solutions by other students.
2021-02-19The Owl has a manual.
{% endblock %}