Table of Contents

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

attemptId Guid
questionId Guid
rubric AttemptQuestionRubric

Properties

QuestionId

public Guid QuestionId { get; }

Property Value

Guid

Rubric

public AttemptQuestionRubric Rubric { get; }

Property Value

AttemptQuestionRubric