Class QuestionHotspotOptionChanged
public class QuestionHotspotOptionChanged : Change, IChange
- Inheritance
-
QuestionHotspotOptionChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionHotspotOptionChanged(Guid, Guid, HotspotShape, ContentTitle, decimal)
public QuestionHotspotOptionChanged(Guid questionIdentifier, Guid optionIdentifier, HotspotShape shape, ContentTitle content, decimal points)
Parameters
questionIdentifierGuidoptionIdentifierGuidshapeHotspotShapecontentContentTitlepointsdecimal
Properties
Content
public ContentTitle Content { get; set; }
Property Value
OptionIdentifier
public Guid OptionIdentifier { get; set; }
Property Value
Points
public decimal Points { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
Shape
public HotspotShape Shape { get; set; }