Skip to content

hberndl70/edx-gen

 
 

Repository files navigation

edX Generator

A Python3 script for generating an edX course from markdown.

The aim is:

  • to allow all content to be created using a simple text editor outside the browser.
  • to allow Git and version control to be used when developing and reviewing the content.
  • to allow better control over formatting and styles.

The basic workflow is that you create all your content locally, in a specific folder structure (described below). When you run the python script, it generates a compressed .tar.gz file that can be directly imported into a edX course. When this file is imported, it will automatically populate all course contents on edX.

More Information

For more information about creating the content for the edX Generator:

For more information about running the edX Generator:

About

edx course generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%