Is it possible to make an mp3 non-dowloadable in a specific course?
I would like to upload an mp3 file to a course but not allow students to download it. Is this possible? I tried adjusting the 2 config variables related to the media player but it didn't work. I read in the help documentation that a permission for the learner role would need to be adjusted but I don't want learners in the system to be restricted from downloading mp3s in other courses.
Answers
-
@Olivia.Tarasewicz5845 Depending on how you are adding the file to your course, you might be able to edit the HTML code and add controlsList="nodownload" to the audio tag so that download is not an option.
-
Thanks for the tip @Jennifer.Wagner3830
I tired what you advised and it worked to remove the download button from the media player. But then I noticed there is yet another download button for content that displays to learners.
-
@Olivia.Tarasewicz5845 I believe that download icon is a system-wide feature that can only be turned off by admins for the entire institution. I don't think there's a way you can disable it for individual courses.
-
I think you are right!