Commit 3aa82a81 by Douglas Hall

Merge pull request #264 from edx/douglashall/PHX-245/updated_submission_text

PHX-245 Update text to inform users they must submit their answer to each problem
parents 8c6a1629 a1b44f1e
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
Make sure that you have selected "Check" or "Final Check" for each problem before you submit your exam.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
After you submit your exam, your responses are graded and your proctoring session is reviewed. After you submit your exam, your responses are graded and your proctoring session is reviewed.
You might be eligible to earn academic credit for this course if you complete all required exams You might be eligible to earn academic credit for this course if you complete all required exams
as well as achieve a final grade that meets credit requirements for the course. as well as achieve a final grade that meets credit requirements for the course.
......
...@@ -7,7 +7,12 @@ ...@@ -7,7 +7,12 @@
</h3> </h3>
<p> <p>
{% blocktrans %} {% blocktrans %}
Make sure your answers are ready to be submitted, and then submit your exam. Your exam will then be graded. Make sure that you have selected "Check" or "Final Check" for each problem before you submit your exam.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
After you submit your exam, your exam will be graded.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<button type="button" name="submit-proctored-exam" class="exam-action-button btn btn-pl-primary btn-base" data-action="submit" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}"> <button type="button" name="submit-proctored-exam" class="exam-action-button btn btn-pl-primary btn-base" data-action="submit" data-exam-id="{{exam_id}}" data-change-state-url="{{change_state_url}}">
......
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-proctoring', name='edx-proctoring',
version='0.12.4', version='0.12.7',
description='Proctoring subsystem for Open edX', description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='edX', author='edX',
......
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