-
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 #559 from edx/matthugs/rpnow4-exam-content-in-appl…
…ication Reintegrate RPNow using browser functionality
- Loading branch information
Showing
14 changed files
with
237 additions
and
37 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
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
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
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
32 changes: 32 additions & 0 deletions
32
edx_proctoring/templates/proctored_exam/error_wrong_browser.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,32 @@ | ||
{% load i18n %} | ||
<div class="failure sequence proctored-exam" data-exam-id="{{exam_id}}"> | ||
<h3> | ||
{% blocktrans %} | ||
Error with proctored exam | ||
{% endblocktrans %} | ||
</h3> | ||
|
||
<p> | ||
{% blocktrans %} | ||
The content of this exam can only be viewed through the RPNow | ||
application. If you have yet to complete your exam, please | ||
return to the RPNow application to proceed. | ||
{% endblocktrans %} | ||
</p> | ||
<p> | ||
{% blocktrans %} | ||
Alternatively, you can end your exam. | ||
{% endblocktrans %} | ||
</p> | ||
<button class="exam-action-button btn-pl-primary" data-action="stop" data-change-state-url="{{change_state_url}}"> | ||
{% trans "End My Exam" %} | ||
</button> | ||
</div> | ||
{% include 'proctored_exam/footer.html' %} | ||
{% include 'proctored_exam/error_modal.html' %} | ||
|
||
<script type="text/javascript"> | ||
$('.exam-action-button').click( | ||
edx.courseware.proctored_exam.updateStatusHandler | ||
); | ||
</script> |
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
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
Oops, something went wrong.