rwth-acis / moodle-data-proxy

3 stars 1 forks source link

[ENH] Course identification in generated statements #24

Closed BorisJov closed 3 years ago

BorisJov commented 3 years ago
  1. Motivation - Statements generated from different Moodle courses can be sent to the same LRS. Once stored, there should be a way to differentiate which course a statement references.
  2. Specification - In the generated statements, add a field that identifies the course, possibly wiht a course id or course home page link. This can either be done in the actor section, linking the actor to the course, or in the object section stating to which course the activity belongs to.
  3. Finalised state - LRS consumers can easily identify to which Moodle course a statement belongs to, based on the data within the statement itself.
BorisJov commented 3 years ago

Implemented through #25