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

ChoiceQuestionModel

[androidJvm]
fun <R> ChoiceQuestionModel(id: String, query: String, explanation: String? = null, drawableId: Int? = null, answer: R? = null, skipLogics: List<SkipLogic> = emptyList(), candidates: List<R>, viewType: ChoiceQuestionModel.ViewType = Radio)