Class QuestionBlockMember
Represents a single item in a QuestionBlock. Members can be a stimulus material, a Question, or a QuestionGrid.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionBlockMember : NotificationObject
Constructors
QuestionBlockMember()
Initializes a new instance of the QuestionBlockMember class.
Declaration
public QuestionBlockMember()
Properties
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Question
Gets or sets the question.
Declaration
public Question Question { get; set; }
Property Value
Type | Description |
---|---|
Question |
QuestionGrid
Gets or sets the question grid.
Declaration
public QuestionGrid QuestionGrid { get; set; }
Property Value
Type | Description |
---|---|
QuestionGrid |
StimulusMaterial
Gets or sets the stimulus material.
Declaration
public OtherMaterial StimulusMaterial { get; set; }
Property Value
Type | Description |
---|---|
OtherMaterial |