Class AddQuestionOrderingSolution
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class AddQuestionOrderingSolution : Command, ICommand
- Inheritance
-
AddQuestionOrderingSolution
- Implements
- Inherited Members
- Extension Methods
Constructors
AddQuestionOrderingSolution(Guid, Guid, Guid, decimal, decimal?)
public AddQuestionOrderingSolution(Guid bank, Guid question, Guid solution, decimal points, decimal? cutScore)
Parameters
Properties
CutScore
public decimal? CutScore { get; set; }
Property Value
Points
public decimal Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Solution
public Guid Solution { get; set; }