Class QAttemptMatch
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public class QAttemptMatch : IAttemptAnswer
- Inheritance
-
QAttemptMatch
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
QAttemptMatch()
Properties
AnswerText
public string AnswerText { get; set; }
Property Value
- string
Attempt
public virtual QAttempt Attempt { get; set; }
Property Value
- QAttempt
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
- Guid
HasAnswer
public bool HasAnswer { get; }
Property Value
- bool
IsCorrect
public bool IsCorrect { get; }
Property Value
- bool
MatchLeftText
public string MatchLeftText { get; set; }
Property Value
- string
MatchLetter
public string MatchLetter { get; }
Property Value
- string
MatchPoints
public decimal MatchPoints { get; set; }
Property Value
- decimal
MatchRightText
public string MatchRightText { get; set; }
Property Value
- string
MatchSequence
public int MatchSequence { get; set; }
Property Value
- int
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int