Table of Contents

Class TQuizAttempt

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

Constructors

TQuizAttempt()

public TQuizAttempt()

Fields

MaxAttemptDataLength

public const int MaxAttemptDataLength = 4000

Field Value

int

MaxAttemptResultLength

public const int MaxAttemptResultLength = 4000

Field Value

int

Properties

AttemptAccuracy

public decimal? AttemptAccuracy { get; set; }

Property Value

decimal?

AttemptCharsPerMin

public int? AttemptCharsPerMin { get; set; }

Property Value

int?

AttemptCompleted

public DateTimeOffset? AttemptCompleted { get; set; }

Property Value

DateTimeOffset?

AttemptCreated

public DateTimeOffset AttemptCreated { get; set; }

Property Value

DateTimeOffset

AttemptData

public string AttemptData { get; set; }

Property Value

string

AttemptDuration

public decimal? AttemptDuration { get; set; }

Property Value

decimal?

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

AttemptIsPassing

public bool? AttemptIsPassing { get; set; }

Property Value

bool?

AttemptKeystrokesPerHour

public int? AttemptKeystrokesPerHour { get; set; }

Property Value

int?

AttemptMistakes

public int? AttemptMistakes { get; set; }

Property Value

int?

AttemptScore

public decimal? AttemptScore { get; set; }

Property Value

decimal?

AttemptSpeed

public decimal? AttemptSpeed { get; set; }

Property Value

decimal?

AttemptStarted

public DateTimeOffset? AttemptStarted { get; set; }

Property Value

DateTimeOffset?

AttemptWordsPerMin

public int? AttemptWordsPerMin { get; set; }

Property Value

int?

LearnerIdentifier

public Guid LearnerIdentifier { get; set; }

Property Value

Guid

LearnerPerson

public virtual VPerson LearnerPerson { get; set; }

Property Value

VPerson

LearnerUser

public virtual VUser LearnerUser { get; set; }

Property Value

VUser

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

Quiz

public virtual TQuiz Quiz { get; set; }

Property Value

TQuiz

QuizData

public string QuizData { get; set; }

Property Value

string

QuizGradebookIdentifier

public Guid QuizGradebookIdentifier { get; set; }

Property Value

Guid

QuizIdentifier

public Guid QuizIdentifier { get; set; }

Property Value

Guid

QuizName

public string QuizName { get; set; }

Property Value

string

QuizPassingAccuracy

public decimal QuizPassingAccuracy { get; set; }

Property Value

decimal

QuizPassingKph

public int QuizPassingKph { get; set; }

Property Value

int

QuizPassingWpm

public int QuizPassingWpm { get; set; }

Property Value

int

QuizTimeLimit

public int QuizTimeLimit { get; set; }

Property Value

int

QuizType

public string QuizType { get; set; }

Property Value

string