{% extends "Students/lecturerbase.html" %}
{% block content %}
| ID | Subjekt | Frage | Problemtyp |
|---|---|---|---|
| {{rat.id}} | {% for subject in rat.subjects_and_conceptss%}{{subject.subject}} | {% endfor %} {% for question in question_list[ns.counter] %}{{question}} | {% endfor%}{{problem_types[ns.counter][0]}} |