Commit 13b9eaae by Stephen Sanchez

Removing html tags from prompt

parent 24fef8f7
...@@ -19,22 +19,19 @@ mako_default_filters = ['unicode', 'h', 'trim'] ...@@ -19,22 +19,19 @@ mako_default_filters = ['unicode', 'h', 'trim']
DEFAULT_PROMPT = """ DEFAULT_PROMPT = """
<h3>Censorship in the Libraries</h3> Censorship in the Libraries
<p>'All of us can think of a book that we hope none of our children or any 'All of us can think of a book that we hope none of our children or any
other children have taken off the shelf. But if I have the right to remove other children have taken off the shelf. But if I have the right to remove
that book from the shelf -- that work I abhor -- then you also have exactly that book from the shelf -- that work I abhor -- then you also have exactly
the same right and so does everyone else. And then we have no books left on the same right and so does everyone else. And then we have no books left on
the shelf for any of us.' --Katherine Paterson, Author the shelf for any of us.' --Katherine Paterson, Author
</p>
<p>
Write a persuasive essay to a newspaper reflecting your views on censorship Write a persuasive essay to a newspaper reflecting your views on censorship
in libraries. Do you believe that certain materials, such as books, music, in libraries. Do you believe that certain materials, such as books, music,
movies, magazines, etc., should be removed from the shelves if they are movies, magazines, etc., should be removed from the shelves if they are
found offensive? Support your position with convincing arguments from your found offensive? Support your position with convincing arguments from your
own experience, observations, and/or reading. own experience, observations, and/or reading.
</p>
""" """
DEFAULT_RUBRIC_INSTRUCTIONS = "Read for conciseness, clarity of thought, and form." DEFAULT_RUBRIC_INSTRUCTIONS = "Read for conciseness, clarity of thought, and form."
......
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