diff options
author | Prabhu Ramachandran | 2017-12-29 07:10:36 -0500 |
---|---|---|
committer | GitHub | 2017-12-29 07:10:36 -0500 |
commit | e00c624d860552589d56d8fa3fdbe7a9245545e3 (patch) | |
tree | 2ba98e1af73ecf317ddf7575a4b2e0276bf84d5d /yaksh/templates | |
parent | 63326f9519478f0d9bfb0b843e5dac8ab29428f4 (diff) | |
parent | 9c1c80277252fb6b151183bbf4995c96f25e31ff (diff) | |
download | online_test-e00c624d860552589d56d8fa3fdbe7a9245545e3.tar.gz online_test-e00c624d860552589d56d8fa3fdbe7a9245545e3.tar.bz2 online_test-e00c624d860552589d56d8fa3fdbe7a9245545e3.zip |
Merge pull request #406 from maheshgudi/fix_assignment
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> |