Skip to content

cahrens/edx-jsme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edX JSME

edx-jsme is an XBlock (add on component) for the edX platform which provides a new problem type: 'Molecular Structure'. This problem type integrates the JSME molecule editor seamlessly into an edX course.

Usage

When edx-jsme is installed, a new problem type, 'Molecular Structure', is available under 'Advanced'. Once a 'Molecular Structure' problem is added to a course, the problem template itself contains instructions for editing.

Installation

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 both STUDIO and the LMS:

# Add Molecular Structure problem type
INSTALLED_APPS += ('edx_jsme',)

That's it! Pretty easy.

About

For the edX platform: Provides a Molecular Structure problem type for use with the Capa module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.9%
  • HTML 33.1%