-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [BD-26] special exams mfe support (#837)
* feat: [BD-26] Investigate if special exam details can be or should be fetched from API * [BD-26] Create combined API endpoint for exam and attempts (#21) * feat: Create combined API endpoint for exam and attempts * added docstring for ProctoredExamWithUserAttemptView * code review * feat: change url for exam_url_path and use get_exam_attempt_data in StudentProctoredExamAttemptCollection * feat: refactor get_exam_attempt_data * fix: fix linter errors * revert: active exams endpoint changes * feat: create mfe urls, add mfe view test * fix: mfe endpoint url * fix: remove mfe urls module * refactor: timer feature * Fix exam attempt api test (#23) * fix: fix ProctoredExamAttemptsMFEViewTests * fix: change edx-proctoring version * fix: get_exam_attempt_data docstring * refactor: avoid getting exam and attempt if we have already active exam with same args * feat: improve tests coverage * feat: improve tests coverage * fix: removed debug artifacts, fixed typo in constant name, fixed failing test * fix: remove extra str conversion, removed extra mocking of reverse * fix: move attempt data tests from student view to api tests * fix: proctored exam limit mins None value conversion to float * feat: move getting exam type to a separate helper function, minor refactoring * fix: quality * fix: Imports are incorrectly sorted and/or formatted. * fix: tests coverage * fix: revert exam not found ret value Co-authored-by: Sagirov Eugeniy <[email protected]> Co-authored-by: Sagirov Evgeniy <[email protected]> Co-authored-by: Vladas Tamoshaitis <[email protected]>
- Loading branch information
1 parent
d0e4602
commit 98f9bf2
Showing
10 changed files
with
469 additions
and
192 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
Oops, something went wrong.