{% extends 'base.html' %} {% load static %} {% block tittle %}随机题目{% endblock tittle %} {% block body %} 答题 {% if question %} 题目: 你的得分:{{ user.score }} {{ question.question_text }} {% if question.image %} {% endif %} {% csrf_token %} A:{{ question.choice_a }} B:{{ question.choice_b }} C:{{ question.choice_c }} D:{{ question.choice_d }} 提交答案 {% else %} 没有提穆啦 你的分数是:{{ user.score }} 历史记录 贡献题目 前往学习 {% endif %} {% endblock body %} {% block script %} {% endblock script %}
{{ question.question_text }}
没有提穆啦