Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 899 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 899 Bytes

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: