{% 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.
{% endblocktrans %}
{% blocktrans %}
- If you take this exam without proctoring, you will no longer be eligible for academic credit.
+ 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 %}
{% blocktrans %}
- You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.
+ You did not satisfy the requirements for taking this exam with proctoring.
{% endblocktrans %}
@@ -38,7 +38,7 @@
{% endif %}
{% 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 %}
var action = $(this).data('action');
var msg = gettext(
- "Are you sure you want to take this exam without proctoring? " +
- "You will no longer be eligible to use this course for academic credit."
+ "Are you sure you want to take this exam without proctoring?"
);
if (!confirm(msg)) {
return;
diff --git a/edx_proctoring/templates/proctored_exam/pending-prerequisites.html b/edx_proctoring/templates/proctored_exam/pending-prerequisites.html
index 70aa1ac7995..dda7e94b27e 100644
--- a/edx_proctoring/templates/proctored_exam/pending-prerequisites.html
+++ b/edx_proctoring/templates/proctored_exam/pending-prerequisites.html
@@ -7,7 +7,7 @@
{% 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 Progress 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 %}
@@ -28,7 +28,7 @@
{% blocktrans %}
- You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress 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 %}
{% blocktrans %}
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 %}