This commit is contained in:
Ross
2021-08-03 18:32:24 +01:00
parent 179045c3fa
commit 7acc9081e2
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<div id="stats-plot">{{plot|safe}}</div> <div id="stats-plot">{{plot|safe}}</div>
</div> </div>
<div> <div>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>
+1 -1
View File
@@ -22,7 +22,7 @@
<div id="stats-plot">{{plot|safe}}</div> <div id="stats-plot">{{plot|safe}}</div>
</div> </div>
<div> <div>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>
+1 -1
View File
@@ -16,7 +16,7 @@
</div> </div>
</div> </div>
<div> <div>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>
+3 -3
View File
@@ -22,13 +22,11 @@
<div id="stats-plot">{{plot|safe}}</div> <div id="stats-plot">{{plot|safe}}</div>
</div> </div>
<div> <div>
<table> <table class="table table-dark table-striped table-hover table-sm">
<thead class="thead-dark">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>
</tr> </tr>
</thead>
{% for user, value in user_answers_marks.items %} {% for user, value in user_answers_marks.items %}
<tr> <tr>
<td><a href="{% url 'cid_scores' user %}">{{user}}</a></td> <td><a href="{% url 'cid_scores' user %}">{{user}}</a></td>
@@ -40,6 +38,7 @@
<div> <div>
<h3>Answers as a table</h3> <h3>Answers as a table</h3>
<table class="table table-dark table-striped table-hover table-sm"> <table class="table table-dark table-striped table-hover table-sm">
<thead class="thead-dark">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
@@ -47,6 +46,7 @@
{% endfor %} {% endfor %}
</tr> </tr>
</thead>
{% for question in questions %} {% for question in questions %}
<tr> <tr>
<td>Question {{forloop.counter}}</td> <td>Question {{forloop.counter}}</td>
+1 -1
View File
@@ -16,7 +16,7 @@
</div> </div>
</div> </div>
<div> <div>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>