Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"cmi": {
"core": {
"student_id": {
"readable": true,
"description": "student username",
"datatype": "string"
},
"student_name": {
"readable": true,
"description": "student name",
"datatype": "string"
},
"lesson_location": {
"readable": true,
"writable": true,
"description": "bookmark",
"datatype": "string"
},
"credit": {
"readable": true,
"description": "bookmark",
"datatype": "string",
"options": [
"credit",
"no-credit"
]
},
"lesson_status": {
"readable": true,
"writable": true,
"description": "bookmark",
"datatype": "string",
"options": [
"passed",
"completed",
"failed",
"incomplete",
"browsed",
"not attempted"
]
},
"entry": {
"readable": true,
"description": "Asserts whether the learner has previously accessed the SCO",
"datatype": "string",
"options": [
"ab-initio",
"resume",
""
]
},
"score": {
"raw": {
"readable": true,
"writable": true,
"description": "the performance of the learner",
"datatype": "number"
},
"max": {
"readable": true,
"writable": true,
"description": "Maximum value in the range for the raw score",
"datatype": "number"
},
"min": {
"readable": true,
"writable": true,
"description": "Minimum value in the range for the raw score",
"datatype": "number"
}
},
"total_time": {
"readable": true,
"description": "Sum of all of the learner’s session times accumulated in the current learner attempt",
"datatype": "CMITimespan"
}
}
}
}