You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support learners in capturing input, we might want to allow augmentations to stay 'editable' when switching to PlayMode. The author sets a check box "[x] entered by user" (or so). The learner is then prompted in PlayMode to edit the augmentation: take a photo, record a ghost, record an audio, etc.
The user generated input, however, cannot be stored with the original ARLEM activity - every single 'user' of the activity will have their own data. The data shall be stored to Moodle, somehow magically linking it as 'assignments' results into Moodle and the database tables. Moreover, the storage URL / IDs of the content of the user should be linked to the according xAPI statements (fridolin recorded video > result: URL).
The text was updated successfully, but these errors were encountered:
Needs discussion. I see several options: either we store the user generated content in the Moodle plugin in some sort of assessments table, or we foresee that the user uploads a new ARLEM (which contains the user generated content). In case of the latter, we still would have to link it somehow to the original resource - as some sort of submission. The xAPI is ultimately not the right place to store the user generated content - statements are not made for, e.g., uploading a video or uploading a ghost track. The xAPI should only store a link to the upload in Moodle.
After discussion: some parts should be logged to xAPI, if there is more data, then xAPI log statement should link to Moodle URL with the data. User generated content data should be stored always in Moodle (but can, e.g. measured values, also additionally be stored in the LRS).
In GitLab by @Wild on Jun 15, 2021, 11:49
To support learners in capturing input, we might want to allow augmentations to stay 'editable' when switching to PlayMode. The author sets a check box "[x] entered by user" (or so). The learner is then prompted in PlayMode to edit the augmentation: take a photo, record a ghost, record an audio, etc.
This also is very relevant for the idea of 'activity templates' that form the basis for learning designs: https://platform.xr4all.eu/wekit-ecs/mirage-xr/-/issues/274
The user generated input, however, cannot be stored with the original ARLEM activity - every single 'user' of the activity will have their own data. The data shall be stored to Moodle, somehow magically linking it as 'assignments' results into Moodle and the database tables. Moreover, the storage URL / IDs of the content of the user should be linked to the according xAPI statements (fridolin recorded video > result: URL).
The text was updated successfully, but these errors were encountered: