Table of Contents

Class AttemptAnalysis.AttemptEntity

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class AttemptAnalysis.AttemptEntity
Inheritance
AttemptAnalysis.AttemptEntity
Inherited Members
Extension Methods

Constructors

AttemptEntity()

public AttemptEntity()

Fields

Binder

public static readonly Expression<Func<QAttempt, AttemptAnalysis.AttemptEntity>> Binder

Field Value

Expression<Func<QAttempt, AttemptAnalysis.AttemptEntity>>

Properties

AttemptGraded

public DateTimeOffset? AttemptGraded { get; set; }

Property Value

DateTimeOffset?

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

AttemptIsPassing

public bool AttemptIsPassing { get; set; }

Property Value

bool

AttemptNumber

public int AttemptNumber { get; set; }

Property Value

int

AttemptPoints

public decimal? AttemptPoints { get; set; }

Property Value

decimal?

AttemptScore

public decimal? AttemptScore { get; set; }

Property Value

decimal?

AttemptStarted

public DateTimeOffset? AttemptStarted { get; set; }

Property Value

DateTimeOffset?

AttemptSubmitted

public DateTimeOffset? AttemptSubmitted { get; set; }

Property Value

DateTimeOffset?

FormIdentifier

public Guid FormIdentifier { get; set; }

Property Value

Guid

LearnerUserIdentifier

public Guid LearnerUserIdentifier { get; set; }

Property Value

Guid

Options

public AttemptAnalysis.OptionEntity[] Options { get; }

Property Value

OptionEntity[]

Questions

public AttemptAnalysis.QuestionEntity[] Questions { get; }

Property Value

QuestionEntity[]