Table of Contents

Class CountQuizes

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

Constructors

CountQuizes()

public CountQuizes()

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?