Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoneXBlock
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
DoneXBlock
Commits
3ac421ac
Commit
3ac421ac
authored
Sep 11, 2015
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from pmitros/fix-studio-view
Fix studio view
parents
cf303391
01401549
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
done/done.py
+6
-0
No files found.
done/done.py
View file @
3ac421ac
...
@@ -120,3 +120,9 @@ class DoneXBlock(XBlock):
...
@@ -120,3 +120,9 @@ class DoneXBlock(XBlock):
"""The maximum raw score of our problem.
"""The maximum raw score of our problem.
"""
"""
return
1
return
1
## More dummy code to keep Studio happy
def
studio_view
(
self
,
context
=
None
):
""" View for editing Instructor Tool block in Studio. """
# Display friendly message explaining that the block is not editable.
return
Fragment
(
u'<p>This block requires no configuration in Studio. A small number of advanced parameters are available via OLX.</p>'
)
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