Commit 603c6ce2 by Don Mitchell

Get rid of extra space at beginning of markdown for templates

parent d0e06e1a
...@@ -3,8 +3,8 @@ metadata: ...@@ -3,8 +3,8 @@ metadata:
display_name: Multiple Choice display_name: Multiple Choice
rerandomize: never rerandomize: never
showanswer: always showanswer: always
markdown: " markdown:
A multiple choice problem presents radio buttons for student input. Students can only select a single "A multiple choice problem presents radio buttons for student input. Students can only select a single
option presented. Multiple Choice questions have been the subject of many areas of research due to the early option presented. Multiple Choice questions have been the subject of many areas of research due to the early
invention and adoption of bubble sheets. invention and adoption of bubble sheets.
......
...@@ -3,8 +3,8 @@ metadata: ...@@ -3,8 +3,8 @@ metadata:
display_name: Numerical Response display_name: Numerical Response
rerandomize: never rerandomize: never
showanswer: always showanswer: always
markdown: " markdown:
A numerical response problem accepts a line of text input from the "A numerical response problem accepts a line of text input from the
student, and evaluates the input for correctness based on its student, and evaluates the input for correctness based on its
numerical value. numerical value.
......
...@@ -3,8 +3,8 @@ metadata: ...@@ -3,8 +3,8 @@ metadata:
display_name: Option Response display_name: Option Response
rerandomize: never rerandomize: never
showanswer: always showanswer: always
markdown: " markdown:
OptionResponse gives a limited set of options for students to respond with, and presents those options "OptionResponse gives a limited set of options for students to respond with, and presents those options
in a format that encourages them to search for a specific answer rather than being immediately presented in a format that encourages them to search for a specific answer rather than being immediately presented
with options from which to recognize the correct answer. with options from which to recognize the correct answer.
......
...@@ -4,8 +4,8 @@ metadata: ...@@ -4,8 +4,8 @@ metadata:
rerandomize: never rerandomize: never
showanswer: always showanswer: always
# Note, the extra newlines are needed to make the yaml parser add blank lines instead of folding # Note, the extra newlines are needed to make the yaml parser add blank lines instead of folding
markdown: " markdown:
A string response problem accepts a line of text input from the "A string response problem accepts a line of text input from the
student, and evaluates the input for correctness based on an expected student, and evaluates the input for correctness based on an expected
answer within each input box. answer within each input box.
......
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