Kit > healthstack.kit.task.survey.question.model > MultiChoiceQuestionModel > MultiChoiceQuestionModel

MultiChoiceQuestionModel

[androidJvm]
fun MultiChoiceQuestionModel(id: String, query: String, explanation: String? = null, drawableId: Int? = null, answer: String? = null, skipLogics: List<SkipLogic> = emptyList(), candidates: List<String>, tag: String)