toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.ui.questions
/
MultiQuestion
Multi
Question
class
MultiQuestion
:
DefaultQuestion
Members
Properties
answers
Link copied to clipboard
val
answers
:
List
<
QuestionAnswer
>
appearance
Link copied to clipboard
var
appearance
:
MultiAppearance
errors
Link copied to clipboard
val
errors
:
List
<
ValidationQuestionError
>
id
Link copied to clipboard
open
override
val
id
:
String
instruction
Link copied to clipboard
val
instruction
:
QuestionText
node
Type
Link copied to clipboard
open
override
val
nodeType
:
QuestionType
text
Link copied to clipboard
val
text
:
QuestionText
title
Link copied to clipboard
val
title
:
QuestionText
Functions
get
Link copied to clipboard
fun
get
(
answer
:
QuestionAnswer
)
:
Boolean
set
Link copied to clipboard
fun
set
(
answer
:
QuestionAnswer
,
select
:
Boolean
)
validate
Link copied to clipboard
open
override
fun
validate
(
)
:
List
<
ValidationQuestionError
>