summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/question.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/question.html')
-rw-r--r--testapp/templates/exam/question.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index 0fe7345..435f67f 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -93,9 +93,9 @@ function update_time()
<br>
<script type="text/javascript">
- createTextAreaWithLines2('answer');
+ addLineNumbers('answer');
</script>
- <script>createTextAreaWithLines('snippet');</Script>
+ <script>addLineNumbers('snippet');</Script>
{% endif %}
{% if question.type == "mcq" %}