columns property

ChoiceQuestion? columns
getter/setter pair

The choices shared by each question in the grid.

In other words, the values of the columns. Only CHECK_BOX and RADIO choices are allowed.

Required.

Implementation

ChoiceQuestion? columns;