value property

Map<String, String> value
getter/setter pair

The list of selected categories. For example, '1' -> 'Never' on a 7-point Likert scale. Note that this map supports the selection of multiple answers.

Implementation

Map<String, String> value;