Integrating Oppia with Course Builder                   Version {{VERSION}}
-------------------------------------

Course Builder is an open-source software package for creating online courses.
More information can be found at:

    http://code.google.com/p/course-builder/

You can extend Course Builder with additional functionality by adding modules
to it. Here are the instructions for adding an oppia_tag module to Course
Builder:

1. Download Course Builder v1.6.0.

2. In your installation of Course Builder, navigate to coursebuilder/modules
and create an oppia_tag directory.

3. Copy the files in

    /integrations/gcb_oppia_tag_{{DATE}}_v{{VERSION}}/coursebuilder/modules/oppia_tag

into this directory.

4. Edit the coursebuilder/main.py file to import and register the new module,
by adding the following lines to it:

    from modules.oppia_tag import oppia_tag

    oppia_tag.register_module().enable()

5. Start Course Builder. In the course editor interface, click on a toolbox in
the rich-text editor to add a component. 'Oppia exploration' should be among
the options presented for this component. In the associated dialog box, you can
enter the exploration id and the server on which the exploration is hosted.
