Table of Contents

Class ComposedQuestionScored

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
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

question Guid
rubricRatingPoints Dictionary<Guid, decimal>

Properties

Question

public Guid Question { get; }

Property Value

Guid

RubricRatingPoints

public Dictionary<Guid, decimal> RubricRatingPoints { get; }

Property Value

Dictionary<Guid, decimal>