Table of Contents

Class CollectQuizAttempts

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectQuizAttempts : Query<IEnumerable<QuizAttemptModel>>, IQuery<IEnumerable<QuizAttemptModel>>, IQuizAttemptCriteria
Inheritance
CollectQuizAttempts
Implements
Inherited Members
Extension Methods

Constructors

CollectQuizAttempts()

public CollectQuizAttempts()

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?

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?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

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