Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
problem-builder
Commits
de56b9ea
Commit
de56b9ea
authored
Oct 10, 2014
by
dragonfi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add checkmark-partially-correct
parent
4b982073
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
mentoring/public/css/mentoring.css
+6
-1
mentoring/public/css/questionnaire.css
+1
-0
mentoring/templates/html/mentoring_grade.html
+2
-0
No files found.
mentoring/public/css/mentoring.css
View file @
de56b9ea
...
...
@@ -78,11 +78,16 @@
.mentoring
.checkmark-correct
{
font-size
:
22pt
;
color
:
#006600
;
color
:
#629b2b
;
float
:
left
;
}
.mentoring
.checkmark-partially-correct
{
font-size
:
22pt
;
color
:
#e37222
;
float
:
left
;
}
.mentoring
.checkmark-incorrect
{
font-size
:
22pt
;
color
:
#ff0000
;
...
...
mentoring/public/css/questionnaire.css
View file @
de56b9ea
...
...
@@ -17,6 +17,7 @@
}
.mentoring
.questionnaire
.choice-result.checkmark-correct
,
.mentoring
.questionnaire
.choice-result.checkmark-partially-correct
,
.mentoring
.questionnaire
.choice-result.checkmark-incorrect
{
text-align
:
center
;
}
...
...
mentoring/templates/html/mentoring_grade.html
View file @
de56b9ea
...
...
@@ -9,6 +9,8 @@
<
span
class
=
"assessment-checkmark icon-2x checkmark-correct icon-ok fa fa-check"
><
/span
>
<
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
>
<
p
>
You
answered
<%=
incorrect_answer
%>
questions
incorrectly
.
<
/p
>
</script>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment