Table of Contents

Class AttemptQuestionRubricInited

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AttemptQuestionRubricInited : Change, IChange
Inheritance
AttemptQuestionRubricInited
Implements
Inherited Members
Extension Methods

Constructors

AttemptQuestionRubricInited(Guid, AttemptQuestionRubric)

public AttemptQuestionRubricInited(Guid questionId, AttemptQuestionRubric rubric)

Parameters

questionId Guid
rubric AttemptQuestionRubric

Properties

QuestionId

public Guid QuestionId { get; }

Property Value

Guid

Rubric

public AttemptQuestionRubric Rubric { get; }

Property Value

AttemptQuestionRubric