Commit f5801f93 by Chris Rossi

Update docs.

parent b1894db8
========== ========
edX JSDraw edX JSME
========== ========
`edx-jsdraw` is an add on component for the `edX platform `edx-jsme` is an add on component for the `edX platform
<https://github.com/edx/edx-platform>`_ which provides a new problem type: <https://github.com/edx/edx-platform>`_ which provides a new problem type:
'JSDraw Input'. This problem type integrates the `JSDraw molecule editor 'Molecular Structure'. This problem type integrates the `JSME molecule editor
<http://www.scilligence.com/web/jsdraw.aspx>`_ seamlessly into an edX course. <http://peter-ertl.com/jsme/>`_ seamlessly into an edX course.
`JSDraw` is not FOSS--it does require a license. Scilligence has provided a
license for edx.org to use this component, but it may not be used by other
parties without a valid license. As such, this repository is private and should
only be installed by edx.org.
Usage Usage
----- -----
When `edx-jsdraw` is installed, a new problem type, 'JSDraw Input', is available When `edx-jsme` is installed, a new problem type, 'Molecular Structure', is
under 'Advanced'. Once a 'JSDraw Input' problem is added to a course, the available under 'Advanced'. Once a 'Molecular Structure' problem is added to a
problem template itself contains instructions for editing. course, the problem template itself contains instructions for editing.
Installation Installation
------------ ------------
...@@ -26,7 +21,7 @@ This package is installed on the Python path in the normal way, eg. via a pip ...@@ -26,7 +21,7 @@ This package is installed on the Python path in the normal way, eg. via a pip
requirements file. Then you just need to add this app to `INSTALLED_APPS` for requirements file. Then you just need to add this app to `INSTALLED_APPS` for
both STUDIO and the LMS:: both STUDIO and the LMS::
# Add JSDraw problem type # Add Molecular Structure problem type
INSTALLED_APPS += ('edx_jsdraw',) INSTALLED_APPS += ('edx_jsme',)
That's it! Pretty easy. That's it! Pretty easy.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment