diff options
author | prathamesh | 2020-03-27 13:03:36 +0530 |
---|---|---|
committer | prathamesh | 2020-03-27 13:03:36 +0530 |
commit | 8b95f40cb626a7be629ee6da6e37ea389ceb379d (patch) | |
tree | dc704e34639197e49eca35c7130397a91047ea4b /yaksh/templates | |
parent | e8573822d3ed25306d5d2faf946633f2c17997b0 (diff) | |
download | online_test-8b95f40cb626a7be629ee6da6e37ea389ceb379d.tar.gz online_test-8b95f40cb626a7be629ee6da6e37ea389ceb379d.tar.bz2 online_test-8b95f40cb626a7be629ee6da6e37ea389ceb379d.zip |
Add tests for R evaluator and codemirror R mode
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/question.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 74343f8..92d591f 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -26,6 +26,7 @@ <script src="{% static 'yaksh/js/codemirror/mode/python/python.js' %}"></script> <script src="{% static 'yaksh/js/codemirror/mode/clike/clike.js' %}"></script> <script src="{% static 'yaksh/js/codemirror/mode/shell/shell.js' %}"></script> +<script src="{% static 'yaksh/js/codemirror/mode/r/r.js' %}"></script> <script type="text/javascript" src="{% static 'yaksh/js/mathjax/MathJax.js' %}?config=TeX-MML-AM_CHTML"></script> <script src="{% static 'yaksh/js/jquery-sortable.js' %}"></script> <script> |