rated
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: rated (assign a rank or rating to)
  • Authoritative Source: http://wordnetweb.princeton.edu/perl/webwn?o2=&o0=1&o8=1&o1=1&o7=&o5=&o9=&o6=&o3=&o4=&s=rated&i=0&h=000#c
  • Usage: Action of giving a rating to an object. Should only be used when the action is the rating itself, as opposed to another action such as "reading" where a rating can be applied to the object as part of that action. In general the rating should be included in the Result with a Score object.
    Use statement objects for communication.

  • JSON Representation:
  • {
    	"verb": {
    		"id": "http://id.tincanapi.com/verb/rated",
    		"display": {
    			"nl-NL": "Beoordeeld"
    		}
    	},
    	"object": {
    		"id": "[http://example.com/courses/interaction/UniqueIdentifierOfTheInteraction]", /* [http://example.com/courses/interaction/UniqueIdentifierOfTheInteraction] is an example, this id should be a uri */
    		"definition": {
    			"type": "http://adlnet.gov/expapi/activities/cmi.interaction",
    			"description": {
    				"en-US": "MyCourse question 4"
    			},
    			"interactionType": "fill-in"
    		}
    	},
    	"result": {
    		"score": {
    			"raw": 7,
    			"max": 10
    		},
    		"response": "Optional comment from the person doing the rating" /* This is an example comment */
    	}
    }
    	
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

;