WorkBookViewModel

interface WorkBookViewModel

An interface that contains the requisite methods for a concrete implementation of WorkBookViewModel.

Functions

Link copied to clipboard
abstract fun saveUserAnswersForTestId(    questionsList: List<MultiChoiceQuestion>,     answersMap: Map<MultiChoiceQuestion, IndexOfChosenOption>,     testDetailsId: String,     workBookId: String)

Used to save the answers selected by the user for the specified workbook of a specific test.

Inheritors

Link copied to clipboard