Class OptionReadRepeater
- Namespace
- InSite.Admin.Assessments.Options.Controls
- Assembly
- InSite.UI.dll
public class OptionReadRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
OptionReadRepeater
- Implements
- Inherited Members
Constructors
OptionReadRepeater()
public OptionReadRepeater()
Fields
BooleanTableOptionRepeater
BooleanTableOptionRepeater control.
protected Repeater BooleanTableOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BooleanTableOptionView
BooleanTableOptionView control.
protected View BooleanTableOptionView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ComposedRubricOptionRepeater
ComposedRubricOptionRepeater control.
protected Repeater ComposedRubricOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ComposedRubricView
ComposedRubricView control.
protected View ComposedRubricView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HotspotImage
HotspotImage control.
protected HtmlGenericControl HotspotImage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HotspotOptionRepeater
HotspotOptionRepeater control.
protected Repeater HotspotOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HotspotView
HotspotView control.
protected View HotspotView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertColumnRepeater1
LikertColumnRepeater1 control.
protected Repeater LikertColumnRepeater1
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertColumnRepeater2
LikertColumnRepeater2 control.
protected Repeater LikertColumnRepeater2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertRowRepeater
LikertRowRepeater control.
protected Repeater LikertRowRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LikertView
LikertView control.
protected View LikertView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MatchingDistractorsRepeater
MatchingDistractorsRepeater control.
protected Repeater MatchingDistractorsRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MatchingPairsRepeater
MatchingPairsRepeater control.
protected Repeater MatchingPairsRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MatchingView
MatchingView control.
protected View MatchingView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiView
MultiView control.
protected MultiView MultiView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultipleCorrectOptionRepeater
MultipleCorrectOptionRepeater control.
protected Repeater MultipleCorrectOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultipleCorrectOptionView
MultipleCorrectOptionView control.
protected View MultipleCorrectOptionView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrderingBottomLabel
OrderingBottomLabel control.
protected HtmlGenericControl OrderingBottomLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrderingSolutionRepeater
OrderingSolutionRepeater control.
protected Repeater OrderingSolutionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrderingTopLabel
OrderingTopLabel control.
protected HtmlGenericControl OrderingTopLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrderingView
OrderingView control.
protected View OrderingView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SingleCorrectOptionRepeater
SingleCorrectOptionRepeater control.
protected Repeater SingleCorrectOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SingleCorrectOptionView
SingleCorrectOptionView control.
protected View SingleCorrectOptionView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TrueOrFalseOptionRepeater
TrueOrFalseOptionRepeater control.
protected Repeater TrueOrFalseOptionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TrueOrFalseOptionView
TrueOrFalseOptionView control.
protected View TrueOrFalseOptionView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AllowEditOptionText
public bool AllowEditOptionText { get; set; }
Property Value
AllowHtml
public bool AllowHtml { get; set; }
Property Value
Methods
ConvertToHtml(string)
protected string ConvertToHtml(string text)
Parameters
textstring
Returns
GetBooleanTableOptionIcon(bool?, bool)
protected string GetBooleanTableOptionIcon(bool? isTrue, bool answer)
Parameters
Returns
GetMultipleCorrectOptionIcon(bool?)
protected string GetMultipleCorrectOptionIcon(bool? isTrue)
Parameters
isTruebool?
Returns
GetOptionPoints(decimal)
protected string GetOptionPoints(decimal value)
Parameters
valuedecimal
Returns
GetOptionRepeaterTableHead(string, string)
protected string GetOptionRepeaterTableHead(string prefix, string postfix)
Parameters
Returns
GetOptionRepeaterTableHeadTitleCols()
protected string GetOptionRepeaterTableHeadTitleCols()
Returns
GetOptionRepeaterTitle(RepeaterItem)
protected string GetOptionRepeaterTitle(RepeaterItem item)
Parameters
itemRepeaterItem
Returns
GetSingleCorrectOptionIcon(decimal)
protected string GetSingleCorrectOptionIcon(decimal value)
Parameters
valuedecimal
Returns
GetTrueOrFalseOptionIcon(decimal)
protected string GetTrueOrFalseOptionIcon(decimal value)
Parameters
valuedecimal
Returns
LoadData(Question)
public bool LoadData(Question question)
Parameters
questionQuestion
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)