Class QAttemptSolution
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public class QAttemptSolution
- Inheritance
-
QAttemptSolution
- Inherited Members
-
- Extension Methods
-
Constructors
QAttemptSolution()
public QAttemptSolution()
Properties
AnswerIsMatched
public bool AnswerIsMatched { get; set; }
Property Value
- bool
Attempt
public virtual QAttempt Attempt { get; set; }
Property Value
- QAttempt
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