Table of Contents

Class QuestionAnalysisTable

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

Constructors

QuestionAnalysisTable()

public QuestionAnalysisTable()

Fields

AnswerCountRepeater

AnswerCountRepeater control.

protected Repeater AnswerCountRepeater

Field Value

Repeater

Remarks

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

AnswerHeaderRepeater

AnswerHeaderRepeater control.

protected Repeater AnswerHeaderRepeater

Field Value

Repeater

Remarks

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

AnswerRateRepeater

AnswerRateRepeater control.

protected Repeater AnswerRateRepeater

Field Value

Repeater

Remarks

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

AttemptCount

AttemptCount control.

protected Literal AttemptCount

Field Value

Literal

Remarks

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

AttemptCountLink control.

protected HyperLink AttemptCountLink

Field Value

HyperLink

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

AverageAttemptScoreRepeater

AverageAttemptScoreRepeater control.

protected Repeater AverageAttemptScoreRepeater

Field Value

Repeater

Remarks

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

ItemRestCoefficientRepeater

ItemRestCoefficientRepeater control.

protected Repeater ItemRestCoefficientRepeater

Field Value

Repeater

Remarks

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

ItemTotalCorrelationRepeater

ItemTotalCorrelationRepeater control.

protected Repeater ItemTotalCorrelationRepeater

Field Value

Repeater

Remarks

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

NoAnswerAverageAttemptScorePercent

NoAnswerAverageAttemptScorePercent control.

protected Literal NoAnswerAverageAttemptScorePercent

Field Value

Literal

Remarks

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

NoAnswerCount

NoAnswerCount control.

protected Literal NoAnswerCount

Field Value

Literal

Remarks

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

NoAnswerItemRestCoefficientText

NoAnswerItemRestCoefficientText control.

protected Literal NoAnswerItemRestCoefficientText

Field Value

Literal

Remarks

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

NoAnswerItemTotalCorrelationText

NoAnswerItemTotalCorrelationText control.

protected Literal NoAnswerItemTotalCorrelationText

Field Value

Literal

Remarks

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

NoAnswerRate

NoAnswerRate control.

protected Literal NoAnswerRate

Field Value

Literal

Remarks

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

SuccessRate

SuccessRate control.

protected Literal SuccessRate

Field Value

Literal

Remarks

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

Methods

GetDiscriminationColor(double?)

public static string GetDiscriminationColor(double? correlation)

Parameters

correlation double?

Returns

string

GetDiscriminationIcon(double?)

protected static string GetDiscriminationIcon(double? correlation)

Parameters

correlation double?

Returns

string

GetItemRestCoefficientText(double)

protected static string GetItemRestCoefficientText(double itemRestCoefficient)

Parameters

itemRestCoefficient double

Returns

string

GetItemTotalCorrelationText(double)

protected static string GetItemTotalCorrelationText(double itemTotalCorrelation)

Parameters

itemTotalCorrelation double

Returns

string

SetInputValues(IAttemptAnalysisQuestion)

public void SetInputValues(IAttemptAnalysisQuestion analysis)

Parameters

analysis IAttemptAnalysisQuestion

SetInputValues(Question)

public void SetInputValues(Question question)

Parameters

question Question