saveUserAnswers

abstract suspend fun saveUserAnswers(    user: ExamerUser,     userAnswers: UserAnswers,     testDetailsId: String)

Used to save the userAnswers associated with a particular test, with the specified testDetailsId, for the specified user.