Interface IQuizCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IQuizCriteria
- Extension Methods
-
Properties
AttemptLimit
int? AttemptLimit { get; set; }
Property Value
- int?
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
GradebookIdentifier
Guid? GradebookIdentifier { get; set; }
Property Value
- Guid?
MaximumPoints
decimal? MaximumPoints { get; set; }
Property Value
- decimal?
OrganizationIdentifier
Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
PassingAccuracy
decimal? PassingAccuracy { get; set; }
Property Value
- decimal?
PassingKph
int? PassingKph { get; set; }
Property Value
- int?
PassingPoints
decimal? PassingPoints { get; set; }
Property Value
- decimal?
PassingScore
decimal? PassingScore { get; set; }
Property Value
- decimal?
PassingWpm
int? PassingWpm { get; set; }
Property Value
- int?
QuizData
string QuizData { get; set; }
Property Value
- string
QuizName
string QuizName { get; set; }
Property Value
- string
QuizType
string QuizType { get; set; }
Property Value
- string
TimeLimit
int? TimeLimit { get; set; }
Property Value
- int?