{% extends "bee_django_course_simple/base.html" %} {% load bee_django_course_simple_filter %} {% block styles %} {% endblock %} {% block content %}
问题 | 课件 | 正确答案 | |
---|---|---|---|
{{ question.title }} | {{ question.part.section}} | {% for option in question.get_correct_options %} {{ option.title }}{% if not forloop.last %},{% endif %} {% endfor %} | 答题情况 |