<ahref="${testcenter_register_target}"class="button exam-button"id="exam_register_button">Register for Pearson exam</a>
<ahref="${testcenter_register_target}"class="button exam-button"id="exam_register_button">Register for Pearson exam</a>
<pclass="message-copy">Registration for the Pearson exam is now open and will close on <strong>${testcenter_exam_info.registration_end_date_text}</strong></p>
<pclass="message-copy">Registration for the Pearson exam is now open and will close on <strong>${testcenter_exam_info.registration_end_date_text}</strong></p>
...
@@ -234,25 +234,25 @@
...
@@ -234,25 +234,25 @@
% endif
% endif
<!-- display a registration for a current exam, even if the registration period is over -->
<!-- display a registration for a current exam, even if the registration period is over -->
<pclass="message-copy"><strong>Your registration for the Pearson exam has been rejected. Please <ahref="${testcenter_register_target}"id="exam_register_link">see your registration status details</a></strong>. Otherwise <aclass="contact-link"href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}">contact edX at exam-help@edx.org</a> for further help.</p>
<pclass="message-copy"><strong>Your registration for the Pearson exam has been rejected. Please <ahref="${testcenter_register_target}"id="exam_register_link">see your registration status details</a></strong>. Otherwise <aclass="contact-link"href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}">contact edX at exam-help@edx.org</a> for further help.</p>
</div>
</div>
% endif
% endif
% if not registration.is_accepted and not registration.is_rejected:
% if not registration.is_accepted and not registration.is_rejected:
<divclass="message message-status is-shown">
<divclass="message message-status is-shown">
<pclass="message-copy"><strong>Your <ahref="${testcenter_register_target}"id="exam_register_link">registration for the Pearson exam</a> is pending</strong>. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.</p>
<pclass="message-copy"><strong>Your <ahref="${testcenter_register_target}"id="exam_register_link">registration for the Pearson exam</a> is pending</strong>. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.</p>
<pclass="message-copy">Your previous information is available below, however you may not edit any of the information.
<pclass="message-copy">Your previous information is available below, however you may not edit any of the information.
</div>
</div>
% endif
% endif
% if registration:
% if registration:
<pclass="instructions">
<pclass="instructions">
Please use the following form if you need to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by <strongclass="indicator">bold text and an asterisk (*)</strong>.
Please use the following form if you need to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by <strongclass="indicator">bold text and an asterisk (*)</strong>.
</p>
</p>
% else:
% else:
<pclass="instructions">
<pclass="instructions">
Please provide the following demographic information to register for a Pearson VUE Proctored Exam. Required fields are noted by <strongclass="indicator">bold text and an asterisk (*)</strong>.
Please provide the following demographic information to register for a Pearson VUE Proctored Exam. Required fields are noted by <strongclass="indicator">bold text and an asterisk (*)</strong>.
% if registration.accommodation_request and len(registration.accommodation_request) > 0:
% if registration.accommodation_request and len(registration.accommodation_request) > 0:
<pclass="note"><spanclass="title">Note</span>: Your previous accommodation request below needs to be reviewed in detail <strong>and will add a significant delay to your registration process</strong>.</p>
<pclass="note"><spanclass="title">Note</span>: Your previous accommodation request below needs to be reviewed in detail <strong>and will add a significant delay to your registration process</strong>.</p>
% endif
% endif
% else:
% else:
<pclass="note"><spanclass="title">Note</span>: Accommodation requests are not part of your demographic information, <strong>and cannot be changed once submitted</strong>. Accommodation requests, which are reviewed on a case-by-case basis, <strong>will add significant delay to the registration process</strong>.</p>
<pclass="note"><spanclass="title">Note</span>: Accommodation requests are not part of your demographic information, <strong>and cannot be changed once submitted</strong>. Accommodation requests, which are reviewed on a case-by-case basis, <strong>will add significant delay to the registration process</strong>.</p>
<liclass="item status status-pending status-demographics">
<liclass="item status status-pending status-demographics">
<h4class="title">Demographic Information</h4>
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided is pending. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
<pclass="details">The demographic information you most recently provided is pending. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
</li>
</li>
% endif
% endif
% if registration.demographics_is_accepted:
% if registration.demographics_is_accepted:
<liclass="item status status-processed status-demographics">
<liclass="item status status-processed status-demographics">
<h4class="title">Demographic Information</h4>
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided has been processed. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
<pclass="details">The demographic information you most recently provided has been processed. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
</li>
</li>
% endif
% endif
% if registration.demographics_is_rejected:
% if registration.demographics_is_rejected:
<liclass="item status status-rejected status-demographics">
<liclass="item status status-rejected status-demographics">
<h4class="title">Demographic Information</h4>
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided has been rejected by Pearson. You can correct and submit it again before the exam registration closes on <strong>${exam_info.registration_end_date_text}</strong>.
<pclass="details">The demographic information you most recently provided has been rejected by Pearson. You can correct and submit it again before the exam registration closes on <strong>${exam_info.registration_end_date_text}</strong>.
<pclass="action">If the error is not correctable by revising your demographic information, please <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a>.</p>
<pclass="action">If the error is not correctable by revising your demographic information, please <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a>.</p>
</li>
</li>
% endif
% endif
<!-- then provide status of accommodations, if any -->
<!-- then provide status of accommodations, if any -->
% if registration.accommodation_is_pending:
% if registration.accommodation_is_pending:
<liclass="item status status-pending status-accommodations">
<liclass="item status status-pending status-accommodations">
<h4class="title">Accommodations Request</h4>
<h4class="title">Accommodations Request</h4>
<pclass="details">Your requested accommodations are pending. Within a few days, you should see confirmation here of granted accommodations.</p>
<pclass="details">Your requested accommodations are pending. Within a few days, you should see confirmation here of granted accommodations.</p>
</li>
</li>
% endif
% endif
% if registration.accommodation_is_accepted:
% if registration.accommodation_is_accepted:
<liclass="item status status-processed status-accommodations">
<liclass="item status status-processed status-accommodations">
<h4class="title">Accommodations Request</h4>
<h4class="title">Accommodations Request</h4>
<pclass="details">Your requested accommodations have been reviewed and processed. You are allowed:</p>
<pclass="details">Your requested accommodations have been reviewed and processed. You are allowed:</p>
...
@@ -395,50 +395,50 @@
...
@@ -395,50 +395,50 @@
% for accommodation_name in registration.get_accommodation_names():
% for accommodation_name in registration.get_accommodation_names():
<liclass="item">${accommodation_name}</li>
<liclass="item">${accommodation_name}</li>
% endfor
% endfor
</ul>
</ul>
</li>
</li>
% endif
% endif
% if registration.accommodation_is_rejected:
% if registration.accommodation_is_rejected:
<liclass="item status status-processed status-accommodations">
<liclass="item status status-processed status-accommodations">
<h4class="title">Accommodations Request</h4>
<h4class="title">Accommodations Request</h4>
<pclass="details">Your requested accommodations have been reviewed and processed. You are allowed no accommodations.</p>
<pclass="details">Your requested accommodations have been reviewed and processed. You are allowed no accommodations.</p>
<pclass="action">Please <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a> if you have any questions.</p>
<pclass="action">Please <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a> if you have any questions.</p>
</li>
</li>
% endif
% endif
<!-- finally provide status of registration -->
<!-- finally provide status of registration -->
% if registration.registration_is_pending:
% if registration.registration_is_pending:
<liclass="item status status-pending status-registration">
<liclass="item status status-pending status-registration">
<h4class="title">Registration Request</h4>
<h4class="title">Registration Request</h4>
<pclass="details">Your exam registration is pending. Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.</p>
<pclass="details">Your exam registration is pending. Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.</p>
</li>
</li>
% endif
% endif
% if registration.registration_is_accepted:
% if registration.registration_is_accepted:
<liclass="item status status-processed status-registration">
<liclass="item status status-processed status-registration">
<h4class="title">Registration Request</h4>
<h4class="title">Registration Request</h4>
<pclass="details">Your exam registration has been processed and has been forwarded to Pearson. <strong>You are now able to <ahref="${registration.registration_signup_url}"class="exam-link">schedule a Pearson exam</a></strong>.</p>
<pclass="details">Your exam registration has been processed and has been forwarded to Pearson. <strong>You are now able to <ahref="${registration.registration_signup_url}"class="exam-link">schedule a Pearson exam</a></strong>.</p>
</li>
</li>
% endif
% endif
% if registration.registration_is_rejected:
% if registration.registration_is_rejected:
<liclass="item status status-rejected status-registration">
<liclass="item status status-rejected status-registration">
<h4class="title">Registration Request</h4>
<h4class="title">Registration Request</h4>
<pclass="details">Your exam registration has been rejected by Pearson. <strong>You currently cannot schedule an exam</strong>. The errors found include:</p>
<pclass="details">Your exam registration has been rejected by Pearson. <strong>You currently cannot schedule an exam</strong>. The errors found include:</p>
<p>If you have a specific question pertaining to your registration, you may <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a>.</p>
<p>If you have a specific question pertaining to your registration, you may <aclass="contact-link"href="${exam_help_href}">contact edX at exam-help@edx.org</a>.</p>