.
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
{% for cid in cids %}
|
{% for cid in cids %}
|
||||||
{% with by_question|get_item:question|get_item:cid as ans_score %}
|
{% with by_question|get_item:question|get_item:cid as ans_score %}
|
||||||
<td class="atlas-ans" data-score="{{ans_score.1}}" title="answer: {{ans_score.0}}
|
<td class="atlas-ans" data-score="{{ans_score.1}}" title="answer: {{ans_score.0}}
|
||||||
feedback: {{ans_score.2}}">{{ans_score.1}}</td>
|
feedback: {{ans_score.2}}">{{ans_score.1}}</td>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -59,9 +59,13 @@
|
|||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.current {
|
.current {
|
||||||
color: purple;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
.current::after {
|
.current::before {
|
||||||
content: "ADDED TO EXAM"
|
content: "[ADDED TO EXAM]"
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user