summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/automatic_questionpaper.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/automatic_questionpaper.html')
-rw-r--r--testapp/templates/exam/automatic_questionpaper.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/templates/exam/automatic_questionpaper.html b/testapp/templates/exam/automatic_questionpaper.html
index b8f76b4..7a70748 100644
--- a/testapp/templates/exam/automatic_questionpaper.html
+++ b/testapp/templates/exam/automatic_questionpaper.html
@@ -86,6 +86,7 @@ function load_data()
<th>Points
<th>Tags
{% for question in data.questions %}
+ <input type=hidden name='questions' value={{ question.id }} />
<tr><td>{{ question.summary }} <td>{{ question.type }} <td>{{ question.points }} <td>
{% for tag in question.tags.all %}
{{ tag }}