Course staff can specify licensing options for course content as well as for each video in a course.
Course staff can select one of the following license options.
By specifying the license, course staff communicate to learners whether and how they can reuse course content.
To enable this feature on your instance of Open edX, you must enable licensing in both Studio and the Learning Management System.
Note
Before proceeding, review Guidelines for Updating the edX Platform.
In the edX Platform installation directory, edit the file
/cms/envs/common.py
In the FEATURES
dictionary, add 'LICENSING':True
:
FEATURES = {
'LICENSING': True,
. . .
Save the /cms/envs/common.py
file.
In the edX Platform installation directory, edit the file
/lms/envs/common.py
In the FEATURES
dictionary, add 'LICENSING':True
:
FEATURES = {
'LICENSING': True,
. . .
Save the /lms/envs/common.py
file.