forked from openedx/frontend-lib-special-exams
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OeX_Proctoring-180] (Timed exam epic) handle exam API errors #10
Closed
viktorrusakov
wants to merge
39
commits into
main
from
ViktorRusakov/OeX_Proctoring-180/handle-api-errors
Closed
[OeX_Proctoring-180] (Timed exam epic) handle exam API errors #10
viktorrusakov
wants to merge
39
commits into
main
from
ViktorRusakov/OeX_Proctoring-180/handle-api-errors
Conversation
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
…tyles for the timer section
@viktorrusakov please review latest changes |
…moved exam error if timer not started
Looks much better now, thanks! |
viktorrusakov
added a commit
that referenced
this pull request
Jun 3, 2021
…proctored exams (#10) * feat: [OeX_Proctoring-178] add mock api for fetching proctoring settings and instructions * feat: use API instead of mocked data to get proctoring settings * feat: add proctoring software download page + refactor footer * feat: add user verification page * feat: add proctored exam instructions page (when exam is in 'ready_to_start' status) * feat: [OeX_Proctoring-178] fetch proctoring settings and add proctoring exam instructions (#14) Co-authored-by: Ihor Romaniuk <[email protected]> Co-authored-by: Sagirov Evgeniy <[email protected]> * [BD-26] Cover timed exam functionality with unit and functional tests (#16) * feat: Cover timed exam functionality with unit and functional tests * fix: don't do pulling when exam is in 'ready_to_submit' status (#19) * [BD-26][EDUCATOR-5791, EDUCATOR-5767] Add handling of exam API errors and support for js workers from provider (#20) * feat: add handling of exam API errors * feat: add support for workers from proctoring providers * feat: get provider software download url from backend instead of building on the frontend * fix: merge errors * fix: fix tests * feat: add verification url to user verification page Co-authored-by: Ihor Romaniuk <[email protected]> Co-authored-by: Sagirov Eugeniy <[email protected]> Co-authored-by: Ihor Romaniuk <[email protected]> Co-authored-by: Sagirov Evgeniy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: add proper handling of API errors, show message to user if there is any error
Youtrack: https://youtrack.raccoongang.com/issue/OeX_Proctoring-180