How to enable public course content for all courses?

Hi,

I want to set the “Course Visibility For Unenrolled Learners” option public for all courses. Is there any way to set all courses outline to public?

Thanks,
Ibrahim

Hi @ibrahimtelman! I don’t believe that there is a setting to make all courses public by default. However, if you are familiar with Python, it should be easy enough to make a pull request to edx-platform to add such a setting. What you are looking for is to change the default from COURSE_VISIBILITY_PRIVATE to a setting which you would create (and which would default to COURSE_VISIBILITY_PRIVATE).

Hi @regis, Is that possible making a tutor plugin to solve this issue? Because it will be hard update python codes every time when I deployed new server.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.