Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
603c6ce2
Commit
603c6ce2
authored
Jan 09, 2013
by
Don Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of extra space at beginning of markdown for templates
parent
d0e06e1a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml
+2
-2
common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml
+2
-2
common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml
+2
-2
common/lib/xmodule/xmodule/templates/problem/string_response.yaml
+2
-2
No files found.
common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml
View file @
603c6ce2
...
...
@@ -3,8 +3,8 @@ metadata:
display_name
:
Multiple Choice
rerandomize
:
never
showanswer
:
always
markdown
:
"
A
multiple
choice
problem
presents
radio
buttons
for
student
input.
Students
can
only
select
a
single
markdown
:
"
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
invention
and
adoption
of
bubble
sheets.
...
...
common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml
View file @
603c6ce2
...
...
@@ -3,8 +3,8 @@ metadata:
display_name
:
Numerical Response
rerandomize
:
never
showanswer
:
always
markdown
:
"
A
numerical
response
problem
accepts
a
line
of
text
input
from
the
markdown
:
"
A
numerical
response
problem
accepts
a
line
of
text
input
from
the
student,
and
evaluates
the
input
for
correctness
based
on
its
numerical
value.
...
...
common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml
View file @
603c6ce2
...
...
@@ -3,8 +3,8 @@ metadata:
display_name
:
Option Response
rerandomize
:
never
showanswer
:
always
markdown
:
"
OptionResponse
gives
a
limited
set
of
options
for
students
to
respond
with,
and
presents
those
options
markdown
:
"
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
with
options
from
which
to
recognize
the
correct
answer.
...
...
common/lib/xmodule/xmodule/templates/problem/string_response.yaml
View file @
603c6ce2
...
...
@@ -4,8 +4,8 @@ metadata:
rerandomize
:
never
showanswer
:
always
# Note, the extra newlines are needed to make the yaml parser add blank lines instead of folding
markdown
:
"
A
string
response
problem
accepts
a
line
of
text
input
from
the
markdown
:
"
A
string
response
problem
accepts
a
line
of
text
input
from
the
student,
and
evaluates
the
input
for
correctness
based
on
an
expected
answer
within
each
input
box.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment