Table of Contents

Class CreateAttempt

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

Constructors

CreateAttempt()

public CreateAttempt()

Properties

ActiveQuestionIndex

public int? ActiveQuestionIndex { get; set; }

Property Value

int?

ActiveSectionIndex

public int? ActiveSectionIndex { get; set; }

Property Value

int?

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?

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?

GradingAssessorUserIdentifier

public Guid? GradingAssessorUserIdentifier { get; set; }

Property Value

Guid?

LearnerUserIdentifier

public Guid LearnerUserIdentifier { get; set; }

Property Value

Guid

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

RegistrationIdentifier

public Guid? RegistrationIdentifier { get; set; }

Property Value

Guid?

SectionsAsTabsEnabled

public bool SectionsAsTabsEnabled { get; set; }

Property Value

bool

SingleQuestionPerTabEnabled

public bool SingleQuestionPerTabEnabled { get; set; }

Property Value

bool

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