Commit 231d3e62 by Douglas Hall

Remove extra space from instructional text for timed exams

parent 769e1859
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
</strong> </strong>
{% trans "After you select " %} {% trans "After you select " %}
<strong> <strong>
{% trans "I am ready to start this timed exam" %} {% trans "I am ready to start this timed exam," %}
</strong> </strong>
{% trans ", you will have "%} {{total_time|lower}} {% trans " to complete and submit the exam." %} {% trans "you will have "%} {{total_time|lower}} {% trans " to complete and submit the exam." %}
</p> </p>
<button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}"> <button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}">
<a> <a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment