Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 863 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 863 Bytes

OpenCraft Courses

OpenCraft Logo

This repository contains all the courses that are publically available on courses.opencraft.com:

How to add a new course to this repository

  1. Type git checkout --orphan xblock-name to create a new "orphan" branch.
  2. Delete any files that remain present/staged.
  3. Export the course from Studio.
  4. Extract the contents of the resulting tarball into this repository.
  5. Ensure that the course is not in a subfolder. course.xml should be in the root of the repository.