diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index 32c5bbdd2e4..abf81acba70 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -5,6 +5,6 @@ from __future__ import absolute_import # Be sure to update the version number in edx_proctoring/package.json -__version__ = '1.5.13' +__version__ = '1.5.14' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/edx_proctoring/templates/proctored_exam/instructions.html b/edx_proctoring/templates/proctored_exam/instructions.html index 2973923dd46..9df8a86a917 100644 --- a/edx_proctoring/templates/proctored_exam/instructions.html +++ b/edx_proctoring/templates/proctored_exam/instructions.html @@ -120,7 +120,8 @@
{% 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 %} +
+ {% if onboarding_link %} + + {% trans "Navigate to onboarding exam" %} + + {% endif %} {% elif onboarding_status == 'onboarding_pending' %} + {% blocktrans %} + Your onboarding exam is being reviewed. Before attempting this exam, please allow 2+ business days for your onboarding exam to be reviewed. + {% endblocktrans %} +{% elif onboarding_status == 'onboarding_failed' %} +{% 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 %} +
+ {% if onboarding_link %} + + {% trans "Navigate to onboarding exam" %} + + {% endif %} {% endif %}{% 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",