Table of Contents

Class ChangeQuestionScoring

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ChangeQuestionScoring : Command, ICommand
Inheritance
ChangeQuestionScoring
Implements
Inherited Members
Extension Methods

Constructors

ChangeQuestionScoring(Guid, Guid, decimal?, decimal?, QuestionCalculationMethod)

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

Parameters

bank Guid
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