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
08e06f87
Commit
08e06f87
authored
Jan 29, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some tab problems
parent
01f218b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common/lib/xmodule/xmodule/combined_open_ended_module.py
+1
-1
common/lib/xmodule/xmodule/openendedchild.py
+2
-2
No files found.
common/lib/xmodule/xmodule/combined_open_ended_module.py
View file @
08e06f87
...
@@ -176,7 +176,7 @@ class CombinedOpenEndedModule(XModule):
...
@@ -176,7 +176,7 @@ class CombinedOpenEndedModule(XModule):
'prompt'
:
definition
[
'prompt'
],
'prompt'
:
definition
[
'prompt'
],
'rubric'
:
definition
[
'rubric'
],
'rubric'
:
definition
[
'rubric'
],
'display_name'
:
self
.
display_name
,
'display_name'
:
self
.
display_name
,
'accept_file_upload'
:
self
.
upload_image
,
'accept_file_upload'
:
self
.
upload_image
,
}
}
self
.
task_xml
=
definition
[
'task_xml'
]
self
.
task_xml
=
definition
[
'task_xml'
]
...
...
common/lib/xmodule/xmodule/openendedchild.py
View file @
08e06f87
...
@@ -96,7 +96,7 @@ class OpenEndedChild(object):
...
@@ -96,7 +96,7 @@ class OpenEndedChild(object):
self
.
prompt
=
static_data
[
'prompt'
]
self
.
prompt
=
static_data
[
'prompt'
]
self
.
rubric
=
static_data
[
'rubric'
]
self
.
rubric
=
static_data
[
'rubric'
]
self
.
display_name
=
static_data
[
'display_name'
]
self
.
display_name
=
static_data
[
'display_name'
]
self
.
accept_file_upload
=
static_data
[
'accept_file_upload'
]
self
.
accept_file_upload
=
static_data
[
'accept_file_upload'
]
# Used for progress / grading. Currently get credit just for
# Used for progress / grading. Currently get credit just for
# completion (doesn't matter if you self-assessed correct/incorrect).
# completion (doesn't matter if you self-assessed correct/incorrect).
...
@@ -279,7 +279,7 @@ class OpenEndedChild(object):
...
@@ -279,7 +279,7 @@ class OpenEndedChild(object):
@return:
@return:
"""
"""
pass
pass
...
...
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