Commit f22849eb by Vik Paruchuri

Re-arrange feedback, fix rubric HTML issue

parent b30407d7
<section> <section>
<header></header>
<div class="shortform-custom" data-open-text='Show detailed results' data-close-text='Hide detailed results'> <div class="shortform-custom" data-open-text='Show detailed results' data-close-text='Hide detailed results'>
<div class="result-output"> <div class="result-output">
<p>Score: ${score}</p> <p>Score: ${score}</p>
${rubric_feedback | n}
</div> </div>
${rubric_feedback | n}
</div> </div>
<div class="longform"> <div class="longform">
<div class="result-output"> <div class="result-output">
......
...@@ -36,5 +36,5 @@ ...@@ -36,5 +36,5 @@
% endfor % endfor
</ul> </ul>
% endfor % endfor
</table> </div>
</form> </form>
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