Commit df8d0884 by Diana Huang

Display updates to the xmodule.

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