Class QuestionScoringChanged
public class QuestionScoringChanged : Change, IChange
- Inheritance
-
QuestionScoringChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionScoringChanged(Guid, decimal?, decimal?, QuestionCalculationMethod)
public QuestionScoringChanged(Guid question, decimal? points, decimal? cutScore, QuestionCalculationMethod calculationMethod)
Parameters
questionGuidpointsdecimal?cutScoredecimal?calculationMethodQuestionCalculationMethod
Properties
CalculationMethod
public QuestionCalculationMethod CalculationMethod { get; set; }
Property Value
CutScore
public decimal? CutScore { get; set; }
Property Value
Points
public decimal? Points { get; set; }
Property Value
Question
public Guid Question { get; set; }