fetch Previous Test List For User
abstract suspend fun fetchPreviousTestListForUser(user: ExamerUser): List<TestDetails>
Content copied to clipboard
Used to fetch a list of previous tests for the specified user.
A previous test is any instance of TestDetails with TestDetails.testStatus set to either Status.MISSED or Status.COMPLETED. The returned list will contain both, tests which are missed and tests which are completed.