Table of Contents

Class CreateQuiz

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

Constructors

CreateQuiz()

public CreateQuiz()

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

QuizIdentifier

public Guid QuizIdentifier { get; set; }

Property Value

Guid

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