Commit 1072e48a by Christina Roberts Committed by GitHub

Merge pull request #350 from edx/christina/ed-396

Remove credit and progress page references.
parents 2341fea6 b3357176
...@@ -2,3 +2,5 @@ Chris Dodge <cdodge@edx.org> ...@@ -2,3 +2,5 @@ Chris Dodge <cdodge@edx.org>
Muhammad Shoaib <mshoaib@edx.org> Muhammad Shoaib <mshoaib@edx.org>
Afzal Wali <afzal@edx.org> Afzal Wali <afzal@edx.org>
Mushtaq Ali <mushtaak@gmail.com> Mushtaq Ali <mushtaak@gmail.com>
Christina Roberts <christina@edx.org>
...@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform. ...@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = '0.18.0' __version__ = '0.18.1'
default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
{% blocktrans %} {% blocktrans %}
Your proctored exam "{{ exam_name }}" in Your proctored exam "{{ exam_name }}" in
<a href="{{ course_url }}">{{ course_name }}</a> was reviewed and you <a href="{{ course_url }}">{{ course_name }}</a> was reviewed and you
met all exam requirements. You can view your grade on the course met all exam requirements.
progress page.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
Practice exams do not affect your grade or your credit eligibility. Practice exams do not affect your grade.
You have completed this practice exam and can continue with your course work. You have completed this practice exam and can continue with your course work.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<div class="msg-content"> <div class="msg-content">
{% blocktrans %} {% blocktrans %}
If you take this exam without proctoring, you will <strong> no longer be eligible for academic credit. </strong> If you take this exam without proctoring, you will not be eligible for course credit or the MicroMasters credential if either applies to this course.
{% endblocktrans %} {% endblocktrans %}
</div> </div>
<div class="proctored-exam-skip-actions"> <div class="proctored-exam-skip-actions">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<button class="gated-sequence start-timed-exam action-primary" 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 action-primary" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>
{% trans "Continue to my proctored exam. I want to be eligible for credit." %} {% trans "Continue to my proctored exam." %}
<span class="icon fa fa-arrow-circle-right" aria-hidden="true"></span> <span class="icon fa fa-arrow-circle-right" aria-hidden="true"></span>
<p> <p>
{% blocktrans %} {% blocktrans %}
......
...@@ -14,12 +14,6 @@ ...@@ -14,12 +14,6 @@
the exam and complete all problems again. the exam and complete all problems again.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<hr>
<p>
{% blocktrans %}
View your credit eligibility status on your <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
</p>
</div> </div>
<div class="footer-sequence border-b-0 padding-b-0"> <div class="footer-sequence border-b-0 padding-b-0">
<p> <p>
......
...@@ -10,10 +10,4 @@ ...@@ -10,10 +10,4 @@
Because the due date has passed, you are no longer able to take this exam. Because the due date has passed, you are no longer able to take this exam.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<hr>
<p>
{% blocktrans %}
View your credit eligibility status on your <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
</p>
</div> </div>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your <a href="{{progress_page_url}}">Progress</a> page for a list of requirements and your status for each. You did not satisfy the requirements for taking this exam with proctoring.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
{% endif %} {% endif %}
<p> <p>
{% blocktrans %} {% blocktrans %}
If you have questions about the status of your requirements for course credit, contact {{ platform_name }} Support. If you have questions about the status of your requirements, contact {{ platform_name }} Support.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
</div> </div>
......
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
<a href="#" class="proctored-decline-exam" data-action="decline" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}"> <a href="#" class="proctored-decline-exam" data-action="decline" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}">
{% trans "Take this exam without proctoring." %} {% trans "Take this exam without proctoring." %}
</a> </a>
{% trans "Doing so means that you are no longer eligible for academic credit." %}
</p> </p>
{% endif %} {% endif %}
</div> </div>
...@@ -111,8 +110,7 @@ ...@@ -111,8 +110,7 @@
var action = $(this).data('action'); var action = $(this).data('action');
var msg = gettext( var msg = gettext(
"Are you sure you want to take this exam without proctoring? " + "Are you sure you want to take this exam without proctoring?"
"You will no longer be eligible to use this course for academic credit."
); );
if (!confirm(msg)) { if (!confirm(msg)) {
return; return;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your <a href="{{progress_page_url}}">Progress</a> page for a list of requirements in the order that they must be completed. You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</p> </p>
<p> <p>
{% blocktrans %} {% blocktrans %}
You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your <a href="{{progress_page_url}}">Progress</a> page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit. You can take this exam with proctoring only when all prerequisites have been successfully completed.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
......
...@@ -4,10 +4,5 @@ ...@@ -4,10 +4,5 @@
<button class="gated-sequence start-timed-exam" data-attempt-proctored=false> <button class="gated-sequence start-timed-exam" data-attempt-proctored=false>
{% trans "Take this exam without proctoring." %} {% trans "Take this exam without proctoring." %}
<span class="icon fa fa-arrow-circle-right" aria-hidden="true"></span> <span class="icon fa fa-arrow-circle-right" aria-hidden="true"></span>
<p>
{% blocktrans %}
I am not interested in academic credit.
{% endblocktrans %}
</p>
</button> </button>
{% endif %} {% endif %}
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
After you submit your exam, your responses are graded and your proctoring session is reviewed. After you submit your exam, your responses are graded and your proctoring session is reviewed.
You might be eligible to earn academic credit for this course if you complete all required exams
as well as achieve a final grade that meets credit requirements for the course.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<button type="button" name="submit-proctored-exam" class="exam-action-button btn btn-pl-primary btn-base" data-action="submit" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}"> <button type="button" name="submit-proctored-exam" class="exam-action-button btn btn-pl-primary btn-base" data-action="submit" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}">
......
...@@ -8,18 +8,10 @@ ...@@ -8,18 +8,10 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
You are no longer eligible for academic credit for this course, regardless of your final grade.
If you have questions about the status of your proctored exam results, contact {{ platform_name }} Support. If you have questions about the status of your proctored exam results, contact {{ platform_name }} Support.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
{% include 'proctored_exam/visit_exam_content.html' %} {% include 'proctored_exam/visit_exam_content.html' %}
<hr>
<p>
{% blocktrans %}
View your credit eligibility status on your <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
</p>
</div> </div>
<div class="footer-sequence border-b-0 padding-b-0"> <div class="footer-sequence border-b-0 padding-b-0">
<p> <p>
......
...@@ -24,11 +24,5 @@ ...@@ -24,11 +24,5 @@
If you have questions about the status of your proctored exam results, contact {{ platform_name }} Support. If you have questions about the status of your proctored exam results, contact {{ platform_name }} Support.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<hr>
<p>
{% blocktrans %}
View your credit eligibility status on your <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
</p>
</div> </div>
{% include 'proctored_exam/footer.html' %} {% include 'proctored_exam/footer.html' %}
...@@ -6,18 +6,6 @@ ...@@ -6,18 +6,6 @@
{% endblocktrans %} {% endblocktrans %}
</h3> </h3>
<p>
{% blocktrans %}
You are eligible to purchase academic credit for this course if you complete all required exams
and also achieve a final grade that meets the credit requirements for the course.
{% endblocktrans %}
</p>
{% include 'proctored_exam/visit_exam_content.html' %} {% include 'proctored_exam/visit_exam_content.html' %}
<hr>
<p>
{% blocktrans %}
View your credit eligibility status on your <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
</p>
</div> </div>
{% include 'proctored_exam/footer.html' %} {% include 'proctored_exam/footer.html' %}
...@@ -35,10 +35,4 @@ ...@@ -35,10 +35,4 @@
} }
); );
</script> </script>
{% elif has_due_date %}
<p>
{% blocktrans %}
After the due date for this exam has passed, you will be able to review your answers on this page.
{% endblocktrans %}
</p>
{% endif %} {% endif %}
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
</h3> </h3>
<hr> <hr>
<p> <p>
{% blocktrans %}
Your grade for this timed exam will be immediately available on the <a href="{{progress_page_url}}">Progress</a> page.
{% endblocktrans %}
{% if will_be_revealed %} {% if will_be_revealed %}
{% blocktrans %} {% blocktrans %}
After the due date has passed, you can review the exam, but you cannot change your answers. After the due date has passed, you can review the exam, but you cannot change your answers.
......
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