audio-request
    Activity Description:
  • Used to get a url from an audio file
    Properties:
  • objectType: MUST be "Activity" when present
  • id: An identifier for a single unique Activity
  • definition: The human readable name, description, and type of the Activity.
  • type: Part of the Activity definition that specifies the type of activity; must provide a valid IRI
  • moreInfo: Part of the Activity definition that SHOULD resolve to a document human-readable IRL about the Activity, which MAY include a way to 'launch' the Activity (IRL).

  • JSON Example:
    	    
    "object": {
    	"id": "http://bao.mijnklas.nl/xapi/activities/audio-request",
    	"objectType": "Activity",
    	"definition": {
    		"extensions": {
    			"uniqueId": "[UniqueIdentifierOfTheAudio]" /* [UniqueIdentifierOfTheAudio] is an example, this should be a unique Id used to retrieve the audio-file. */
    		}
    	}
    }
    		
    	
  • 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

    ;