Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AudioXBlock
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
AudioXBlock
Commits
9540b13b
Commit
9540b13b
authored
May 29, 2014
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed print statements for deployment
parent
89a2ddf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
audio/audio.py
+0
-3
No files found.
audio/audio.py
View file @
9540b13b
...
...
@@ -31,13 +31,10 @@ class AudioXBlock(XBlock):
when viewing courses.
"""
html
=
self
.
resource_string
(
"static/html/audio.html"
)
print
self
.
src
print
html
.
format
frag
=
Fragment
(
html
.
format
(
src
=
self
.
src
))
frag
.
add_css
(
self
.
resource_string
(
"static/css/audio.css"
))
frag
.
add_javascript
(
self
.
resource_string
(
"static/js/src/audio.js"
))
frag
.
initialize_js
(
'AudioXBlock'
)
print
self
.
xml_text_content
()
return
frag
# TO-DO: change this to create the scenarios you'd like to see in the
...
...
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