-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error handling in new exam form, fix Youtube embed height in C…
…MS, peer review updater refactor (#1369) * Make cms youtube embed styles more resistant to title changes on the IFrame * Refactor new exam form to handle errors better * Different way to fix embed styles due to nextjs miscompilation * Fixes to the history test - Introduced a new utility function `saveCMSPage` in `cmsUtils.ts` to encapsulate the save action and wait for the success notification. - Updated `history.spec.ts` to replace direct save button clicks with calls to `saveCMSPage`, improving code readability and maintainability. * Update message on model solution not to overflow - Changed height property to min-height in MessageDialogDescription styled component to allow for flexible content display. * Make exam progress check logic to skip exams with a minimum points threshold of 0. Added a comment to clarify the significance of this threshold in relation to course completion automation. * Extract processing peer reviews for an course instance to a function * Fix crash in peer review updater
- Loading branch information
Showing
13 changed files
with
365 additions
and
125 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.