-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
"As a content author, when I copy an XBlock, I expect its tags to be copied too"
When an XBlock is:
- Imported from a Library (v2) into a Course
- Copied and Pasted directly (within a course or between courses)
- Copied and Pasted as part of a larger Unit (within a course or between courses)
- Duplicated using the "Duplicate" menu action in Studio
...then the new copy of the XBlock should have the same tags as the original.
"As a content author, when I export and import a library, I expect its components' tags to be preserved"
"As a content author, when I export and import a course, I expect its components' tags to be preserved"
Acceptance criteria:
- Determine what is necessary to implement the above, and flag any potential issues around tag/taxonomy permissions.
e.g. How to represent tags in OLX? Should we give taxonomies UUIDs or URL IDs ?
Notes:
- Taxonomies should not be exported along with the course/library. Just the tag values (and the taxonomy ID?). On import, the tags should be matched back with the taxonomy.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done