Table of Contents

Class ViewComposed

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

Constructors

ViewComposed()

public ViewComposed()

Fields

QuestionRepeater

QuestionRepeater control.

protected Repeater QuestionRepeater

Field Value

Repeater

Remarks

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

Properties

AnswerTemplate

[TemplateContainer(typeof(ViewComposed.AnswerContainer))]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ITemplate AnswerTemplate { get; set; }

Property Value

ITemplate

Methods

BindQuestions(BankState, IEnumerable<QAttemptQuestion>)

public void BindQuestions(BankState bank, IEnumerable<QAttemptQuestion> questions)

Parameters

bank BankState
questions IEnumerable<QAttemptQuestion>

FormatScore()

protected string FormatScore()

Returns

string

GetQuestionText()

protected string GetQuestionText()

Returns

string

GetRatingTotalPoints()

protected string GetRatingTotalPoints()

Returns

string

Events

ContainerDataBound

public event ViewComposed.AnswerContainerEventHandler ContainerDataBound

Event Type

ViewComposed.AnswerContainerEventHandler