Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Preserve metadata during import/export to/from edx #880

Open
pdpinch opened this issue Jan 27, 2016 · 3 comments
Open

Preserve metadata during import/export to/from edx #880

pdpinch opened this issue Jan 27, 2016 · 3 comments

Comments

@pdpinch
Copy link
Member

pdpinch commented Jan 27, 2016

As a course author, I would like a way to preserve the metadata I've added to a learning resource: when it's exported form LORE, imported into edX and re-exported and re-imported into LORE. In particular, I don't want to have to re-enter metadata on the same learning resource, and I'd like to avoid creating duplicate learning resources.

We've discussed a couple of different ways this could be done:

  1. XML attributes:
    • Looks nice
    • relatively easy to parse when necessary
    • Since OLX doesn't have a schema, we can add arbitrary attributes
    • we need to test what happens with edX on import and export
  2. XML comments:
    • allows for more arbitrary structure
    • we need to test what happens with edX on import and export
  3. edX Asides (an experimental extension to XBlock:
    • intended to support tagging of XBlocks, which seems similar to what we're doing
    • not yet in production
    • no serialization established yet.

Another question to consider is whether we want to embed all of the learning object's metadata in the OLX export, or just an GUID that can be used to look up the metadata.

@pwilkins
Copy link
Contributor

The elephant in the room with these proposals is that edX (the elephant) will change position without warning, putting our expensive designer furniture (the room) at risk.
Is there any practical way that we can get edX buy-in on our plan of choice?
I propose the easiest path for collaboration is using OLX and pursuading edX that OLX is a viable path to interoperability.

@pdpinch
Copy link
Member Author

pdpinch commented Jan 29, 2016

@Ferdial and I hard a brief conversation with Dave Ormsbee and Joel Barciauskas today about unique identifiers in OLX.

Dave said that it's a part of the XBlock architecture to "ignore anything that it doesn't understands." This should mean that edX will import and export any (tags and attributes?) in the OLX that are unfamiliar.

He did want to talk more, to make sure we didn't have any namespace collisions, and they were also interested in the scope of what we're interested in.

So, there's hope that the elephant won't step on us -- because it ignores the furniture anyway.

On Jan 29, 2016, at 2:03 PM, Peter Wilkins notifications@github.com wrote:

The elephant in the room with these proposals is that edX (the elephant) will change position without warning, putting our expensive designer furniture (the room) at risk.
Is there any practical way that we can get edX buy-in on our plan of choice?

I propose the easiest path for collaboration is using OLX and pursuading edX that OLX is a viable path to interoperability.


Reply to this email directly or view it on GitHub #880 (comment).

@pwilkins
Copy link
Contributor

Dave said that it's a part of the XBlock architecture to "ignore anything that it doesn't understands."

We don't really want it to "ignore" what it doesn't understand, we want them to preserve what it doesn't understand. The difference is inaction versus action. "Preservation" is an action; "ignoring" sounds more careless.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants