Class QuestionAnalysisRepeater
- Namespace
- InSite.Admin.Assessments.Attempts.Controls
- Assembly
- InSite.UI.dll
public class QuestionAnalysisRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
QuestionAnalysisRepeater
- Implements
- Inherited Members
Constructors
QuestionAnalysisRepeater()
public QuestionAnalysisRepeater()
Fields
DownloadButton
DownloadButton control.
protected DropDownButton DownloadButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
IsQuestionAnalysisImagesVisible
IsQuestionAnalysisImagesVisible control.
protected HiddenField IsQuestionAnalysisImagesVisible
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Repeater
Repeater control.
protected Repeater Repeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ToggleQuestionAnalysisImagesVisibility
ToggleQuestionAnalysisImagesVisibility control.
protected Button ToggleQuestionAnalysisImagesVisibility
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
SelectedQuestionID
protected Guid? SelectedQuestionID { get; }
Property Value
- Guid?
Methods
GetContentTitle(object)
protected string GetContentTitle(object content)
Parameters
contentobject
Returns
GetQuestionSequence(object)
protected string GetQuestionSequence(object obj)
Parameters
objobject
Returns
LoadData(AttemptAnalysis, QAttemptFilter, Guid?)
public int LoadData(AttemptAnalysis analysis, QAttemptFilter filter, Guid? selectedQuestionId)
Parameters
analysisAttemptAnalysisfilterQAttemptFilterselectedQuestionIdGuid?
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)