Re-arrange feedback, fix rubric HTML issue

This commit is contained in:
Vik Paruchuri
2013-02-07 10:29:58 -05:00
parent b30407d7c8
commit f22849ebdd
2 changed files with 2 additions and 3 deletions

View File

@@ -1,10 +1,9 @@
<section>
<header></header>
<div class="shortform-custom" data-open-text='Show detailed results' data-close-text='Hide detailed results'>
<div class="result-output">
<p>Score: ${score}</p>
${rubric_feedback | n}
</div>
${rubric_feedback | n}
</div>
<div class="longform">
<div class="result-output">

View File

@@ -36,5 +36,5 @@
% endfor
</ul>
% endfor
</table>
</div>
</form>