pearson registration - revised UI states for reg form, simplified markup for form fields, synched button styles/text b/t registration form and dashboard
<ahref="${testcenter_register_target}"class="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>
<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>
</div>
% endif
<!-- display a registration for a current exam, even if the registration period is over -->
<h3class="message-title">Your registration for the Pearson exam has been rejected</h3>
<pclass="message-copy">Please check the information you provided, and try to correct any demographic errors. Otherwise contact someone at edX or Pearson, or just scream for help.</p>
<h3class="message-title">Your registration for the Pearson exam is pending</h3>
<pclass="message-copy">Once your information is accepted, it will be forwarded to Pearson and you will be able to schedule an exam.</p>
</section>
% endif
<sectionclass="content">
<header>
@@ -113,11 +132,11 @@
% if registration:
<pclass="instructions">
Please complete the following form to update your demographic information used in your Pearson VUE Proctored Exam. Required fields are noted by <strong>bold text and an asterisk (*)</strong>.
Please complete the following form 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>
% else:
<pclass="instructions">
Please provide the following demographic information to register for a Pearson VUE Proctored Exam. Required fields are noted by <strong>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>.
<inputid="company_name"type="text"name="company_name"value="${testcenteruser.company_name}"placeholder="e.g. American Association of University Professors"/>
</li>
@@ -239,9 +258,9 @@
% endif
% if registration:
<pclass="instructions">Fields below this point are not part of your demographic information, and <strong>are not editable currently</strong>.</p>
<pclass="note"><spanclass="title">Note</span>: Accomodation requests, which need to be reviewed in detail, <strong>will add significant delay to the registration process</strong>.</p>
% else:
<pclass="instructions">Fields below this point are not part of your demographic information, <strong>and cannot be changed once submitted</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>. Accomodation requests, which need to be reviewed in detail, <strong>will add significant delay to the registration process</strong>.</p>
<liclass="item status status-accepted status-demographics">
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided has been accepted</p>
<pclass="details">The demographic information you most recently provided has been accepted. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
</li>
<liclass="item status status-pending status-accommodations">
<h4class="title">Accommodations Request</h4>
@@ -306,19 +327,19 @@
</li>
<liclass="item status status-pending status-registration">
<h4class="title">Registration Request</h4>
<pclass="details">Your exam registration is pending. Once all of the above steps are accepted your registration 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 accepted, it will be forwarded to Pearson and you will be able to schedule an exam.</p>
</li>
</ol>
</div>
<!--REG: Dem accepted, Accom accepted, Registration accepted -->
<!--NOTE: Dem accepted, Accom accepted, Registration accepted -->
<liclass="item status status-accepted status-demographics">
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided has been accepted</p>
<pclass="details">The demographic information you most recently provided has been accepted. You may edit this information at any point before exam registration closes on <strong>${exam_info.registration_end_date_text}</strong></p>
</li>
<liclass="item status status-accepted status-accommodations">
<h4class="title">Accommodations Request</h4>
@@ -335,33 +356,22 @@
<pclass="details">Your exam registration has been accepted and has been forwarded to Pearson. You are now able to schedule an exam.</p>
<liclass="item status status-rejected status-demographics">
<h4class="title">Demographic Information</h4>
<pclass="details">The demographic information you most recently provided has been rejected by Pearson. You can correct it and submit again</p>
<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>.</p>
</li>
<liclass="item status status-rejected status-registration">
<h4class="title">Registration Request</h4>
<pclass="details">Your exam registration has been rejected by Pearson. <strong>You currently cannot schedule an exam</strong>.</p>
<pclass="message-copy">Please contact the number above for further questions about your test</p>
</div>
</div>
% endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.