completed
Properties:
  • id: Corresponds to a Verb definition. Each Verb definition corresponds to the meaning of a Verb, not the word. The IRI should be human-readable and contain the Verb meaning.
  • display: The human readable representation of the Verb in one or more languages. This does not have any impact on the meaning of the Statement, but serves to give a human-readable display of the meaning already determined by the chosen Verb.
Verb Meaning:
  • Definition: completed (come or bring to a finish or an end)
  • Authoritative Source: http://wordnetweb.princeton.edu/perl/webwn?o2=&o0=1&o8=1&o1=1&o7=&o5=&o9=&o6=&o3=&o4=&s=complete&i=0&h=0000000000#c
  • Usage: To experience the activity in its entirety. Used to affirm the completion of content. This can be simply experiencing all the content, be tied to objectives or interactions, or determined in any other way. Any content that has been initialized, but not yet completed, should be considered incomplete. There is no verb to 'incomplete' an activity, one would void the statement which completes the activity.
    Use statement objects for communication.

  • JSON Representation:
  • {
    	"verb": {
    		"id": "http://adlnet.gov/expapi/verbs/completed",
    		"display": {
    			"nl-NL": "Afgerond",
    			"en-US": "completed"
    		}
    	},
    	"result": {
    		"duration": "PT14M36S",
    		"extensions": {
    			"http://bao.mijnklas.nl/xapi/extensions/objectType": "http://bao.mijnklas.nl/xapi/extensions/jsonArray",
    			"http://bao.mijnklas.nl/xapi/extensions/jsonArray": [
                                    {
                                        "name": "keysEarned", 
                                        "value": "3", 
                                        "properties": [] 
                                    }, 
                                    {
                                        "name": "bonus", 
                                        "value": "Id", 
                                        "properties": [
                                            { 
                                                "name": "1", 
                                                "value": "2", 
                                                "properties": [] 
                                            } 
                                        ] 
                                    },
                                    {
                                        "name": "PLANNING_ID", 
                                        "value": "0", 
                                        "properties": [] 
                                    },
                                    {
                                        "name": "isHomeLogin", 
                                        "value": "false", 
                                        "properties": [] 
                                    }
                            ] 
    		}
    	}
    }
    		
Legend:
  • Different colors in the JSON Representation give special meaning to that part of the json.

    Optional: May be added for clarity. Bao xApi ignores it if present.

    Removed: Bao xApi has no use for it but TinCan Api requests/requires it. Bao xApi ignores it if present.

    Comment: Comment for clarification of the property. This should not be present in the json representation

;