Is there export and import of libraries (AI Library Builder)?

Hello. I had an idea to create a tool for generating a library with questions. I think it’s quite useful and much more practical than the AI Course Builder (although that tool is also very cool).

The new libraries (beta) features do not yet have an import-export feature, but it’s being planned at the moment, and I believe the goal is to have some version of it working in the next release (β€œUlmo”). CC @jmakowski

In the meantime, you can use the Library Blocks API and XBlock API to generate content from python, move it around among libraries, and export it to OLX.

1 Like

FWIW, the work to add import/export functionality to beta libraries is kicking off next week Wednesday, starting with this ticket:

If you’re just starting down this road, the part that I would recommend focusing on is the accurate generation of problem OLX content. In the past, I’ve seen LLMs generate OLX that looks plausible at first glance, but turned out to be malformed in subtle ways.

2 Likes