Name

org.opensuse.Agama1.Questions.Generic

Properties

Answer         readwrite  s
Class          readable   s
Data           readable   a{ss}
DefaultOption  readable   s
Id             readable   u
Options        readable   as
Text           readable   s

Description

Property Details

The "Answer" property

Answer  readwrite  s

Answer for the question. Clients set an option as answer.

The "Class" property

Class  readable   s

String identifier of the same questions. Useful to identify similar questions asked multiple times or for matching in automatic answers.

The "Data" property

Data  readable   a{ss}

Additional data that is specific to given question class. Can be used for additional details about question that helps with UI or with matching automatic answers.

The "DefaultOption" property

DefaultOption  readable   s

Clients should offer this option as default option for answering the question.

The "Id" property

Id  readable   u

Question id. The question is exported at *root_path/id*.

The "Options" property

Options  readable   as

Options for answering the question. The question only admits an option from the list as valid answer.

The "Text" property

Text  readable   s

Text of the question. Clients show this text to the users.