Display updates to the xmodule.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="assessment">
|
||||
<div class="rubric">
|
||||
<h3>Self-assess your answer with this rubric:</h3>
|
||||
${rubric | n }
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user