Commit b69b88a7 by Vasyl Nakvasiuk Committed by Valera Rozuvan

some small fix

parent b229abd3
...@@ -22,14 +22,14 @@ class VideoAlphaModule(XModule): ...@@ -22,14 +22,14 @@ class VideoAlphaModule(XModule):
""" """
XML source example: XML source example:
<videoalpha show_captions="true" <videoalpha show_captions="true"
youtube="0.75:jNCf2gIqpeE,1.0:ZwkTiUPN0mg,1.25:rsq9auxASqI,1.50:kMyNdzVHHgg" youtube="0.75:jNCf2gIqpeE,1.0:ZwkTiUPN0mg,1.25:rsq9auxASqI,1.50:kMyNdzVHHgg"
url_name="lecture_21_3" display_name="S19V3: Vacancies" url_name="lecture_21_3" display_name="S19V3: Vacancies"
> >
<source src=".../mit-3091x/M-3091X-FA12-L21-3_100.mp4"/> <source src=".../mit-3091x/M-3091X-FA12-L21-3_100.mp4"/>
<source src=".../mit-3091x/M-3091X-FA12-L21-3_100.webm"/> <source src=".../mit-3091x/M-3091X-FA12-L21-3_100.webm"/>
<source src=".../mit-3091x/M-3091X-FA12-L21-3_100.ogv"/> <source src=".../mit-3091x/M-3091X-FA12-L21-3_100.ogv"/>
</videoalpha> </videoalpha>
""" """
video_time = 0 video_time = 0
icon_class = 'video' icon_class = 'video'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment