-
Notifications
You must be signed in to change notification settings - Fork 18
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
[BD-26][EDUCATOR-5791, EDUCATOR-5767] Add handling of exam API errors and support for js workers from provider #7
Conversation
Thanks for the pull request, @viktorrusakov! I've created BLENDED-845 to keep track of it in Jira. More details are on the BD-26 project page. When this pull request is ready, tag your edX technical lead. |
@viktorrusakov Please add |
…156/support-for-js-workers Add support for js workers from proctoring providers
…ng exam instructions (#14) Co-authored-by: Ihor Romaniuk <[email protected]> Co-authored-by: Sagirov Evgeniy <[email protected]>
…#16) * feat: Cover timed exam functionality with unit and functional tests
@zacharis278 Please review ))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good 👍
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR allows user-friendly handling of exam API errors (previously the errors would just be printed in the console) and also adds support for js workers from proctoring providers
JIRA: EDUCATOR-5791 EDUCATOR-5767