Package dev.learning.xapi.model
Class Verb
java.lang.Object
dev.learning.xapi.model.Verb
The Verb defines the action between an Actor and an Activity.
- Author:
- Thomas Turrell-Croft, István Rátkai (Selindek)
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VerbIndicates that the AU session was abnormally terminated by a learner's action (or due to a system failure).static final VerbIndicates the actor replied to a question, where the object is generally an activity representing the question.static final VerbIndicates an inquiry by an actor with the expectation of a response or answer to a question.static final VerbIndicates the actor made an effort to access the object.static final VerbIndicates the actor was present at a virtual or physical event or activity.static final VerbIndicates the actor provided digital or written annotations on or about an object.static final VerbIndicates the actor finished or concluded the activity normally.static final VerbIndicates the actor intentionally departed from the activity or object.static final VerbIndicates the actor only encountered the object, and is applicable in situations where a specific achievement or completion is not required.static final VerbIndicates the actor did not successfully pass an activity to a level of predetermined satisfaction.static final VerbIndicates the actor introduced an object into a physical or virtual location.static final VerbIndicates the activity provider has determined that the actor successfully started an activity.static final VerbIndicates the actor engaged with a physical or virtual object.static final VerbIndicates the actor attempted to start an activity.static final VerbIndicates the actor gained access to a system or service by identifying and authenticating with the credentials provided by the actor.static final VerbIndicates the actor either lost or discontinued access to a system or service.static final VerbIndicates the highest level of comprehension or competence the actor performed in an activity.static final VerbIndicates the actor successfully passed an activity to a level of predetermined satisfaction.static final VerbIndicates the selected choices, favoured options or settings of an actor in relation to an object or activity.static final VerbIndicates a value of how much of an actor has advanced or moved through an activity.static final VerbIndicates the actor is officially enrolled or inducted in an activity.static final VerbIndicates an actor reacted or replied to an object.static final VerbIndicates the application has determined that the actor continued or reopened a suspended attempt on an activity.static final VerbIndicates that the authority or activity provider determined the actor has fulfilled the criteria of the object or activity.static final VerbIndicates a numerical value related to an actor's performance on an activity.static final VerbIndicates the actor's intent to openly provide access to an object of common interest to other actors or groups.static final VerbIndicates the status of a temporarily halted activity when an actor's intent is returning to the or object activity at a later time.static final VerbIndicates that the actor successfully ended an activity.static final VerbA special reserved verb used by a LRS or application to mark a statement as invalid.static final VerbIndicates that the learning activity requirements were met by means other than completing the activity. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANSWERED
Indicates the actor replied to a question, where the object is generally an activity representing the question. The text of the answer will often be included in the response inside result.- See Also:
-
ASKED
Indicates an inquiry by an actor with the expectation of a response or answer to a question.- See Also:
-
ATTEMPTED
Indicates the actor made an effort to access the object. An attempt statement without additional activities could be considered incomplete in some cases.- See Also:
-
ATTENDED
Indicates the actor was present at a virtual or physical event or activity.- See Also:
-
COMMENTED
Indicates the actor provided digital or written annotations on or about an object.- See Also:
-
EXITED
Indicates the actor intentionally departed from the activity or object.- See Also:
-
EXPERIENCED
Indicates the actor only encountered the object, and is applicable in situations where a specific achievement or completion is not required.- See Also:
-
IMPORTED
Indicates the actor introduced an object into a physical or virtual location.- See Also:
-
INTERACTED
Indicates the actor engaged with a physical or virtual object.- See Also:
-
LAUNCHED
Indicates the actor attempted to start an activity.- See Also:
-
MASTERED
Indicates the highest level of comprehension or competence the actor performed in an activity.- See Also:
-
PREFERRED
Indicates the selected choices, favoured options or settings of an actor in relation to an object or activity.- See Also:
-
PROGRESSED
Indicates a value of how much of an actor has advanced or moved through an activity.- See Also:
-
REGISTERED
Indicates the actor is officially enrolled or inducted in an activity.- See Also:
-
SHARED
Indicates the actor's intent to openly provide access to an object of common interest to other actors or groups.- See Also:
-
VOIDED
A special reserved verb used by a LRS or application to mark a statement as invalid. See the xAPI specification for details on Voided statements.- See Also:
-
LOGGED_IN
Indicates the actor gained access to a system or service by identifying and authenticating with the credentials provided by the actor.- See Also:
-
LOGGED_OUT
Indicates the actor either lost or discontinued access to a system or service.- See Also:
-
COMPLETED
Indicates the actor finished or concluded the activity normally.- See Also:
-
FAILED
Indicates the actor did not successfully pass an activity to a level of predetermined satisfaction.- See Also:
-
INITIALIZED
Indicates the activity provider has determined that the actor successfully started an activity.- See Also:
-
PASSED
Indicates the actor successfully passed an activity to a level of predetermined satisfaction.- See Also:
-
RESPONDED
Indicates an actor reacted or replied to an object.- See Also:
-
RESUMED
Indicates the application has determined that the actor continued or reopened a suspended attempt on an activity.- See Also:
-
SCORED
Indicates a numerical value related to an actor's performance on an activity.- See Also:
-
SUSPENDED
Indicates the status of a temporarily halted activity when an actor's intent is returning to the or object activity at a later time.- See Also:
-
TERMINATED
Indicates that the actor successfully ended an activity.- See Also:
-
ABANDONED
Indicates that the AU session was abnormally terminated by a learner's action (or due to a system failure).- See Also:
-
WAIVED
Indicates that the learning activity requirements were met by means other than completing the activity. A waived statement is used to indicate that the activity may be skipped by the actor.- See Also:
-
SATISFIED
Indicates that the authority or activity provider determined the actor has fulfilled the criteria of the object or activity.- See Also:
-
-
Constructor Details
-
Verb
Constructs a new verb.- Parameters:
id- the id
-
Verb
Constructs a new verb with id and default name for the verb.- Parameters:
id- the idname- the human readable representation of the Verb
-
-
Method Details
-
isVoided
public boolean isVoided()Returns true if verb is voided.- Returns:
- true if the verb is voided
-