Commit f8b5e673 by Vik Paruchuri

Text and styling cleanup

parent a084d448
...@@ -296,6 +296,11 @@ div.combined-rubric-container { ...@@ -296,6 +296,11 @@ div.combined-rubric-container {
content: url('../images/incorrect-icon.png'); content: url('../images/incorrect-icon.png');
} }
} }
div.written-feedback {
background: #f6f6f6;
padding: 15px;
}
} }
div.result-container { div.result-container {
......
...@@ -266,7 +266,7 @@ class @PeerGradingProblem ...@@ -266,7 +266,7 @@ class @PeerGradingProblem
@calibration_feedback_button.click => @calibration_feedback_button.click =>
@calibration_feedback_panel.hide() @calibration_feedback_panel.hide()
@grading_wrapper.show() @grading_wrapper.show()
@gentle_alert "Calibration essay saved. Fetched the next essay." @gentle_alert "Calibration essay saved. Fetching the next essay."
@is_calibrated_check() @is_calibrated_check()
@interstitial_page_button.click => @interstitial_page_button.click =>
...@@ -384,7 +384,7 @@ class @PeerGradingProblem ...@@ -384,7 +384,7 @@ class @PeerGradingProblem
if response.success if response.success
@is_calibrated_check() @is_calibrated_check()
@grading_message.fadeIn() @grading_message.fadeIn()
message = "<p>Successfully saved your feedback. Fetched the next essay." message = "<p>Successfully saved your feedback. Fetching the next essay."
if response.required_done if response.required_done
message = message + " You have completed the required number of gradings." message = message + " You have completed the required number of gradings."
message = message + "</p>" message = message + "</p>"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</div> </div>
<div class="oe-tools rubric-header"> <div class="oe-tools rubric-header">
<span class="oe-tools-label"></span> <span class="oe-tools-label"></span>
<button class="rubric-collapse" href="#">${_("Toggle Rubric")}</button> <button class="rubric-collapse" href="#">${_("Toggle Full Rubric")}</button>
<span class="oe-tools-scores"> <span class="oe-tools-scores">
<span class="oe-tools-scores-label"></span> <span class="oe-tools-scores-label"></span>
% if len(results)>1: % if len(results)>1:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
% if success: % if success:
% if len(problem_list) == 0: % if len(problem_list) == 0:
<div class="message-container"> <div class="message-container">
${_("Nothing to grade!")} ${_("You currently do not having any peer grading to do. In order to have peer grading to do, you need to have submitted a response to a peer grading problem. The instructor also needs to score the essays that are used in the 'learning to grade' process.")}
</div> </div>
%else: %else:
<div class="problem-list-container"> <div class="problem-list-container">
......
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