{% extends 'practice_exam/submitted.html' %} {% load i18n %} {% block title %} {% blocktrans %} You have submitted this onboarding exam {% endblocktrans %} {% endblock %} {% block body %}
{% blocktrans %} If you do not have an onboarding profile with the system, Verificient will review your submission and create an onboarding profile to grant you access to proctored exams. Onboarding profile review can take 2+ business days. {% endblocktrans %}
{% blocktrans %} Once your profile has been reviewed, you will receive an email with review results. The email will come from {{ learner_notification_from_email }} , so make sure this email has been added to your inbox filter. {% endblocktrans %}
{% blocktrans %} If you already have an onboarding profile approved through another course, this submission will not be reviewed. You may retry this exam at any time to validate that your setup still meets the requirements for proctoring. {% endblocktrans %}
{% blocktrans %} If you have made an error in this submission you may restart the onboarding process. Your current submission will be removed and will not receive a review. {% endblocktrans %} {% trans "I understand and want to reset this onboarding exam." as retry_confirm %}
{% trans "Retry my exam" as retry_exam %}
{% blocktrans %} Please contact {{ integration_specific_email }} if you have questions. {% endblocktrans %}
{% endblock %}