Problem/Motivation

I installed the module and saved with just the txt file extension it came with, and I can't file any file upload widget. I made sure private file path is set.

What configuration steps am I missing in the screenshots?

lms file upload activity type

lms file upload activity

CommentFileSizeAuthor
file upload activity.png73.82 KBchike
file upload type.png67.5 KBchike

Comments

chike created an issue. See original summary.

chike’s picture

Status: Active » Closed (works as designed)

So 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.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

graber’s picture

I'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.

chike’s picture

Okay thanks.

That's helpful to know.