Table of Contents

Class QAttempt

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

Constructors

QAttempt()

public QAttempt()

Properties

ActiveQuestionIndex

public int? ActiveQuestionIndex { get; set; }

Property Value

int?

ActiveSectionIndex

public int? ActiveSectionIndex { get; set; }

Property Value

int?

AssessorPerson

public virtual VPerson AssessorPerson { get; set; }

Property Value

VPerson

AssessorUser

public virtual VUser AssessorUser { get; set; }

Property Value

VUser

AssessorUserIdentifier

public Guid AssessorUserIdentifier { get; set; }

Property Value

Guid

AttemptDuration

public decimal? AttemptDuration { get; set; }

Property Value

decimal?

AttemptGrade

public string AttemptGrade { get; set; }

Property Value

string

AttemptGraded

public DateTimeOffset? AttemptGraded { get; set; }

Property Value

DateTimeOffset?

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

AttemptImported

public DateTimeOffset? AttemptImported { get; set; }

Property Value

DateTimeOffset?

AttemptIsPassing

public bool AttemptIsPassing { get; set; }

Property Value

bool

AttemptLanguage

public string AttemptLanguage { get; set; }

Property Value

string

AttemptNumber

public int AttemptNumber { get; set; }

Property Value

int

AttemptPingInterval

public int? AttemptPingInterval { get; set; }

Property Value

int?

AttemptPinged

public DateTimeOffset? AttemptPinged { get; set; }

Property Value

DateTimeOffset?

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?

AttemptStatus

public string AttemptStatus { get; set; }

Property Value

string

AttemptSubmitted

public DateTimeOffset? AttemptSubmitted { get; set; }

Property Value

DateTimeOffset?

AttemptTag

public string AttemptTag { get; set; }

Property Value

string

AttemptTimeLimit

public int? AttemptTimeLimit { get; set; }

Property Value

int?

Form

public virtual QBankForm Form { get; set; }

Property Value

QBankForm

FormIdentifier

public Guid FormIdentifier { get; set; }

Property Value

Guid

FormPoints

public decimal? FormPoints { get; set; }

Property Value

decimal?

FormSectionsCount

public int? FormSectionsCount { get; set; }

Property Value

int?

GradingAssessor

public virtual VUser GradingAssessor { get; set; }

Property Value

VUser

GradingAssessorUserIdentifier

public Guid? GradingAssessorUserIdentifier { get; set; }

Property Value

Guid?

IsTimeLimitEnabled

public bool IsTimeLimitEnabled { get; }

Property Value

bool

LearnerPerson

public virtual VPerson LearnerPerson { get; set; }

Property Value

VPerson

LearnerUser

public virtual VUser LearnerUser { get; set; }

Property Value

VUser

LearnerUserIdentifier

public Guid LearnerUserIdentifier { get; set; }

Property Value

Guid

Matches

public virtual ICollection<QAttemptMatch> Matches { get; set; }

Property Value

ICollection<QAttemptMatch>

Options

public virtual ICollection<QAttemptOption> Options { get; set; }

Property Value

ICollection<QAttemptOption>

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

Pins

public virtual ICollection<QAttemptPin> Pins { get; set; }

Property Value

ICollection<QAttemptPin>

Questions

public virtual ICollection<QAttemptQuestion> Questions { get; set; }

Property Value

ICollection<QAttemptQuestion>

Registration

public virtual QRegistration Registration { get; set; }

Property Value

QRegistration

RegistrationIdentifier

public Guid? RegistrationIdentifier { get; set; }

Property Value

Guid?

Registrations

public virtual ICollection<QRegistration> Registrations { get; set; }

Property Value

ICollection<QRegistration>

Sections

public virtual ICollection<QAttemptSection> Sections { get; set; }

Property Value

ICollection<QAttemptSection>

SectionsAsTabsEnabled

public bool SectionsAsTabsEnabled { get; set; }

Property Value

bool

SingleQuestionPerTabEnabled

public bool SingleQuestionPerTabEnabled { get; set; }

Property Value

bool

Solutions

public virtual ICollection<QAttemptSolution> Solutions { get; set; }

Property Value

ICollection<QAttemptSolution>

TabNavigationEnabled

public bool TabNavigationEnabled { get; set; }

Property Value

bool

TabTimeLimit

public string TabTimeLimit { get; set; }

Property Value

string

UserAgent

public string UserAgent { get; set; }

Property Value

string