Class ChangeAttemptQuestionRubric
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class ChangeAttemptQuestionRubric : Command, ICommand
- Inheritance
-
ChangeAttemptQuestionRubric
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeAttemptQuestionRubric(Guid, Guid, AttemptQuestionRubric)
public ChangeAttemptQuestionRubric(Guid attemptId, Guid questionId, AttemptQuestionRubric rubric)
Parameters
attemptIdGuidquestionIdGuidrubricAttemptQuestionRubric
Properties
QuestionId
public Guid QuestionId { get; }
Property Value
Rubric
public AttemptQuestionRubric Rubric { get; }