Prepare track selection page for new audit track
This commit is contained in:
@@ -120,50 +120,14 @@ $(document).ready(function() {
|
||||
%endif
|
||||
|
||||
<%include file="_contribution.html" args="suggested_prices=suggested_prices, currency=currency, chosen_price=chosen_price, min_price=min_price"/>
|
||||
|
||||
<div class="help-tip is-expandable">
|
||||
<h5 class="title title-expand" tabindex="0" aria-expanded="false" role="link">
|
||||
<i class="icon-caret-down expandable-icon"></i>
|
||||
${_("Why do I have to pay? What if I want a free honor code certificate?")}
|
||||
</h5>
|
||||
|
||||
<div class="copy expandable-area">
|
||||
<dl class="list-faq">
|
||||
<dt class="faq-question">${_("Why do I have to pay?")}</dt>
|
||||
<dd class="faq-answer">
|
||||
<p>${_("As a not-for-profit, edX uses your contribution to support our mission to provide quality education to everyone around the world, and to improve learning through research. While we have established a minimum fee, we ask that you contribute as much as you can.")}</p>
|
||||
</dd>
|
||||
|
||||
<dt class="faq-question">${_("I'd like to pay more than the minimum. Is my contribution tax deductible?")}</dt>
|
||||
<dd class="faq-answer">
|
||||
<p>${_("Please check with your tax advisor to determine whether your contribution is tax deductible.")}</p>
|
||||
</dd>
|
||||
|
||||
% if "honor" in modes:
|
||||
<dt class="faq-question">${_("What if I can't afford it or don't have the necessary equipment?")}</dt>
|
||||
<dd class="faq-answer">
|
||||
<p>${_("If you can't afford the minimum fee or don't meet the requirements, you can audit the course or elect to pursue an honor code certificate at no cost.")}
|
||||
${_("If you would like to pursue the honor code certificate, please check the honor code certificate box and then click the 'Select Certificate' button to complete your registration.")}</p>
|
||||
|
||||
<ul class="list-fields">
|
||||
<li class="field field-honor-code checkbox">
|
||||
<input type="checkbox" name="honor-code" id="honor-code">
|
||||
<label for="honor-code">${_("Select Honor Code Certificate")}</label>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
% endif
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="list-actions">
|
||||
<li class="action action-select">
|
||||
%if upgrade:
|
||||
<input type="submit" name="certificate_mode" value="${_('Upgrade Your Registration')}" />
|
||||
<input type="submit" name="verified_mode" value="${_('Upgrade Your Registration')}" />
|
||||
%else:
|
||||
<input type="submit" name="certificate_mode" value="${_('Select Certificate')}" />
|
||||
<input type="submit" name="verified_mode" value="${_('Select Certificate')}" />
|
||||
%endif
|
||||
|
||||
</li>
|
||||
@@ -192,21 +156,22 @@ $(document).ready(function() {
|
||||
|
||||
%if not upgrade:
|
||||
|
||||
% if "audit" in modes:
|
||||
% if "honor" in modes:
|
||||
<span class="deco-divider">
|
||||
<span class="copy">${_("or")}</span>
|
||||
</span>
|
||||
<div class="register-choice register-choice-audit">
|
||||
<div class="wrapper-copy">
|
||||
<span class="deco-ribbon"></span>
|
||||
<h4 class="title">${_("Audit This Course")}</h4>
|
||||
<div class="copy">
|
||||
<p>${_("Sign up to audit this course for free and track your own progress.")}</p>
|
||||
<p>${_("Audit this course for free and have complete access to all the course material, activities, tests, and forums. If your work is satisfactory and you abide by the Honor Code, you'll receive a personalized Honor Code Certificate to showcase your achievement.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="list-actions">
|
||||
<li class="action action-select">
|
||||
<input type="submit" name="audit_mode" value="${_('Select Audit')}" />
|
||||
<input type="submit" name="honor_mode" value="${_('Select Audit')}" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -263,9 +228,9 @@ $(document).ready(function() {
|
||||
<ul class="list-actions">
|
||||
<li class="action action-select">
|
||||
%if upgrade:
|
||||
<input type="submit" name="certificate_mode" value="${_('Upgrade Your Registration')}" />
|
||||
<input type="submit" name="verified_mode" value="${_('Upgrade Your Registration')}" />
|
||||
%else:
|
||||
<input type="submit" name="certificate_mode" value="${_('Pursue a Verified Certificate')}" />
|
||||
<input type="submit" name="verified_mode" value="${_('Pursue a Verified Certificate')}" />
|
||||
%endif
|
||||
|
||||
</li>
|
||||
@@ -275,23 +240,22 @@ $(document).ready(function() {
|
||||
% endif
|
||||
|
||||
%if not upgrade:
|
||||
## TODO (ECOM-16): For the duration of the experiment, audit track enrollment is skipped
|
||||
## to keep the user on the honor track
|
||||
% if "audit" in modes:
|
||||
% if "honor" in modes:
|
||||
<span class="deco-divider">
|
||||
<span class="copy">${_("or")}</span>
|
||||
</span>
|
||||
<div class="register-choice register-choice-audit">
|
||||
<div class="wrapper-copy">
|
||||
<span class="deco-ribbon"></span>
|
||||
<h4 class="title">${_("Audit This Course")}</h4>
|
||||
<div class="copy">
|
||||
<p>${_("You can audit this course and still have complete access to the course material. If you complete and pass the course you will automatically earn an Honor Code Certificate free of charge.")}</p>
|
||||
<p>${_("Audit this course for free and have complete access to all the course material, activities, tests, and forums. If your work is satisfactory and you abide by the Honor Code, you'll receive a personalized Honor Code Certificate to showcase your achievement.")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="list-actions">
|
||||
<li class="action action-select">
|
||||
<input type="submit" name="audit_mode" value="${_('Pursue an Honor Code Certificate')}" />
|
||||
<input type="submit" name="honor_mode" value="${_('Pursue an Honor Code Certificate')}" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user