Table of Contents

Class CollectQuizes

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectQuizes : Query<IEnumerable<QuizModel>>, IQuery<IEnumerable<QuizModel>>, IQuizCriteria
Inheritance
CollectQuizes
Implements
Inherited Members
Extension Methods

Constructors

CollectQuizes()

public CollectQuizes()

Properties

AttemptLimit

public int? AttemptLimit { get; set; }

Property Value

int?

GradebookIdentifier

public Guid? GradebookIdentifier { get; set; }

Property Value

Guid?

MaximumPoints

public decimal? MaximumPoints { get; set; }

Property Value

decimal?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

PassingAccuracy

public decimal? PassingAccuracy { get; set; }

Property Value

decimal?

PassingKph

public int? PassingKph { get; set; }

Property Value

int?

PassingPoints

public decimal? PassingPoints { get; set; }

Property Value

decimal?

PassingScore

public decimal? PassingScore { get; set; }

Property Value

decimal?

PassingWpm

public int? PassingWpm { get; set; }

Property Value

int?

QuizData

public string QuizData { get; set; }

Property Value

string

QuizName

public string QuizName { get; set; }

Property Value

string

QuizType

public string QuizType { get; set; }

Property Value

string

TimeLimit

public int? TimeLimit { get; set; }

Property Value

int?