Uses of Class
dev.learning.xapi.model.Verb

Packages that use Verb
Package
Description
 
  • Uses of Verb in dev.learning.xapi.model

    Fields in dev.learning.xapi.model declared as Verb
    Modifier and Type
    Field
    Description
    static final Verb
    Indicates that the AU session was abnormally terminated by a learner's action (or due to a system failure).
    static final Verb
    Indicates the actor replied to a question, where the object is generally an activity representing the question.
    static final Verb
    Verb.ASKED
    Indicates an inquiry by an actor with the expectation of a response or answer to a question.
    static final Verb
    Indicates the actor made an effort to access the object.
    static final Verb
    Indicates the actor was present at a virtual or physical event or activity.
    static final Verb
    Indicates the actor provided digital or written annotations on or about an object.
    static final Verb
    Indicates the actor finished or concluded the activity normally.
    static final Verb
    Verb.EXITED
    Indicates the actor intentionally departed from the activity or object.
    static final Verb
    Indicates the actor only encountered the object, and is applicable in situations where a specific achievement or completion is not required.
    static final Verb
    Verb.FAILED
    Indicates the actor did not successfully pass an activity to a level of predetermined satisfaction.
    static final Verb
    Indicates the actor introduced an object into a physical or virtual location.
    static final Verb
    Indicates the activity provider has determined that the actor successfully started an activity.
    static final Verb
    Indicates the actor engaged with a physical or virtual object.
    static final Verb
    Indicates the actor attempted to start an activity.
    static final Verb
    Indicates the actor gained access to a system or service by identifying and authenticating with the credentials provided by the actor.
    static final Verb
    Indicates the actor either lost or discontinued access to a system or service.
    static final Verb
    Indicates the highest level of comprehension or competence the actor performed in an activity.
    static final Verb
    Verb.PASSED
    Indicates the actor successfully passed an activity to a level of predetermined satisfaction.
    static final Verb
    Indicates the selected choices, favoured options or settings of an actor in relation to an object or activity.
    static final Verb
    Indicates a value of how much of an actor has advanced or moved through an activity.
    static final Verb
    Indicates the actor is officially enrolled or inducted in an activity.
    static final Verb
    Indicates an actor reacted or replied to an object.
    static final Verb
    Verb.RESUMED
    Indicates the application has determined that the actor continued or reopened a suspended attempt on an activity.
    static final Verb
    Indicates that the authority or activity provider determined the actor has fulfilled the criteria of the object or activity.
    static final Verb
    Verb.SCORED
    Indicates a numerical value related to an actor's performance on an activity.
    static final Verb
    Verb.SHARED
    Indicates the actor's intent to openly provide access to an object of common interest to other actors or groups.
    static final Verb
    Indicates 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 Verb
    Indicates that the actor successfully ended an activity.
    static final Verb
    Verb.VOIDED
    A special reserved verb used by a LRS or application to mark a statement as invalid.
    static final Verb
    Verb.WAIVED
    Indicates that the learning activity requirements were met by means other than completing the activity.
    Methods in dev.learning.xapi.model that return Verb
    Modifier and Type
    Method
    Description
    CoreStatement.getVerb()
    Action taken by the Actor.
    Methods in dev.learning.xapi.model with parameters of type Verb
    Modifier and Type
    Method
    Description
    Statement.Builder.verb(Verb verb)
    Sets the verb.
    SubStatement.Builder.verb(Verb verb)
    Sets the verb.