Commit b372f8fb by Chris Dodge

address content feedback

parent 65441547
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
This exam is proctored. This exam is proctored.
{% endblocktrans %} {% endblocktrans %}
</h3> </h3>
<p>
{% blocktrans %}
To be eligible to earn credit for this course, you must take and pass the proctoring review for this exam.
{% endblocktrans %}
</p>
<button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false> <button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>
<a> <a>
{% trans "Continue to my proctored exam. I want to be eligible for credit." %} {% trans "Continue to my proctored exam. I want to be eligible for credit." %}
...@@ -19,9 +24,14 @@ ...@@ -19,9 +24,14 @@
</button> </button>
<button class="gated-sequence start-timed-exam" data-attempt-proctored=false> <button class="gated-sequence start-timed-exam" data-attempt-proctored=false>
<a> <a>
{% trans "Take this exam without proctoring. I am not interested in academic credit." %} {% trans "Take this exam without proctoring." %}
</a> </a>
<i class="fa fa-arrow-circle-right"></i> <i class="fa fa-arrow-circle-right"></i>
<p>
{% blocktrans %}
I am not interested in academic credit.
{% endblocktrans %}
</p>
</button> </button>
</div> </div>
<div class="proctored-exam-skip-confirm-wrapper hidden"> <div class="proctored-exam-skip-confirm-wrapper hidden">
......
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