Grading API Initialization
organisation_id
Specifies the Item bank associated with the assessment that is being graded.
You would want to use this so that you can ensure the correct Item bank is referenced when retrieving and grading Items within your assessment.
Examples
var initializationOptions = {
"organisation_id": "123456"
// ...
};
Values
Attribute path organisation_id
Type string