Class QuestionOrderingSolutionAdded
public class QuestionOrderingSolutionAdded : Change, IChange
- Inheritance
-
QuestionOrderingSolutionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionOrderingSolutionAdded(Guid, Guid, decimal, decimal?)
public QuestionOrderingSolutionAdded(Guid question, Guid solution, decimal points, decimal? cutScore)
Parameters
Properties
CutScore
public decimal? CutScore { get; set; }
Property Value
Points
public decimal Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Solution
public Guid Solution { get; set; }