There are two generations of Content Libraries in the platform. The Open edX user interface has referred to them by different names across releases, so to disambiguate, we use the code-names “V1” and “V2”.
...
Release(s) | V1 Libraries | V2 Libraries | |||||
---|---|---|---|---|---|---|---|
Cypress → Redwood | Library Authoring Environment | From Studio home, go to theContent Libraries tab, and select an existing library or click + New Content Library.
| Not available | ||||
Course Authoring Environment | Before Nutmeg:
Starting in Nutmeg:
Each student will see a stable list of blocks (size configurable), randomly selected from an entire library, optionally filtered by problem type. | ||||||
OLX | Entire libraries can be exported to and imported from OLX. Courses with Library Content can be exported to and imported from OLX. Library content in courses will be wrapped in | ||||||
Configuration | Enabled by default. To disable site-wide, set Django setting | ||||||
Sumac | Library Authoring Environment | Tab has been renamed to Legacy Libraries. Otherwise, the feature is unchanged. | New Libraries (Beta) tab in Studio home. Select an existing library or click + New Library. Authors will see:
| ||||
Course Authoring Environment | The Library Content component is renamed to the Legacy Library component. It is still available in the Studio unit page for all courses. New and existing Legacy Library components will have no change in behavior in comparison to older releases. | In all courses, the unit editor now invites users to add Library Content (Beta) or a Problem Bank (Beta)component. Problem Bank: explain Library Content: explain | |||||
OLX | Entire legacy libraries can still be exported to and imported from OLX. Courses with Legacy Library components can still be exported to and imported from OLX. Legacy library content in courses will still be wrapped in | Entire Libraries (Beta) cannot yet be exported to or imported from OLX. Courses with Library Content (Beta) and Problem Bank (Beta) componentscan be exported to and imported from OLX.
For example, here is a unit with (1) a regular component, (2) a Library Content (Beta) component, and (3) a Problem Bank (Beta) containing two library components.
| |||||
Configuration | Enabled by default. To disable site-wide, either:
| Enabled by default. To disable site-wide, either:
| |||||
Teak | Library Authoring Environment | Deprecation message | |||||
Course Authoring Environment | |||||||
OLX | |||||||
Configuration | |||||||
Ulmo | Library Authoring Environment | No longer available | |||||
Course Authoring Environment | |||||||
OLX | |||||||
Configuration | |||||||
Verawood → beyond | Library Authoring Environment | No longer available | |||||
Course Authoring Environment | No longer available | ||||||
OLX | |||||||
Configuration | No longer available |
...
In all Open edX releases since Cypress, Content Libraries (all versions) can be globally enabled or disabled using the flagFEATURES['ENABLE_CONTENT_LIBRARIES']
.
Older Releases: Cypress through
...
Redwood
Studio had a feature called Libraries; in essence, they are bare-bones problem banks. These libraries had a very minimal authoring environment. They supported only Problem, Video and Text components. They supported OLX import/export. Library content was stored in MongoDB.These are V1 Libraries.
The only way to use V1 Library content in a course was to add “library_content"
to the course’s Advanced Module List, and then add Randomized Content Block components to the course’s units. Each learner would see a (configurable) number of components, selected from the entire library, and optionally filtered to a particular problem type. This is the V1 Library Content Component.
This features could be globally disabled using the Django setting FEATURES['ENABLE_CONTENT_LIBRARIES']
.
Previous Releases: Olive through Redwood
The Starting in Olive, the V1 Library Content Component was renamed to Library Content, and it was became available on all courses without having to configure the Advanced Module List. A Show Reset Button option was added to the component. Otherwise, the feature was unchanged.
Current Release: Sumac
A new Libraries (Beta) feature is introduced. It features a much richer authoring environment, allowing authors to organize, tag, sort, and filter their library, and empowering authors to manage a much higher volume of content than would have been suitable in the V1 Libraries environment. It initially supports Problem, Video, and Text components. OLX import/export is not yet supported. Content is stored in MySQL and indexed in Meilisearch. These are V2 Libraries.
...
V1 Libraries and V1 Library Content Components are still available to be used, although there may be warning encouraging authors to use V2 Libraries for all new content.
Provisional Migration Path:From Django Admin, site-global staff will have the option to select one or more V1 Libraries and perform the Migrate Legacy Library to new Library Collection admin action. The staff member will be able to specify any existing V2 Library or V2 Library Collection as the target of the migration.
...
The V1 Libraries authoring environment will no longer be available. In courses, existing V1 Library Content Components will continue working, but they will be unable to receive updates from V1 Libraries.
Migration Plan: The Legacy Libraries tab will show a list of V1 Libraries that are in the system. Libraries that were already migrated to the V2 environment will continue to be indicated as they were in Teak. Libraries that are not yet migrated will feature a prominent “Migrate Now” call-to-action, allowing library authors to select a destination V2 Library or V2 Library Collection.
...