questionSet
    Extension description:
  • Definition: questionSet (list of questions)

  • JSON Representation:
  • "questionSet": [
    	{
    		"id": "http://adlnet.gov/expapi/activities/question",
    		"uniqueId": "UniqueIdentifierOfTheQuestion",
    		"value": "AnyValueInTheFormOfAString (XML, JSON, HTML, Plain Text, Base64Encoded Binary, etc.)"
    	}
    ]
    		
  • 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

    ;