ScoreHeaderType

ScoreHeaderType enumeration

Type of score header.

public enum ScoreHeaderType

Values

NameValueDescription
Positive0If bubble under this column is marked - score value will be added.
Negative1If bubble under this column is marked - nothing will happen.
Amount2This column header will store score value. e.g. “2” or “4” Can only be used with DisplayAsExtraColumn
Question3In this column: header - question text. Rows - answers
Content4In this column custom content can be placed. Header - header text Rows - Content element with row and column specified

See Also