Class TQuiz
- Namespace
- InSite.Application.Quizzes.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
TQuiz
- Inherited Members
-
- Extension Methods
-
Constructors
TQuiz()
Fields
MaxQuizDataLength
public const int MaxQuizDataLength = 4000
Field Value
- int
Properties
AttemptLimit
public int AttemptLimit { get; set; }
Property Value
- int
Attempts
public virtual ICollection<TQuizAttempt> Attempts { get; set; }
Property Value
- ICollection<TQuizAttempt>
Gradebook
public virtual QGradebook Gradebook { get; set; }
Property Value
- QGradebook
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