Table of Contents

Class AnswerQuestionOutput

Namespace
InSite.UI.Portal.Assessments.Attempts.Controls
Assembly
InSite.UI.dll
public class AnswerQuestionOutput : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
AnswerQuestionOutput
Implements
Inherited Members

Constructors

AnswerQuestionOutput()

public AnswerQuestionOutput()

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.

ComposedVoiceBitrate

public const AudioBitrateMode ComposedVoiceBitrate = kb_64

Field Value

AudioBitrateMode

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.

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.

QuestionEndComment

QuestionEndComment control.

protected Literal QuestionEndComment

Field Value

Literal

Remarks

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

QuestionStartComment

QuestionStartComment control.

protected Literal QuestionStartComment

Field Value

Literal

Remarks

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

Properties

Data

protected AnswerQuestionOutput.ControlData Data { get; }

Property Value

AnswerQuestionOutput.ControlData

QuestionIndex

public int QuestionIndex { get; }

Property Value

int

QuestionNumber

public int? QuestionNumber { get; }

Property Value

int?

Methods

DataBindChildren()

protected override void DataBindChildren()

GetFileUrl(Guid?)

public static string GetFileUrl(Guid? fileId)

Parameters

fileId Guid?

Returns

string

GetHotspotPins()

protected string GetHotspotPins()

Returns

string

GetHotspotShapes()

protected string GetHotspotShapes()

Returns

string

GetHtml(string)

protected string GetHtml(string text)

Parameters

text string

Returns

string

GetOptionId()

protected string GetOptionId()

Returns

string

LoadData(AttemptInfo, QAttemptQuestion, bool)

public void LoadData(AttemptInfo attempt, QAttemptQuestion question, bool includeQuestionSeparator)

Parameters

attempt AttemptInfo
question QAttemptQuestion
includeQuestionSeparator bool