toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.ui.questions
/
SingleQuestion
Single
Question
class
SingleQuestion
:
DefaultQuestion
Members
Properties
answers
Link copied to clipboard
val
answers
:
List
<
QuestionAnswer
>
appearance
Link copied to clipboard
var
appearance
:
SingleAppearance
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
select
Link copied to clipboard
fun
select
(
answer
:
QuestionAnswer
)
selected
Link copied to clipboard
fun
selected
(
)
:
QuestionAnswer
?
validate
Link copied to clipboard
open
override
fun
validate
(
)
:
List
<
ValidationQuestionError
>