moodle-logstore_xapi
moodle-logstore_xapi copied to clipboard
Assignment object due date extension
JISC have an extension http://xapi.jisc.ac.uk/extensions/duedate which contains the assignment due date as an ISO 8601 timestamp. We should use this.
If we don't want to replicate that, but we want to use their extension, then JISC need to change that before we implement it differently here.
I think @andrewhickey had an issue with that.
Which events was this intended to be added to @garemoko?
Both the assignment ones (graded and submitted)
Ok nice, thanks @garemoko 👍
Note to self this is for assignment_graded and assignment_submitted
Note: the JISC extension has a weird object-with-one-property structure. We shouldn't replicate this.
@ryansmith94 do you know if that's still an issue?
No it's no longer an issue according to example statements I've seen and their documentation.
Edited the issue to remove that note.
JISC branch has been merged into master. We are good to go here!