Table of Contents

Class AttemptQuestionOrderingSolution

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AttemptQuestionOrderingSolution
Inheritance
AttemptQuestionOrderingSolution
Inherited Members
Extension Methods

Constructors

AttemptQuestionOrderingSolution()

public AttemptQuestionOrderingSolution()

Properties

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

OptionsOrder

public int[] OptionsOrder { get; set; }

Property Value

int[]

Points

public decimal Points { get; set; }

Property Value

decimal