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

ImageChoiceQuestionModel

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