diff --git a/physics/templates/physics/exam_scores_user.html b/physics/templates/physics/exam_scores_user.html index 7836b5ae..806d8973 100644 --- a/physics/templates/physics/exam_scores_user.html +++ b/physics/templates/physics/exam_scores_user.html @@ -22,7 +22,13 @@ {% endif %}
-
{{ question.stem|safe }}
+
+ {% if request.user.is_authenticated %} + {{ question.stem|safe }} + {% else %} + {{ question.stem|safe }} + {% endif %} +