~~~~~~~~~~~~~~~~~~~~~ * Add by-backend configurability of the link which shows on the onboarding panel
3.9.4
~~~~~~~~~~~~~~~~~~~~ * Fix a bug in processing onboarding exams in StudentOnboardingStatusView, resulting in an incorrect list of accessible onboarding exams.
3.9.3
~~~~~~~~~~~~~~~~~~~~ * Fix styling on allowance dropdown to prevent overflow for long exam names.
3.9.2
~~~~~~~~~~~~~~~~~~~~ * Remove the hide condition for onboarding exam reset by student. Roll out Proctoring Improvement Waffle Flag
3.9.1
~~~~~~~~~~~~~~~~~~~~ * Add the backend model field is_resumable to the ProctoredExamStudentAttempt model. * Expose the is_resumable property to the UI so users can resume exam attempts when that property is set
3.9.0
~~~~~~~~~~~~~~~~~~~~ * Add API endpoint which provides sequence exam data with current active attempt. Usage case is to provide required data for the learning app MFE. * Moved StudentProctoredExamAttemptCollection collecting attempt data logic to a separate standalone `get_exam_attempt_data` function.