Class CreateAttemptSolution
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateAttemptSolution
- Inheritance
-
CreateAttemptSolution
- Inherited Members
-
- Extension Methods
-
Constructors
CreateAttemptSolution()
public CreateAttemptSolution()
Properties
AnswerIsMatched
public bool? AnswerIsMatched { get; set; }
Property Value
- bool?
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
- Guid
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int
SolutionCutScore
public decimal? SolutionCutScore { get; set; }
Property Value
- decimal?
SolutionIdentifier
public Guid SolutionIdentifier { get; set; }
Property Value
- Guid
SolutionOptionsOrder
public string SolutionOptionsOrder { get; set; }
Property Value
- string
SolutionPoints
public decimal SolutionPoints { get; set; }
Property Value
- decimal
SolutionSequence
public int SolutionSequence { get; set; }
Property Value
- int