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
e454e166
Commit
e454e166
authored
Jul 23, 2014
by
gradyward
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #527 from edx/grady/ux-tweaks
Added simple changes to correct the Problem Icon and Display Name
parents
eefe1b46
d5cbfb67
Hide 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/studio_mixin.py
+1
-0
No files found.
openassessment/xblock/lms_mixin.py
View file @
e454e166
...
@@ -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/studio_mixin.py
View file @
e454e166
...
@@ -169,6 +169,7 @@ class StudioMixin(object):
...
@@ -169,6 +169,7 @@ class StudioMixin(object):
# At this point, all the input data has been validated,
# At this point, all the input data has been validated,
# so we can safely modify the XBlock fields.
# so we can safely modify the XBlock fields.
self
.
title
=
data
[
'title'
]
self
.
title
=
data
[
'title'
]
self
.
display_name
=
data
[
'title'
]
self
.
prompt
=
data
[
'prompt'
]
self
.
prompt
=
data
[
'prompt'
]
self
.
rubric_criteria
=
data
[
'criteria'
]
self
.
rubric_criteria
=
data
[
'criteria'
]
self
.
rubric_assessments
=
data
[
'assessments'
]
self
.
rubric_assessments
=
data
[
'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