TaskModel Class |
Namespace: Livit.Learn.Model
[SerializableAttribute] public class TaskModel : AssignmentModel
The TaskModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowRotationHint |
To manually allow the rotation hint showing up or not when this specific task is active
|
![]() | Attached |
Defines an attached property.
(Inherited from BaseModel.) |
![]() | AutoPlayActions | |
![]() | AutoStart | |
![]() | ClicksAttempt |
Returns the number of clicks made by the User while completing the Task.
(Inherited from AssignmentModel.) |
![]() | Comments |
(Development) Includes comments in the XML code.
(Inherited from BaseModel.) |
![]() | CompletedActions | |
![]() | CompletedActionsInvoked |
Returns true if CompletedActions for Task were invoked.
|
![]() | CompletedTime | (Inherited from AssignmentModel.) |
![]() | CompletedTimeSerialized |
Returns the time at which the Task was completed.
(Inherited from AssignmentModel.) |
![]() | CompletedWhen | |
![]() ![]() | DataContext |
Contains a source of all bindings defined for element.
(Inherited from BaseModel.) |
![]() | Description |
Displays a description of the object to the user.
(Inherited from TriggableModel.) |
![]() | ExternalXmlPath | (Inherited from BaseModel.) |
![]() | FailedActions | |
![]() | FailedWhen | |
![]() | Id |
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.) |
![]() | ImageId |
Defines the image to display when the user clicks the View Image button.
|
![]() | Instructions |
Displays instructions to the user on how to complete the Task.
|
![]() | IsCompleted |
Returns true if the Task has been completed by the user.
(Inherited from AssignmentModel.) |
![]() | IsCompleting |
Returns true if CompletedWhen.IsMatch was true in the past.
|
![]() | IsFailing |
Returns true if FailedWhen.IsMatch was true in the past.
|
![]() | IsIdAutogenerated | (Inherited from BaseModel.) |
![]() | IsLogHidden |
Hides this Assignment from the Mission tab in the LabPad.
(Inherited from AssignmentModel.) |
![]() | IsMuted |
Disables the voice-over for the Instructions in this Task.
|
![]() | IsSkipped |
Returns true if the Task has been skipped by the user.
|
![]() | IsSkipping |
Returns true if SkippedWhen.IsMatch was true in the past.
|
![]() | IsUnlocked |
Returns true if the Task is available to the user.
(Inherited from AssignmentModel.) |
![]() | LabPadHintDelay |
The duration of the delay (in second) before the LabPad hint is triggered.
Defaults to 0. If -1 is specified, the LabPad hint will be disabled.
|
![]() | Navigatables |
The list to determine the only navigatables to navigate in the current task
for Accessibility Mode. The Ids listed here are separated by ';'.
|
![]() | ReadMoreUrl |
Targets the Wiki content to be displayed when the user clicks on the View Theory button.
|
![]() | SecondsSpent |
Returns the number of seconds the user spent completing the Task.
(Inherited from AssignmentModel.) |
![]() | ShowNavigatablesHint |
Indicated whether the show navigables hint button should be shown or not.
|
![]() | SkippedActions | |
![]() | SkippedActionsInvoked |
Returns true if SkippedActions for Task were invoked.
|
![]() | SkippedWhen | |
![]() | StartActions | |
![]() | StartTime | (Inherited from AssignmentModel.) |
![]() | StartTimeSerialized |
Returns the time at which the Task was started.
(Inherited from AssignmentModel.) |
![]() | TemplateVersionId |
Contains a id of source template.
(Inherited from BaseModel.) |
![]() | Title |
Defines a title for the object.
(Inherited from TriggableModel.) |
![]() | Triggers | (Inherited from TriggableModel.) |
![]() | TriggersSerialized |
Lists the available Triggers for
this object.
(Inherited from TriggableModel.) |
![]() | VoiceId |
Selects the Id of the Voice to be used for the Task Title or Instruction.
|
![]() | Weight |
Defines the relative weight of this Task in the overall progress.
|
![]() | WikiMarkdownId |
The Markdown Id of theory page where ReadMoreUrl will be displayed.
|
![]() | XmlComments |
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.) |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ShouldSerializeTriggers | (Inherited from TriggableModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |