ChoiceQuestion

Undocumented in source.

Constructors

this
this(string question, HashMap!(string, string) choices, string defaultValue)
Undocumented in source.

Inherited Members

From Question

getQuestion
string getQuestion()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultValue
string getDefaultValue()
Undocumented in source. Be warned that the author may not have intended to support it.
isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
setHidden
Question setHidden(bool hidden)
Undocumented in source. Be warned that the author may not have intended to support it.
isHiddenFallback
bool isHiddenFallback()
Undocumented in source. Be warned that the author may not have intended to support it.
setHiddenFallback
Question setHiddenFallback(bool hiddenFallback)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxAttempts
Question setMaxAttempts(int attempts)
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxAttempts
int getMaxAttempts()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta