.
This commit is contained in:
@@ -40,7 +40,7 @@ a:link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.answer-list.rapid .correct::after {
|
.answer-list.rapid .correct::after {
|
||||||
content: " [Score = 1]";
|
content: " [Score = 2]";
|
||||||
}
|
}
|
||||||
|
|
||||||
.answer-list .half-correct {
|
.answer-list .half-correct {
|
||||||
@@ -53,7 +53,7 @@ a:link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.answer-list.rapid .half-correct::after {
|
.answer-list.rapid .half-correct::after {
|
||||||
content: " [Score = 0.5]";
|
content: " [Score = 1]";
|
||||||
}
|
}
|
||||||
|
|
||||||
.answer-list .incorrect {
|
.answer-list .incorrect {
|
||||||
@@ -377,11 +377,11 @@ img.uploading {
|
|||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rapid-ans.user-answer-score-1 {
|
.rapid-ans.user-answer-score-2 {
|
||||||
color: lightblue;
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rapid-ans.user-answer-score-0\.5 {
|
.rapid-ans.user-answer-score-1 {
|
||||||
/* color: green; */
|
/* color: green; */
|
||||||
color: yellow;
|
color: yellow;
|
||||||
}
|
}
|
||||||
@@ -402,11 +402,11 @@ td.user-answer-score-2::after {
|
|||||||
content: "✓✓";
|
content: "✓✓";
|
||||||
}
|
}
|
||||||
|
|
||||||
td.user-answer-score-0\.5.rapid-ans::after {
|
td.user-answer-score-1.rapid-ans::after {
|
||||||
content: "✓";
|
content: "✓";
|
||||||
}
|
}
|
||||||
|
|
||||||
td.user-answer-score-1.rapid-ans::after {
|
td.user-answer-score-2.rapid-ans::after {
|
||||||
content: "✓✓";
|
content: "✓✓";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="answer-list key">Key: <span class="correct">1 Marks</span>, <span class="half-correct">0.5
|
<div class="answer-list key">Key: <span class="correct">2 Marks</span>, <span class="half-correct">1
|
||||||
Mark</span>, <span class="incorrect">0 Marks</span></div>
|
Mark</span>, <span class="incorrect">0 Marks</span></div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user