.
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3>Answers as a table</h3>
|
<h3>Answers as a table TEST</h3>
|
||||||
<table class="table table-dark table-striped table-hover table-sm col-sm">
|
<table class="table table-dark table-striped table-hover table-sm col-sm">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -63,6 +63,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% for cid in cids %}
|
{% for cid in cids %}
|
||||||
|
|
||||||
<td class="rapid-ans user-answer-score-{{ans_by_question|get_item:question|get_item:cid}}" title="answer score: {{ans_by_question|get_item:question|get_item:cid}}">{{ans_by_question|get_item:question}}</td>
|
<td class="rapid-ans user-answer-score-{{ans_by_question|get_item:question|get_item:cid}}" title="answer score: {{ans_by_question|get_item:question|get_item:cid}}">{{ans_by_question|get_item:question}}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user