From 85c9b5b81b297d3e26c271039bf9d3b628aed92a Mon Sep 17 00:00:00 2001
From: Matt Hughes
{% if onboarding_status == 'onboarding_missing' or onboarding_status == 'onboarding_expired' %}
- {% if onboarding_link %}
- {% blocktrans %}
- Please complete the onboarding exam before attempting this exam.
- {% endblocktrans %}
- {% else %}
- {% blocktrans %}
+
+ {% blocktrans %}
Please complete an onboarding exam before attempting this exam.
- {% endblocktrans %}
- {% endif %}
+ {% endblocktrans %}
+
{% blocktrans %}
- Your onboarding exam is being reviewed. Before attempting this exam, please allow 1-2 days for your onboarding exam to be reviewed.
+ Your onboarding exam failed to pass all requirements.
{% endblocktrans %}
-{% elif onboarding_status == 'onboarding_failed' %}
- {% if onboarding_link %}
- {% blocktrans %}
- Your onboarding exam failed to pass all requirements. You can retake the Onboarding Exam.
- {% endblocktrans %}
- {% else %}
- {% blocktrans %}
- Your onboarding exam failed to pass all requirements.
- {% endblocktrans %}
- {% endif %}
+
}
);
- function check_exam_started() {
+ function check_exam_started(e) {
+ e.preventDefault();
var url = $('.instructions').data('exam-started-poll-url') + '?sourceid=instructions';
$.ajax(url).success(function(data){
if (data.status === 'ready_to_start') {
diff --git a/edx_proctoring/templates/proctored_exam/onboarding_error.html b/edx_proctoring/templates/proctored_exam/onboarding_error.html
index 58d19c73239..5a519f1441b 100644
--- a/edx_proctoring/templates/proctored_exam/onboarding_error.html
+++ b/edx_proctoring/templates/proctored_exam/onboarding_error.html
@@ -7,36 +7,38 @@
{% blocktrans %} - If you have questions about the status of your onboarding exam, contact {{ platform_name }} - support at - {{ tech_support_email }}. + Proctoring for your exam is provided via {{ provider_name }}. + If you have questions about the status of your onboarding exam, contact + {{ integration_specific_email }}. {% endblocktrans %}
diff --git a/package.json b/package.json index 8723d446c6a..55936cf4c56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@edx/edx-proctoring", "//": "Be sure to update the version number in edx_proctoring/__init__.py", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "1.5.13", + "version": "1.5.14", "main": "edx_proctoring/static/index.js", "repository": { "type": "git",