Table of Contents

Class QuestionScoringChanged

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

Constructors

QuestionScoringChanged(Guid, decimal?, decimal?, QuestionCalculationMethod)

public QuestionScoringChanged(Guid question, decimal? points, decimal? cutScore, QuestionCalculationMethod calculationMethod)

Parameters

question Guid
points decimal?
cutScore decimal?
calculationMethod QuestionCalculationMethod

Properties

CalculationMethod

public QuestionCalculationMethod CalculationMethod { get; set; }

Property Value

QuestionCalculationMethod

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

Points

public decimal? Points { get; set; }

Property Value

decimal?

Question

public Guid Question { get; set; }

Property Value

Guid