Slight visual tweaks
This commit is contained in:
@@ -613,7 +613,7 @@ class CombinedOpenEndedV1Module():
|
||||
})
|
||||
context = {
|
||||
'results': feedback_table,
|
||||
'task_name' : "Results",
|
||||
'task_name' : "Feedback",
|
||||
'class_name' : "result-container",
|
||||
}
|
||||
html = self.system.render_template('combined_open_ended_results.html', context)
|
||||
|
||||
@@ -119,12 +119,16 @@ div.combined-rubric-container {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
b.rubric-category {
|
||||
font-size: .9em;
|
||||
}
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
div.result-container {
|
||||
padding-top: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
.evaluation {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user