From aee1e5e9a92cff16861a89bbaedc165208c32abe Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 6 Dec 2012 14:29:45 -0500 Subject: [PATCH] Updates to the list view and error container --- lms/static/sass/course/_staff_grading.scss | 12 +++++++++++- lms/templates/instructor/staff_grading.html | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/course/_staff_grading.scss b/lms/static/sass/course/_staff_grading.scss index 935a93ee96..1122129b9d 100644 --- a/lms/static/sass/course/_staff_grading.scss +++ b/lms/static/sass/course/_staff_grading.scss @@ -27,6 +27,14 @@ div.staff-grading { display: none; } + ul + { + li + { + margin: 16px 0px; + } + } + .prompt-information-container, .submission-wrapper, .rubric-wrapper, @@ -37,7 +45,9 @@ div.staff-grading { } .error-container { - background-color: $error-red; + background-color: #FFCCCC; + padding: 15px; + margin-left: 0px; } .ml-error-info-container, { diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html index 3c687c643f..63bc2fa098 100644 --- a/lms/templates/instructor/staff_grading.html +++ b/lms/templates/instructor/staff_grading.html @@ -28,6 +28,12 @@
+

Instructions

+
+

This is the list of problems that current need to be graded in order to train the machine learning models. Each problem needs to be trained separately, and we have indicated the number of student submissions that need to be graded in order for a model to be generated. Any number of problems can be graded, not just the amount required to create the model.

+
+ +

Problem List

@@ -52,6 +58,9 @@ +
+ +

Grading