Table of Contents

Class AttemptSolutionModel

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class AttemptSolutionModel
Inheritance
AttemptSolutionModel
Inherited Members
Extension Methods

Constructors

AttemptSolutionModel()

public AttemptSolutionModel()

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