Table of Contents

Class AttemptResult

Namespace
InSite.Domain.CourseObjects
Assembly
Shift.Sdk.dll
public class AttemptResult
Inheritance
AttemptResult
Inherited Members
Extension Methods

Constructors

AttemptResult()

public AttemptResult()

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

IsFail

public bool IsFail { get; }

Property Value

bool

IsPass

public bool IsPass { get; set; }

Property Value

bool

Score

public decimal? Score { get; set; }

Property Value

decimal?