projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cb3b6
)
Show true/false questions
author
Charles Connell
<charles@connells.org>
Tue, 11 Feb 2014 14:45:42 +0000
(09:45 -0500)
committer
Charles Connell
<charles@connells.org>
Tue, 11 Feb 2014 14:45:42 +0000
(09:45 -0500)
karmaworld/templates/quizzes/quiz.html
patch
|
blob
|
history
diff --git
a/karmaworld/templates/quizzes/quiz.html
b/karmaworld/templates/quizzes/quiz.html
index 1387955f2b0c1c130f020716da16c16ba949defa..ad622410dba43393e1ec33925744defeead26b86 100644
(file)
--- a/
karmaworld/templates/quizzes/quiz.html
+++ b/
karmaworld/templates/quizzes/quiz.html
@@
-76,6
+76,15
@@
{% endwith %}
{% endif %}
+ {% if 'TrueFalseQuestion' in item.0 %}
+ {% with question=item.1 %}
+ <div class="question true-false">
+ <p>{{ question.text }}</p>
+ <p>True or False?</p>
+ </div>
+ {% endwith %}
+ {% endif %}
+
{% if 'FlashCardQuestion' in item.0 %}
{% with question=item.1 %}
<div class="question flash-card">