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
bankGuidquestionGuidpointsdecimal?cutScoredecimal?calculationMethodQuestionCalculationMethod
Properties
CalculationMethod
public QuestionCalculationMethod CalculationMethod { get; set; }
Property Value
CutScore
public decimal? CutScore { get; set; }
Property Value
Points
public decimal? Points { get; set; }
Property Value
Question
public Guid Question { get; set; }