Skip to content

Conversation

@dogi
Copy link
Member

@dogi dogi commented Jan 7, 2026

  • Added getExamQuestions to SurveysRepository interface and implementation.
  • Changed questions property type in BaseExamFragment from RealmResults to List.
  • Injected SurveysRepository into ExamTakingFragment.
  • Replaced direct Realm query for exam questions in ExamTakingFragment with repository call inside a coroutine.

https://jules.google.com/session/2706736719369563562

…epository

- Added `getExamQuestions` to `SurveysRepository` interface and implementation.
- Changed `questions` property type in `BaseExamFragment` from `RealmResults` to `List`.
- Injected `SurveysRepository` into `ExamTakingFragment`.
- Replaced direct Realm query for exam questions in `ExamTakingFragment` with repository call inside a coroutine.
@dogi dogi changed the title Refactor ExamTakingFragment to move exam question queries to SurveysR… Refactor ExamTakingFragment to move exam question queries to SurveysRepository (fixes #10425) Jan 8, 2026
@dogi dogi changed the title Refactor ExamTakingFragment to move exam question queries to SurveysRepository (fixes #10425) courses: smoother surveys repository exams taking (fixes #10425) Jan 8, 2026
@dogi dogi merged commit 7261073 into master Jan 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants