Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
e056da10
Commit
e056da10
authored
Jul 31, 2014
by
Stephen Sanchez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for ORA-51 for master (moving from Authoring)
parent
1438b209
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
openassessment/xblock/lms_mixin.py
+2
-0
openassessment/xblock/xml.py
+1
-0
No files found.
openassessment/xblock/lms_mixin.py
View file @
e056da10
...
@@ -35,6 +35,8 @@ class LmsCompatibilityMixin(object):
...
@@ -35,6 +35,8 @@ class LmsCompatibilityMixin(object):
scope
=
Scope
.
settings
scope
=
Scope
.
settings
)
)
icon_class
=
"problem"
def
has_dynamic_children
(
self
):
def
has_dynamic_children
(
self
):
"""Do we dynamically determine our children? No, we don't have any.
"""Do we dynamically determine our children? No, we don't have any.
...
...
openassessment/xblock/xml.py
View file @
e056da10
...
@@ -659,6 +659,7 @@ def update_from_xml(oa_block, root, validator=DEFAULT_VALIDATOR):
...
@@ -659,6 +659,7 @@ def update_from_xml(oa_block, root, validator=DEFAULT_VALIDATOR):
# If we've gotten this far, then we've successfully parsed the XML
# If we've gotten this far, then we've successfully parsed the XML
# and validated the contents. At long last, we can safely update the XBlock.
# and validated the contents. At long last, we can safely update the XBlock.
oa_block
.
title
=
title
oa_block
.
title
=
title
oa_block
.
display_name
=
title
oa_block
.
prompt
=
rubric
[
'prompt'
]
oa_block
.
prompt
=
rubric
[
'prompt'
]
oa_block
.
rubric_criteria
=
rubric
[
'criteria'
]
oa_block
.
rubric_criteria
=
rubric
[
'criteria'
]
oa_block
.
rubric_assessments
=
assessments
oa_block
.
rubric_assessments
=
assessments
...
...
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