xAPI-SCORM-Profile
xAPI-SCORM-Profile copied to clipboard
Update uri
need to update this to : https://w3id.org/xapi/adl
"category": [
{
"id": "https://w3id.org/xapi/adl/profiles/scorm"
}
stuff in doc needs updated to follow guidelines in vocab doc
- [ ] https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#course-iri
- [ ] https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#internationalized-resource-identifier-iri-1
- [ ] https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#interactions
- [ ] https://github.com/adlnet/xAPI-SCORM-Profile/blob/master/xapi-scorm-profile.md#objectives
The context category IRI is fine:
"category": [
{
"id": "https://w3id.org/xapi/adl/profiles/scorm"
}
The rewrite rules account for that level of depth now. For example, open up a terminal window and use curl to do a get on the IRI:
curl --header "Accept: application/json" -L htts://w3id.org/xapi/adl/profiles/scorm
or
curl --header "Accept: application/ld+json" -L htts://w3id.org/xapi/adl/profiles/scorm
It returns the JSON metadata for either a JSON or JSON-LD request.
However, do we want to only return the ADL verbs and activity types? Because that is all that is returned. Or do you want to return SCORM profile specific information? I think we need to return the SCORM profile RDF you created instead. We will need to update the rewrite rules for /profiles/scorm too.
After second thought we should update this to https://w3id.org/xapi/scorm
Now that I've read the other documents more carefully I think we should change this to simplify things and stay consistent with the recommended IRI naming convention and rewrite rules in place for future automation (hopefully).