fetchPreviousTestListForUser

open suspend override fun fetchPreviousTestListForUser(user: ExamerUser): List<TestDetails>

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.