Class SearchQuizAttempts
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class SearchQuizAttempts : Query<IEnumerable<QuizAttemptMatch>>, IQuery<IEnumerable<QuizAttemptMatch>>, IQuizAttemptCriteria
- Inheritance
-
SearchQuizAttempts
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
SearchQuizAttempts()
public SearchQuizAttempts()
Properties
AttemptAccuracy
public decimal? AttemptAccuracy { get; set; }
Property Value
- decimal?
AttemptCharsPerMin
public int? AttemptCharsPerMin { get; set; }
Property Value
- int?
AttemptCompleted
public DateTimeOffset? AttemptCompleted { get; set; }
Property Value
- DateTimeOffset?
AttemptCreated
public DateTimeOffset? AttemptCreated { get; set; }
Property Value
- DateTimeOffset?
AttemptData
public string AttemptData { get; set; }
Property Value
- string
AttemptDuration
public decimal? AttemptDuration { get; set; }
Property Value
- decimal?
AttemptIsPassing
public bool? AttemptIsPassing { get; set; }
Property Value
- bool?
AttemptKeystrokesPerHour
public int? AttemptKeystrokesPerHour { get; set; }
Property Value
- int?
AttemptMistakes
public int? AttemptMistakes { get; set; }
Property Value
- int?
AttemptScore
public decimal? AttemptScore { get; set; }
Property Value
- decimal?
AttemptSpeed
public decimal? AttemptSpeed { get; set; }
Property Value
- decimal?
AttemptStarted
public DateTimeOffset? AttemptStarted { get; set; }
Property Value
- DateTimeOffset?
AttemptWordsPerMin
public int? AttemptWordsPerMin { get; set; }
Property Value
- int?
LearnerIdentifier
public Guid? LearnerIdentifier { get; set; }
Property Value
- Guid?
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
QuizData
public string QuizData { get; set; }
Property Value
- string
QuizGradebookIdentifier
public Guid? QuizGradebookIdentifier { get; set; }
Property Value
- Guid?
QuizIdentifier
public Guid? QuizIdentifier { get; set; }
Property Value
- Guid?
QuizName
public string QuizName { get; set; }
Property Value
- string
QuizPassingAccuracy
public decimal? QuizPassingAccuracy { get; set; }
Property Value
- decimal?
QuizPassingKph
public int? QuizPassingKph { get; set; }
Property Value
- int?
QuizPassingWpm
public int? QuizPassingWpm { get; set; }
Property Value
- int?
QuizTimeLimit
public int? QuizTimeLimit { get; set; }
Property Value
- int?
QuizType
public string QuizType { get; set; }
Property Value
- string