Class ComposedQuestionScored
public class ComposedQuestionScored : Change, IChange
- Inheritance
-
ComposedQuestionScored
- Implements
- Inherited Members
- Extension Methods
Constructors
ComposedQuestionScored(Guid, Dictionary<Guid, decimal>)
public ComposedQuestionScored(Guid question, Dictionary<Guid, decimal> rubricRatingPoints)
Parameters
questionGuidrubricRatingPointsDictionary<Guid, decimal>
Properties
Question
public Guid Question { get; }
Property Value
RubricRatingPoints
public Dictionary<Guid, decimal> RubricRatingPoints { get; }