Class AttemptStarted2
- Namespace
- InSite.Domain.Attempts
- Assembly
- Shift.Sdk.dll
public class AttemptStarted2 : Change, IChange
- Inheritance
-
AttemptStarted2
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
AttemptStarted2(Guid, Guid, Guid, Guid, QuestionHandle[], Guid?, int?, string, string, bool, bool, bool, int?, int?, int?)
public AttemptStarted2(Guid organization, Guid assessor, Guid learner, Guid form, AttemptStarted2.QuestionHandle[] questions, Guid? registration, int? timeLimit, string language, string userAgent, bool sectionsAsTabsEnabled, bool tabNavigationEnabled, bool singleQuestionPerTabEnabled, int? formSectionsCount, int? activeSectionIndex, int? activeQuestionIndex)
Parameters
organization Guid
assessor Guid
learner Guid
form Guid
questions QuestionHandle[]
registration Guid?
timeLimit int?
language string
userAgent string
sectionsAsTabsEnabled bool
tabNavigationEnabled bool
singleQuestionPerTabEnabled bool
formSectionsCount int?
activeSectionIndex int?
activeQuestionIndex int?
Properties
ActiveQuestionIndex
public int? ActiveQuestionIndex { get; set; }
Property Value
- int?
ActiveSectionIndex
public int? ActiveSectionIndex { get; set; }
Property Value
- int?
AssessorUserIdentifier
public Guid AssessorUserIdentifier { get; set; }
Property Value
- Guid
FormIdentifier
public Guid FormIdentifier { get; set; }
Property Value
- Guid
FormSectionsCount
public int? FormSectionsCount { get; set; }
Property Value
- int?
Language
public string Language { get; set; }
Property Value
- string
LearnerUserIdentifier
public Guid LearnerUserIdentifier { get; set; }
Property Value
- Guid
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
Questions
public AttemptStarted2.QuestionHandle[] Questions { get; set; }
Property Value
- QuestionHandle[]
RegistrationIdentifier
public Guid? RegistrationIdentifier { get; set; }
Property Value
- Guid?
SectionsAsTabsEnabled
public bool SectionsAsTabsEnabled { get; set; }
Property Value
- bool
SingleQuestionPerTabEnabled
public bool SingleQuestionPerTabEnabled { get; set; }
Property Value
- bool
TabNavigationEnabled
public bool TabNavigationEnabled { get; set; }
Property Value
- bool
TimeLimit
public int? TimeLimit { get; set; }
Property Value
- int?
UserAgent
public string UserAgent { get; set; }
Property Value
- string
Methods
Upgrade(SerializedChange)
public static AttemptStarted2 Upgrade(SerializedChange serializedChange)
Parameters
serializedChange SerializedChange
Returns
- AttemptStarted2