Write a persuasive essay to a newspaper reflecting your vies on censorship in libraries. Do you believe that certain materials, such as books, music, movies, magazines, etc., should be removed from the shelves if they are found offensive? Support your position with convincing arguments from your own experience, observations, and/or reading.
Write a persuasive essay to a newspaper reflecting your views on censorship in libraries. Do you believe that certain materials, such as books, music, movies, magazines, etc., should be removed from the shelves if they are found offensive? Support your position with convincing arguments from your own experience, observations, and/or reading.
</p>
</prompt>
...
...
@@ -244,6 +247,34 @@ class CombinedOpenEndedFields(object):
values={"min":0,"step":".1"},
default=1
)
min_to_calibrate=Integer(
display_name="Minimum Peer Grading Calibrations",
help="The minimum number of calibration essays each student will need to complete for peer grading.",
default=3,
scope=Scope.settings,
values={"min":1,"max":20,"step":"1"}
)
max_to_calibrate=Integer(
display_name="Maximum Peer Grading Calibrations",
help="The maximum number of calibration essays each student will need to complete for peer grading.",
default=6,
scope=Scope.settings,
values={"min":1,"max":20,"step":"1"}
)
peer_grader_count=Integer(
display_name="Peer Graders per Response",
help="The number of peers who will grade each submission.",
default=3,
scope=Scope.settings,
values={"min":1,"step":"1","max":5}
)
required_peer_grading=Integer(
display_name="Required Peer Grading",
help="The number of other students each student making a submission will have to grade.",