-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #498 from edx/matthugs/block-starting-of-second-pr…
…octored-session Block starting second proctored session
- Loading branch information
Showing
5 changed files
with
204 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
edx_proctoring/templates/proctored_exam/other_exam_in_progress.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{% load i18n %} | ||
<div class="failure sequence proctored-exam" data-exam-id="{{exam_id}}"> | ||
<h3> | ||
{% blocktrans %} | ||
Complete in-progress exam | ||
{% endblocktrans %} | ||
</h3> | ||
|
||
<p> | ||
{% blocktrans %} | ||
You must <a href="{{ exam_url }}">complete your currently in-progress exam</a> before you can attempt this one. | ||
{% endblocktrans %} | ||
</p> | ||
</div> | ||
{% include 'proctored_exam/footer.html' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters