Closed (works as designed)
Project:
LMS File Upload
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2026 at 15:44 UTC
Updated:
7 Jul 2026 at 13:36 UTC
Jump to comment: Most recent


Comments
Comment #2
chikeSo sorry. I was looking for a way for us to upload a video file as an activity so I was reading file upload like the Admin is uploading a file for the student and now it is the student uploading for the Admin.
It is my bad.
Comment #4
graber commentedI'll Re here in addition to Oberon on Slack so we have it documented hopefully..
Activities are fieldable entities and they have their field API UI which means one can add any possible field that will display on them. It can be a media reference with a remote / local video referenceable media type. Field display can also be controlled. Field UI route base URI is admin/lms/activity_type/[activity type ID]/edit/fields (admin -> LMS -> Activity types -> [add if none] -> edit fields), fields / form / view display setting tabs are there.
Comment #5
chikeOkay thanks.
That's helpful to know.