Skip to content

labxchange/labxchange-xblocks

Repository files navigation

labxchange-xblocks

This repository contains XBlocks developed for the LabXchange project.

Overview

  1. Assignment XBlock (contains a collection of graded XBlocks which can only be attempted one by one)
  2. Case Study XBlock (represents a case study)
  3. Document XBlock
  4. Image XBlock
  5. Simulation XBlock (animated labs and exercises)
  6. Story in Science XBlock (stories from https://storiesinscience.org)
  7. Audio XBlock (renders embed codes from sites such as, but not limited to, SoundCloud or Sticher)

Installation on Devstack

make studio-shell
cd /edx/src
git clone https://github.com/open-craft/labxchange-xblocks.git
pip install -e /edx/src/labxchange-xblocks

Testing on Devstack

make studio-shell
make -f /edx/src/labxchange-xblocks/Makefile validate

License

The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.

Please see LICENSE.txt for details.

How To Contribute

Contributions are very welcome.

Please read How To Contribute for details.

Even though they were written with edx-platform in mind, the guidelines should be followed for Open edX code in general.

The pull request description template should be automatically applied if you are creating a pull request from GitHub. Otherwise you can find it at PULL_REQUEST_TEMPLATE.md.

The issue report template should be automatically applied if you are creating an issue on GitHub as well. Otherwise you can find it at ISSUE_TEMPLATE.md.

Reporting Security Issues

Please do not report security issues in public. Please email help@opencraft.com.

Getting Help

Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.