Commit 78c71eec by Brian Talbot

templates: adding in overall peer-based score per question to complete problem UI

parent a2fdef8d
...@@ -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">
......
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