metaData
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:
  • Usage: The act of getting a set of settings.
    Use statement objects for communication.

  • JSON Representation:
  • Request:
    {	
    	"verb": {
    		"id": "http://bao.mijnklas.nl/xapi/verbs/metaData",
    		"display": {
    			"nl-NL": "Settings"
    		}
    	}
    }
    	
    Response:
    {
    	"verb": {
    		"id": "http://bao.mijnklas.nl/xapi/verbs/metaData",
    		"display": {
    			"nl-NL": "Settings"
    		}
    	},
    	"result": {
    		"duration": "PT3S",
    		"extensions": {
    			"http://bao.mijnklas.nl/xapi/extensions/objectType": "http://bao.mijnklas.nl/xapi/extensions/jsonArray",
    			"http://bao.mijnklas.nl/xapi/extensions/jsonArray": [
                                            {
                                              "name": "PassPercentage",
                                              "value": "80"
                                            },
                                            {
                                              "name": "LearningTrackAssignmentID",
                                              "value": "13000"
                                            },
                                            {
                                              "name": "AssignmentName",
                                              "value": "CatAndMouse"
                                            },
                                            {
                                              "name": "AssignmentTranslation",
                                              "value": "Kat en muis"
                                            },
                                            {
                                              "name": "UserName",
                                              "value": "Anita"
                                            },
                                            {
                                              "name": "DurationInSeconds",
                                              "value": "300"
                                            },
                                            {
                                              "name": "pronounceCustomOperators",
                                              "value": "true"
                                            },
                                            {
                                              "name": "keysRequired",
                                              "value": "2"
                                            },
                                            {
                                              "name": "isLVSRelevant",
                                              "value": "true"
                                            }
                                          ]
     
    		}
    	}
    }
    	
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

;