Work Book View Model
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)
Content copied to clipboard
Used to save the answers selected by the user for the specified workbook of a specific test.