Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e6eedb92
Commit
e6eedb92
authored
Oct 16, 2012
by
Александр
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added chemtools to chem module in capa, and added it to global context
parent
6306d980
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
common/lib/capa/capa/capa_problem.py
+4
-1
common/lib/capa/capa/chem/chemtools.py
+2
-0
No files found.
common/lib/capa/capa/capa_problem.py
View file @
e6eedb92
...
...
@@ -32,6 +32,8 @@ from xml.sax.saxutils import unescape
import
chem
import
chem.chemcalc
import
chem.chemtools
import
calc
from
correctmap
import
CorrectMap
import
eia
...
...
@@ -78,7 +80,8 @@ global_context = {'random': random,
'scipy'
:
scipy
,
'calc'
:
calc
,
'eia'
:
eia
,
'chemcalc'
:
chem
.
chemcalc
}
'chemcalc'
:
chem
.
chemcalc
,
'chemtools'
:
chem
.
chemtools
}
# These should be removed from HTML output, including all subelements
html_problem_semantics
=
[
"codeparam"
,
"responseparam"
,
"answer"
,
"script"
,
"hintgroup"
]
...
...
common/lib/capa/capa/chem/chemtools.py
0 → 100644
View file @
e6eedb92
def
vsepr_grader
():
pass
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment