diff options
author | maheshgudi | 2017-12-18 19:53:59 +0530 |
---|---|---|
committer | maheshgudi | 2017-12-29 17:08:44 +0530 |
commit | 9c1c80277252fb6b151183bbf4995c96f25e31ff (patch) | |
tree | 2ba98e1af73ecf317ddf7575a4b2e0276bf84d5d /yaksh/templates | |
parent | 63326f9519478f0d9bfb0b843e5dac8ab29428f4 (diff) | |
download | online_test-9c1c80277252fb6b151183bbf4995c96f25e31ff.tar.gz online_test-9c1c80277252fb6b151183bbf4995c96f25e31ff.tar.bz2 online_test-9c1c80277252fb6b151183bbf4995c96f25e31ff.zip |
Fix assignment upload to work with new code server
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 d58c934..749b34a 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -88,6 +88,7 @@ function call_skip(url) } init_val = '{{ last_attempt|escape_quotes|safe }}'; lang = "{{ question.language }}" +question_type = "{{ question.type }}" </script> |