Class GradeRubricItem
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class GradeRubricItem
- Inheritance
-
GradeRubricItem
- Inherited Members
-
- Extension Methods
-
Constructors
GradeRubricItem()
Properties
AnswerFileIdentifier
public Guid? AnswerFileIdentifier { get; set; }
Property Value
- Guid?
AnswerText
public string AnswerText { get; set; }
Property Value
- string
Criteria
public List<GradeCriterionItem> Criteria { get; set; }
Property Value
- List<GradeCriterionItem>
ExemplarText
public string ExemplarText { get; set; }
Property Value
- string
InitRatingPoints
public Dictionary<Guid, decimal> InitRatingPoints { get; set; }
Property Value
- Dictionary<Guid, decimal>
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionText
public string QuestionText { get; set; }
Property Value
- string
QuestionType
public QuestionItemType QuestionType { get; set; }
Property Value
- QuestionItemType
RubricIdentifier
public Guid RubricIdentifier { get; set; }
Property Value
- Guid
RubricPoints
public decimal RubricPoints { get; set; }
Property Value
- decimal
RubricTitle
public string RubricTitle { get; set; }
Property Value
- string
SelectedPoints
public decimal SelectedPoints { get; }
Property Value
- decimal