Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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
edx
edx-ora2
Commits
d3cc8a04
Commit
d3cc8a04
authored
Mar 26, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding graded + required UI back into step__status for peer assessment templates
parent
e1d0dfa9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
apps/openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
+2
-1
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
+1
-1
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
+1
-1
No files found.
apps/openassessment/templates/openassessmentblock/peer/oa_peer_complete.html
View file @
d3cc8a04
...
...
@@ -10,7 +10,8 @@
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
)
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
of
<span
class=
"step__status__value--required"
>
{{ must_grade }}
</span>
)
</span>
<i
class=
"ico icon-ok"
></i>
</span>
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode.html
View file @
d3cc8a04
...
...
@@ -10,7 +10,7 @@
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
)
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
</span>
<i
class=
"ico icon-ok"
></i>
</span>
...
...
apps/openassessment/templates/openassessmentblock/peer/oa_peer_turbo_mode_waiting.html
View file @
d3cc8a04
...
...
@@ -10,7 +10,7 @@
<span
class=
"step__status__value"
>
<span
class=
"copy"
>
Complete
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
)
(
<span
class=
"step__status__value--completed"
>
{{ graded }}
</span>
</span>
<i
class=
"ico icon-ok"
></i>
</span>
...
...
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