Commit de56b9ea by dragonfi

Add checkmark-partially-correct

parent 4b982073
...@@ -78,11 +78,16 @@ ...@@ -78,11 +78,16 @@
.mentoring .checkmark-correct { .mentoring .checkmark-correct {
font-size: 22pt; font-size: 22pt;
color: #006600;
color: #629b2b; color: #629b2b;
float: left; float: left;
} }
.mentoring .checkmark-partially-correct {
font-size: 22pt;
color: #e37222;
float: left;
}
.mentoring .checkmark-incorrect { .mentoring .checkmark-incorrect {
font-size: 22pt; font-size: 22pt;
color: #ff0000; color: #ff0000;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
} }
.mentoring .questionnaire .choice-result.checkmark-correct, .mentoring .questionnaire .choice-result.checkmark-correct,
.mentoring .questionnaire .choice-result.checkmark-partially-correct,
.mentoring .questionnaire .choice-result.checkmark-incorrect { .mentoring .questionnaire .choice-result.checkmark-incorrect {
text-align:center; text-align:center;
} }
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
<span class="assessment-checkmark icon-2x checkmark-correct icon-ok fa fa-check"></span> <span class="assessment-checkmark icon-2x checkmark-correct icon-ok fa fa-check"></span>
<p>You answered <%= correct_answer %> questions correctly.</p> <p>You answered <%= correct_answer %> questions correctly.</p>
<span class="assessment-checkmark icon-2x checkmark-partially-correct icon-ok fa fa-check"></span>
<p>You answered <%= correct_answer %> questions partially correct.</p>
<span class="assessment-checkmark icon-2x checkmark-incorrect icon-exclamation fa fa-exclamation"></span> <span class="assessment-checkmark icon-2x checkmark-incorrect icon-exclamation fa fa-exclamation"></span>
<p>You answered <%= incorrect_answer %> questions incorrectly.</p> <p>You answered <%= incorrect_answer %> questions incorrectly.</p>
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment