Table of Contents

Class Details

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

Constructors

Details()

public Details()

Fields

AttemptLimit

AttemptLimit control.

protected NumericBox AttemptLimit

Field Value

NumericBox

Remarks

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

AttemptLimitValidator

AttemptLimitValidator control.

protected RequiredValidator AttemptLimitValidator

Field Value

RequiredValidator

Remarks

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

MaximumPoints

MaximumPoints control.

protected NumericBox MaximumPoints

Field Value

NumericBox

Remarks

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

PassingAccuracy

PassingAccuracy control.

protected NumericBox PassingAccuracy

Field Value

NumericBox

Remarks

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

PassingKph

PassingKph control.

protected NumericBox PassingKph

Field Value

NumericBox

Remarks

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

PassingKphField

PassingKphField control.

protected HtmlGenericControl PassingKphField

Field Value

HtmlGenericControl

Remarks

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

PassingPoints

PassingPoints control.

protected NumericBox PassingPoints

Field Value

NumericBox

Remarks

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

PassingScore

PassingScore control.

protected NumericBox PassingScore

Field Value

NumericBox

Remarks

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

PassingWpm

PassingWpm control.

protected NumericBox PassingWpm

Field Value

NumericBox

Remarks

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

PassingWpmField

PassingWpmField control.

protected HtmlGenericControl PassingWpmField

Field Value

HtmlGenericControl

Remarks

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

QuizName

QuizName control.

protected TextBox QuizName

Field Value

TextBox

Remarks

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

QuizNameValidator

QuizNameValidator control.

protected RequiredValidator QuizNameValidator

Field Value

RequiredValidator

Remarks

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

QuizType

QuizType control.

protected QuizTypeComboBox QuizType

Field Value

QuizTypeComboBox

Remarks

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

QuizTypeValidator

QuizTypeValidator control.

protected RequiredValidator QuizTypeValidator

Field Value

RequiredValidator

Remarks

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

TimeLimit

TimeLimit control.

protected NumericBox TimeLimit

Field Value

NumericBox

Remarks

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

TimeLimitValidator

TimeLimitValidator control.

protected RequiredValidator TimeLimitValidator

Field Value

RequiredValidator

Remarks

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

Methods

GetInputValues(TQuiz)

public void GetInputValues(TQuiz quiz)

Parameters

quiz TQuiz

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues(string)

public void SetDefaultInputValues(string quizType)

Parameters

quizType string

SetInputValues(TQuiz)

public void SetInputValues(TQuiz quiz)

Parameters

quiz TQuiz

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

TypeChanged

public event StringValueHandler TypeChanged

Event Type

StringValueHandler