replace edx with variable substitution
fixes template errors keep tos untranslated formatting fixes
This commit is contained in:
@@ -70,22 +70,22 @@
|
||||
<!-- Interstitial Page: Shown between calibration and grading steps -->
|
||||
<section class="interstitial-page">
|
||||
<h1>${_("Ready to grade!")}</h1>
|
||||
<p>${_(" You have finished learning to grade, which means that you are now ready to start grading.")}</p>
|
||||
<p>${_("You have finished learning to grade, which means that you are now ready to start grading.")}</p>
|
||||
<input type="button" class="interstitial-page-button" value="${_("Start Grading!")}" name="interstitial-page-button" />
|
||||
</section>
|
||||
|
||||
<!-- Calibration Interstitial Page: Shown before calibration -->
|
||||
<section class="calibration-interstitial-page">
|
||||
<h1>${_("Learning to grade")}</h1>
|
||||
<p>${_(" You have not yet finished learning to grade this problem.")}</p>
|
||||
<p>${_(" You will now be shown a series of instructor-scored essays, and will be asked to score them yourself.")}</p>
|
||||
<p>${_(" Once you can score the essays similarly to an instructor, you will be ready to grade your peers.")}</p>
|
||||
<p>${_("You have not yet finished learning to grade this problem.")}</p>
|
||||
<p>${_("You will now be shown a series of instructor-scored essays, and will be asked to score them yourself.")}</p>
|
||||
<p>${_("Once you can score the essays similarly to an instructor, you will be ready to grade your peers.")}</p>
|
||||
<input type="button" class="calibration-interstitial-page-button" value="${_("Start learning to grade")}" name="calibration-interstitial-page-button" />
|
||||
</section>
|
||||
|
||||
<!-- Flag submission confirmation dialog -->
|
||||
<section class="flag-submission-confirmation">
|
||||
<h4>${_(" Are you sure that you want to flag this submission?")}</h4>
|
||||
<h4>${_("Are you sure that you want to flag this submission?")}</h4>
|
||||
<p>
|
||||
${_("You are about to flag a submission. You should only flag a submission that contains explicit or offensive content. If the submission is not addressed to the question or is incorrect, you should give it a score of zero and accompanying feedback instead of flagging it.")}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user