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
78c71eec
Commit
78c71eec
authored
Feb 20, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: adding in overall peer-based score per question to complete problem UI
parent
a2fdef8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
3 deletions
+28
-3
apps/openassessment/xblock/static/html/t-response.html
+28
-3
No files found.
apps/openassessment/xblock/static/html/t-response.html
View file @
78c71eec
...
@@ -291,7 +291,15 @@
...
@@ -291,7 +291,15 @@
<ol
class=
"list submission__peer-evaluations__questions"
>
<ol
class=
"list submission__peer-evaluations__questions"
>
<!-- individual question from rubric -->
<!-- individual question from rubric -->
<li
class=
"question question--001 ui-toggle-visibility"
>
<li
class=
"question question--001 ui-toggle-visibility"
>
<h4
class=
"question__title ui-toggle-visibility__control"
>
How well did this response answer the overall question?
</h4>
<h4
class=
"question__title ui-toggle-visibility__control"
>
<span
class=
"title__copy"
>
How well did this response answer the overall question?
</span>
<span
class=
"question__score"
>
<span
class=
"label sr"
>
Overall Question Score
</span>
<span
class=
"question__score__value"
>
10
</span>
<span
class=
"label label--divider sr"
>
out of
</span>
<span
class=
"question__score__potential"
>
10
</span>
</span>
</h4>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<li
class=
"answer peer-assessment--001"
id=
"question--001__answer-001"
>
<li
class=
"answer peer-assessment--001"
id=
"question--001__answer-001"
>
...
@@ -383,7 +391,16 @@
...
@@ -383,7 +391,16 @@
<!-- individual question from rubric -->
<!-- individual question from rubric -->
<li
class=
"question question--002 ui-toggle-visibility"
>
<li
class=
"question question--002 ui-toggle-visibility"
>
<h4
class=
"question__title ui-toggle-visibility__control"
>
How well did this response answer the overall question?
</h4>
<h4
class=
"question__title ui-toggle-visibility__control"
>
<span
class=
"title__copy"
>
How well did this response answer the overall question?
</span>
<span
class=
"question__score"
>
<span
class=
"label sr"
>
Overall Question Score
</span>
<span
class=
"question__score__value"
>
10
</span>
<span
class=
"label label--divider sr"
>
out of
</span>
<span
class=
"question__score__potential"
>
10
</span>
</span>
</h4>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<li
class=
"answer peer-assessment--001"
id=
"question--002__answer-001"
>
<li
class=
"answer peer-assessment--001"
id=
"question--002__answer-001"
>
...
@@ -475,7 +492,15 @@
...
@@ -475,7 +492,15 @@
<!-- individual question from rubric -->
<!-- individual question from rubric -->
<li
class=
"question question--003 ui-toggle-visibility"
>
<li
class=
"question question--003 ui-toggle-visibility"
>
<h4
class=
"question__title ui-toggle-visibility__control"
>
How well did this response answer the overall question?
</h4>
<h4
class=
"question__title ui-toggle-visibility__control"
>
<span
class=
"title__copy"
>
How well did this response answer the overall question?
</span>
<span
class=
"question__score"
>
<span
class=
"label sr"
>
Overall Question Score
</span>
<span
class=
"question__score__value"
>
10
</span>
<span
class=
"label label--divider sr"
>
out of
</span>
<span
class=
"question__score__potential"
>
10
</span>
</span>
</h4>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<ul
class=
"question__answers ui-toggle-visibility__content"
>
<li
class=
"answer peer-assessment--001"
id=
"question--003__answer-001"
>
<li
class=
"answer peer-assessment--001"
id=
"question--003__answer-001"
>
...
...
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