Commit df8d0884 by Diana Huang

Display updates to the xmodule.

parent 589e848f
......@@ -239,7 +239,7 @@ div.result-container, section.open-ended-child {
.view-only {
margin:2px;
position: relative;
padding: 15px;
padding: 15px 15px 25px 15px;
width: 150px;
height:100%;
display: inline-block;
......@@ -624,4 +624,7 @@ section.open-ended-child {
font-size: 0.9em;
}
.assessment {
margin: 40px 0px 20px 0px;
}
}
......@@ -195,7 +195,7 @@ div.peer-grading{
.view-only {
margin:2px;
position: relative;
padding: 15px;
padding: 15px 15px 25px 15px;
width: 150px;
height:100%;
display: inline-block;
......
<div class="assessment">
<div class="rubric">
<h3>Self-assess your answer with this rubric:</h3>
${rubric | n }
</div>
......
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