Commit d26d82df by Douglas Hall

Merge pull request #265 from edx/rc/2016-01-28

Merging 0.12.7 release candidate to release
parents cc2da3c5 3aa82a81
......@@ -7,6 +7,11 @@
</h3>
<p>
{% 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.
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.
......
......@@ -7,7 +7,12 @@
</h3>
<p>
{% 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 %}
</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}}">
......
......@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup(
name='edx-proctoring',
version='0.12.4',
version='0.12.7',
description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(),
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