Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-activetable
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
xblock-activetable
Commits
d872ded2
Commit
d872ded2
authored
Oct 21, 2015
by
Sven Marnach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add display name for nicer title in Studio.
parent
68a43594
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
activetable/activetable.py
+6
-0
No files found.
activetable/activetable.py
View file @
d872ded2
...
@@ -20,6 +20,12 @@ loader = ResourceLoader(__name__) # pylint: disable=invalid-name
...
@@ -20,6 +20,12 @@ loader = ResourceLoader(__name__) # pylint: disable=invalid-name
class
ActiveTableXBlock
(
StudioEditableXBlockMixin
,
XBlock
):
class
ActiveTableXBlock
(
StudioEditableXBlockMixin
,
XBlock
):
"""An XBlock with a tabular problem type that requires students to fill in some cells."""
"""An XBlock with a tabular problem type that requires students to fill in some cells."""
display_name
=
String
(
display_name
=
'Display Name'
,
help
=
'The title Studio uses for the component.'
,
scope
=
Scope
.
settings
,
default
=
'ActiveTable problem'
)
table_definition
=
String
(
table_definition
=
String
(
display_name
=
'Table definition'
,
display_name
=
'Table definition'
,
help
=
'The definition of the table in Python-like syntax.'
,
help
=
'The definition of the table in Python-like syntax.'
,
...
...
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