Interface > healthstack.backend.integration.task > RankingProperties

RankingProperties

[androidJvm]
class RankingProperties(val tag: String, val skipLogic: List<SkipLogic>? = null, val options: List<Option>) : ItemProperties

Item properties for the ranking question.

Parameters

androidJvm

tag Type of UI component to render.

Constructors

RankingProperties

[androidJvm]
fun RankingProperties(tag: String, skipLogic: List<SkipLogic>? = null, options: List<Option>)

Properties

Name Summary
options

[androidJvm]
val options: List<Option>
Values given as options. Option

skipLogic

[androidJvm]
@SerializedName(value = "skip_logic")
val skipLogic: List<SkipLogic>?

tag

[androidJvm]
val tag: String
Type of UI component to render. (ex) Radio, Dropdown