diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index ca32bb0f28..91eace9fe3 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -857,7 +857,7 @@ class EditAMoleculeInput(InputTypeBase): """ """ context = { - 'applet_loader': '/static/js/capa/edit-a-molecule.js', + 'applet_loader': '/static/js/capa/editamolecule.js', } return context diff --git a/common/lib/capa/capa/templates/edit-a-molecule.html b/common/lib/capa/capa/templates/edit-a-molecule.html deleted file mode 100644 index b63fafefdb..0000000000 --- a/common/lib/capa/capa/templates/edit-a-molecule.html +++ /dev/null @@ -1,33 +0,0 @@ - - -
-The molecule Dopamine is shown below. Dopamine is a neurotransmitter.
- - - - - - -Edit the molecule to complete each one of the following the tasks. Click the check button to check your answer for that. Click submit when you are done.
-diff --git a/common/static/applets/capa/edit-a-molecule.jar b/common/static/applets/capa/editamolecule/JME.jar similarity index 100% rename from common/static/applets/capa/edit-a-molecule.jar rename to common/static/applets/capa/editamolecule/JME.jar diff --git a/common/static/css/capa/edit-a-molecule.css b/common/static/css/capa/edit-a-molecule.css deleted file mode 100644 index b641b80408..0000000000 --- a/common/static/css/capa/edit-a-molecule.css +++ /dev/null @@ -1,38 +0,0 @@ -/** Add css rules here for your application. */ - - -/** Example rules used by the template application (remove for your app) */ -h1 { - font-size: 2em; - font-weight: bold; - color: #777777; - margin: 40px 0px 70px; -} - -.calculateButton { - display: block; - font-size: 16pt; -} - -.newMoleculeButton { - display: block; - font-size: 16pt; -} - -/** Most GWT widgets already have a style name defined */ -.gwt-DialogBox { - width: 400px; -} - -.dialogVPanel { - margin: 5px; -} - -.serverResponseLabelError { - color: red; -} - -/** Set ids using widget.getElement().setId("idOfElement") */ -#closeButton { - margin: 15px 6px 6px; -} diff --git a/common/static/js/capa/edit-a-molecule.js b/common/static/js/capa/editamolecule.js similarity index 100% rename from common/static/js/capa/edit-a-molecule.js rename to common/static/js/capa/editamolecule.js