openedx-vlead / port-labs-to-openedx

3 stars 8 forks source link

Automate creation of an Open edX course from a specification #7

Closed travula closed 8 years ago

travula commented 8 years ago

Creation of the course is automated when a course structure is defined. The course structure - different sections, and subsections - is captured in a json format. The automation script/program will read the structure specification and create a course.

The course created can then be imported into Open edX studio for further modifications and hosting.

travula commented 8 years ago

https://github.com/vlead/port-labs-to-openedx/blob/develop/src/porting-labs/automation.org lists the implementation