diff options
author | Palaparthy Adityachandra | 2020-04-02 16:03:06 +0530 |
---|---|---|
committer | GitHub | 2020-04-02 16:03:06 +0530 |
commit | d749a166c86db15f580b9e07eb65fe3344d9881a (patch) | |
tree | 68a26e2c014314086608671d97967614a5db1ff0 /yaksh/templates | |
parent | 34b72832775c48788bd5154227a3e0faf6affadd (diff) | |
parent | 61abccdcb0b0a44f4db60e3bb4d09d1ec5dc50e3 (diff) | |
download | online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.tar.gz online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.tar.bz2 online_test-d749a166c86db15f580b9e07eb65fe3344d9881a.zip |
Merge pull request #670 from prathamesh920/R-tests-N-codemirror-mode
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> |