Is there a way to migrate an OpenEdx course into the Moodle?
There are several options to migrate content into Open edX.
In Open edX, courses are represented in OLX xml format.
To transform moodle content you can use the following tool:
Moodle XML archive to OLX
Python script to convert moodle course content to edX
URL: GitHub - mitocw/moodle2edx: Python script to convert moodle course content to edX,
fork: GitHub - raccoongang/moodle2edx at kssl/eupati
Maintainer: MIT / unmaintained
Please be aware that this tool is a little bit outdate.
In this document you can also find other ways to transform different formats to OLX.