Commit bbe0120d by Brian Talbot

pearson registration - changed accepted classes, content, and styling to use the…

pearson registration - changed accepted classes, content, and styling to use the term process instead
parent 352f2846
...@@ -397,7 +397,7 @@ $red: rgb(178, 6, 16); ...@@ -397,7 +397,7 @@ $red: rgb(178, 6, 16);
} }
// specific states // specific states
&.status-accepted { &.status-processed {
&:before { &:before {
background: green; background: green;
...@@ -405,7 +405,7 @@ $red: rgb(178, 6, 16); ...@@ -405,7 +405,7 @@ $red: rgb(178, 6, 16);
.title:after { .title:after {
color: green; color: green;
content: "accepted"; content: "processed";
} }
} }
...@@ -520,7 +520,7 @@ $red: rgb(178, 6, 16); ...@@ -520,7 +520,7 @@ $red: rgb(178, 6, 16);
} }
.registration-accepted { .registration-processed {
.message-copy { .message-copy {
margin: 0 0 ($baseline/2) 0; margin: 0 0 ($baseline/2) 0;
......
...@@ -110,9 +110,9 @@ ...@@ -110,9 +110,9 @@
<a href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}" class="button contact-button">Contact exam-help@edx.org</a> <a href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}" class="button contact-button">Contact exam-help@edx.org</a>
</section> </section>
<!-- NOTE: reg accepted --> <!-- NOTE: reg processed -->
<section class="status message message-flash registration-accepted message-action"> <section class="status message message-flash registration-processed message-action">
<h3 class="message-title">Your registration for the Pearson exam has been accepted</h3> <h3 class="message-title">Your registration for the Pearson exam has been processed</h3>
<p class="message-copy">Your registration number is <strong>12345678901</strong> (Write this down! You’ll need it to schedule your exam.)</p> <p class="message-copy">Your registration number is <strong>12345678901</strong> (Write this down! You’ll need it to schedule your exam.)</p>
<a href="https://www1.pearsonvue.com/testtaker/signin/SignInPage/EDX" class="button exam-button">Schedule Pearson exam</a> <a href="https://www1.pearsonvue.com/testtaker/signin/SignInPage/EDX" class="button exam-button">Schedule Pearson exam</a>
</section> </section>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<!-- NOTE: reg pending --> <!-- NOTE: reg pending -->
<section class="status message message-flash registration-pending"> <section class="status message message-flash registration-pending">
<h3 class="message-title">Your registration for the Pearson exam is pending</h3> <h3 class="message-title">Your registration for the Pearson exam is pending</h3>
<p class="message-copy">Once your information is accepted, it will be forwarded to Pearson and you will be able to schedule an exam.</p> <p class="message-copy">Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.</p>
</section> </section>
% endif % endif
...@@ -312,14 +312,14 @@ ...@@ -312,14 +312,14 @@
<aside> <aside>
% if registration: % if registration:
<!-- NOTE: Dem accepted, Accom pending, Registration pending --> <!-- NOTE: Dem processed, Accom pending, Registration pending -->
<div class="message message-status registration-pending is-shown"> <div class="message message-status registration-pending is-shown">
<h3>Pearson Exam Registration Status</h3> <h3>Pearson Exam Registration Status</h3>
<ol class="status-list"> <ol class="status-list">
<li class="item status status-accepted status-demographics"> <li class="item status status-processed status-demographics">
<h4 class="title">Demographic Information</h4> <h4 class="title">Demographic Information</h4>
<p class="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> <p class="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>
<li class="item status status-pending status-accommodations"> <li class="item status status-pending status-accommodations">
<h4 class="title">Accommodations Request</h4> <h4 class="title">Accommodations Request</h4>
...@@ -327,23 +327,23 @@ ...@@ -327,23 +327,23 @@
</li> </li>
<li class="item status status-pending status-registration"> <li class="item status status-pending status-registration">
<h4 class="title">Registration Request</h4> <h4 class="title">Registration Request</h4>
<p class="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> <p class="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>
</ol> </ol>
</div> </div>
<!-- NOTE: Dem accepted, Accom accepted, Registration accepted --> <!-- NOTE: Dem processed, Accom processed, Registration processed -->
<div class="message message-status registration-accepted is-shown"> <div class="message message-status registration-processed is-shown">
<h3>Pearson Exam Registration Status</h3> <h3>Pearson Exam Registration Status</h3>
<ol class="status-list"> <ol class="status-list">
<li class="item status status-accepted status-demographics"> <li class="item status status-processed status-demographics">
<h4 class="title">Demographic Information</h4> <h4 class="title">Demographic Information</h4>
<p class="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> <p class="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>
<li class="item status status-accepted status-accommodations"> <li class="item status status-processed status-accommodations">
<h4 class="title">Accommodations Request</h4> <h4 class="title">Accommodations Request</h4>
<p class="details">Your requested accommodations have been accepted and include:</p> <p class="details">Your requested accommodations have been reviewed and processed. You are allowed:</p>
<ul class="accommodations-list"> <ul class="accommodations-list">
<li class="item">Extra Time - Double Time</li> <li class="item">Extra Time - Double Time</li>
...@@ -351,9 +351,9 @@ ...@@ -351,9 +351,9 @@
<li class="item">Equipment</li> <li class="item">Equipment</li>
</ul> </ul>
</li> </li>
<li class="item status status-accepted status-registration"> <li class="item status status-processed status-registration">
<h4 class="title">Registration Request</h4> <h4 class="title">Registration Request</h4>
<p class="details">Your exam registration has been accepted and has been forwarded to Pearson. You are now able to schedule an exam.</p> <p class="details">Your exam registration has been processed and has been forwarded to Pearson. You are now able to schedule an exam.</p>
</li> </li>
</ol> </ol>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment