Commit 264d6a6f by Muhammad Shoaib

PHX-46 implemented time is up screen

parent f2082f88
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
with installation and setup instructions. You can also <a href="#">open the installation</a> with installation and setup instructions. You can also <a href="#">open the installation</a>
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div class="exam-code"> <div class="proctored-exam-message">
<h3> <h3>
{% blocktrans %} {% blocktrans %}
Here is your unique exam code. You'll be asked for it during the setup. Here is your unique exam code. You'll be asked for it during the setup.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
Please be prepared to start the exam and follow all the guidelines of an edX proctored exam. Please be prepared to start the exam and follow all the guidelines of an edX proctored exam.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p class="new"> <p class="proctored-exam-option">
{% blocktrans %} {% blocktrans %}
Don't want to take this as a proctored exam? <a href="#">Take this as an open exam instead.</a> Don't want to take this as a proctored exam? <a href="#">Take this as an open exam instead.</a>
{% endblocktrans %} {% endblocktrans %}
......
{% load i18n %} {% load i18n %}
<div class="sequence timed-exam expired"> <div class="critical-time sequence proctored-exam entrance" data-exam-id="{{exam_id}}">
<div class="gated-sequence"> <h3>
{% trans "You have run out of time!" %} {% blocktrans %}
</div> You did not complete the proctored exam in the allotted time
{% endblocktrans %}
</h3>
<p>
{% blocktrans %}
Since you did not submit your exam and proctored session before the time allotted expired. your work cannot be
considered as a proctored exam that's eligible for credit. Any work you've completed may still be counted for
partial credit towards your grade.
{% endblocktrans %}
</p>
<div class="proctored-exam-message">
<p>
{% blocktrans %}
Please see <a href="#">your progress in this course</a> for your general course credit worthiness.
{% endblocktrans %}
</p>
</div>
</div> </div>
{% include 'proctoring/seq_timed_exam_footer.html' %} <div class="footer-sequence border-b-0 padding-b-0">
\ No newline at end of file <span> {% trans "Is there anything i can do to make up/replace this session ?" %} </span>
<p>
{% blocktrans %}
text goes here.
{% endblocktrans %}
</p>
</div>
{% include 'proctoring/seq_timed_exam_footer.html' %}
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