Table of Contents

Class ResultQuestionOutput

Namespace
InSite.UI.Portal.Assessments.Attempts.Controls
Assembly
InSite.UI.dll
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

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BooleanTableHeaderRepeater

BooleanTableHeaderRepeater control.

protected Repeater BooleanTableHeaderRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LikertColumnRepeater

LikertColumnRepeater control.

protected Repeater LikertColumnRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LikertRowRepeater

LikertRowRepeater control.

protected Repeater LikertRowRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ListOptionRepeater

ListOptionRepeater control.

protected Repeater ListOptionRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ListTableHeaderRepeater

ListTableHeaderRepeater control.

protected Repeater ListTableHeaderRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MatchesRepeater

MatchesRepeater control.

protected Repeater MatchesRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MultiView

MultiView control.

protected MultiView MultiView

Field Value

MultiView

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

OrderingOptionRepeater

OrderingOptionRepeater control.

protected Repeater OrderingOptionRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewBooleanTable

ViewBooleanTable control.

protected View ViewBooleanTable

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewComposedEssay

ViewComposedEssay control.

protected View ViewComposedEssay

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewComposedVoice

ViewComposedVoice control.

protected View ViewComposedVoice

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewHotspot

ViewHotspot control.

protected View ViewHotspot

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewLikert

ViewLikert control.

protected View ViewLikert

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewListBox

ViewListBox control.

protected View ViewListBox

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewMatching

ViewMatching control.

protected View ViewMatching

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ViewOrdering

ViewOrdering control.

protected View ViewOrdering

Field Value

View

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

string

Attempt

protected AttemptInfo Attempt { get; set; }

Property Value

AttemptInfo

ListBoxGroupClass

protected string ListBoxGroupClass { get; set; }

Property Value

string

Question

protected QAttemptQuestion Question { get; set; }

Property Value

QAttemptQuestion

Methods

DataBindChildren()

protected override void DataBindChildren()

GetBooleanOptionIcon(bool)

protected string GetBooleanOptionIcon(bool value)

Parameters

value bool

Returns

string

GetCircleOptionIcon(bool?)

protected static string GetCircleOptionIcon(bool? isCorrect)

Parameters

isCorrect bool?

Returns

string

GetHotspotPins()

protected string GetHotspotPins()

Returns

string

GetHotspotShapes()

protected string GetHotspotShapes()

Returns

string

GetListBoxOptionIcon(string)

protected string GetListBoxOptionIcon(string field)

Parameters

field string

Returns

string

GetMatchOptionIcon()

protected string GetMatchOptionIcon()

Returns

string

GetOrderingOptionClass()

protected string GetOrderingOptionClass()

Returns

string

GetSquareOptionIcon(bool?)

protected static string GetSquareOptionIcon(bool? isCorrect)

Parameters

isCorrect bool?

Returns

string

LoadData(AttemptInfo, QAttemptQuestion)

public void LoadData(AttemptInfo attempt, QAttemptQuestion question)

Parameters

attempt AttemptInfo
question QAttemptQuestion