open-craft / demo-courses

Courses used to demonstrate and test OpenCraft XBlocks
Other
0 stars 0 forks source link

OpenCraft Demo Courses

OpenCraft Logo

This repository contains demo courses for many of the XBlocks that OpenCraft maintains or has helped to develop.

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.