You must be logged in to view this content
{% else %} {% get_random_question section block request.user as rq %} {% for question in block.question_set.all %} {% if rq.id == question.id %} {% include 'quizblock_random/question.html' %} {% endif %} {% endfor %} {% if block.rhetorical %} {% endif %} {% endif %}