Class ResultQuestionOutput
public class ResultQuestionOutput : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ResultQuestionOutput
- Implements
- Inherited Members
Constructors
ResultQuestionOutput()
public ResultQuestionOutput()
Fields
BooleanOptionRepeater
BooleanOptionRepeater control.
protected Repeater BooleanOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BooleanTableHeaderRepeater
BooleanTableHeaderRepeater control.
protected Repeater BooleanTableHeaderRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertColumnRepeater
LikertColumnRepeater control.
protected Repeater LikertColumnRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertRowRepeater
LikertRowRepeater control.
protected Repeater LikertRowRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ListOptionRepeater
ListOptionRepeater control.
protected Repeater ListOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ListTableHeaderRepeater
ListTableHeaderRepeater control.
protected Repeater ListTableHeaderRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MatchesRepeater
MatchesRepeater control.
protected Repeater MatchesRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiView
MultiView control.
protected MultiView MultiView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrderingOptionRepeater
OrderingOptionRepeater control.
protected Repeater OrderingOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewBooleanTable
ViewBooleanTable control.
protected View ViewBooleanTable
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewComposedEssay
ViewComposedEssay control.
protected View ViewComposedEssay
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewComposedVoice
ViewComposedVoice control.
protected View ViewComposedVoice
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewHotspot
ViewHotspot control.
protected View ViewHotspot
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewLikert
ViewLikert control.
protected View ViewLikert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewListBox
ViewListBox control.
protected View ViewListBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewMatching
ViewMatching control.
protected View ViewMatching
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ViewOrdering
ViewOrdering control.
protected View ViewOrdering
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AnswerFileUrl
protected string AnswerFileUrl { get; set; }
Property Value
Attempt
protected AttemptInfo Attempt { get; set; }
Property Value
ListBoxGroupClass
protected string ListBoxGroupClass { get; set; }
Property Value
Question
protected QAttemptQuestion Question { get; set; }
Property Value
Methods
DataBindChildren()
protected override void DataBindChildren()
GetBooleanOptionIcon(bool)
protected string GetBooleanOptionIcon(bool value)
Parameters
valuebool
Returns
GetCircleOptionIcon(bool?)
protected static string GetCircleOptionIcon(bool? isCorrect)
Parameters
isCorrectbool?
Returns
GetHotspotPins()
protected string GetHotspotPins()
Returns
GetHotspotShapes()
protected string GetHotspotShapes()
Returns
GetListBoxOptionIcon(string)
protected string GetListBoxOptionIcon(string field)
Parameters
fieldstring
Returns
GetMatchOptionIcon()
protected string GetMatchOptionIcon()
Returns
GetOrderingOptionClass()
protected string GetOrderingOptionClass()
Returns
GetSquareOptionIcon(bool?)
protected static string GetSquareOptionIcon(bool? isCorrect)
Parameters
isCorrectbool?
Returns
LoadData(AttemptInfo, QAttemptQuestion)
public void LoadData(AttemptInfo attempt, QAttemptQuestion question)
Parameters
attemptAttemptInfoquestionQAttemptQuestion