Examer Work Book View Model
class ExamerWorkBookViewModel(application: Application) : AndroidViewModel, WorkBookViewModel
Content copied to clipboard
A concrete implementation of WorkBookViewModel.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override 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.
Link copied to clipboard