Class AnswerItem
- Namespace
- InSite.Domain.Surveys.Sessions
- Assembly
- Shift.Sdk.dll
- Inheritance
-
AnswerItem
- Inherited Members
-
- Extension Methods
-
Constructors
AnswerItem()
Properties
AnswerColumnSize
public int AnswerColumnSize { get; }
Property Value
- int
AnswerInputType
public SurveyQuestionType AnswerInputType { get; set; }
Property Value
- SurveyQuestionType
AnswerOptions
public string[] AnswerOptions { get; set; }
Property Value
- string[]
AnswerText
public string AnswerText { get; set; }
Property Value
- string
IsQuestionHeaderVisible
public bool IsQuestionHeaderVisible { get; set; }
Property Value
- bool
LikertScaleHighestPoints
public decimal? LikertScaleHighestPoints { get; set; }
Property Value
- decimal?
LikertScales
public string[] LikertScales { get; set; }
Property Value
- string[]
Question
public Guid Question { get; set; }
Property Value
- Guid
QuestionBody
public string QuestionBody { get; set; }
Property Value
- string
QuestionHeader
public string QuestionHeader { get; set; }
Property Value
- string
QuestionIsHidden
public bool QuestionIsHidden { get; set; }
Property Value
- bool
QuestionIsNested
public bool QuestionIsNested { get; set; }
Property Value
- bool
QuestionIsRequired
public bool QuestionIsRequired { get; set; }
Property Value
- bool
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int