Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
3b37e0c1
Commit
3b37e0c1
authored
Jun 18, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed incorrect videoalpha template name
parent
e76ef3aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
+1
-7
lms/djangoapps/courseware/features/video.py
+1
-1
lms/djangoapps/courseware/features/videoalpha.feature
+0
-6
No files found.
lms/djangoapps/courseware/features/video.py
View file @
3b37e0c1
...
@@ -50,7 +50,7 @@ def add_video_to_course(course):
...
@@ -50,7 +50,7 @@ def add_video_to_course(course):
def
add_videoalpha_to_course
(
course
):
def
add_videoalpha_to_course
(
course
):
template_name
=
'i4x://edx/templates/videoalpha/
default
'
template_name
=
'i4x://edx/templates/videoalpha/
Video_Alpha_1
'
world
.
ItemFactory
.
create
(
parent_location
=
section_location
(
course
),
world
.
ItemFactory
.
create
(
parent_location
=
section_location
(
course
),
template
=
template_name
,
template
=
template_name
,
display_name
=
'Video Alpha 1'
)
display_name
=
'Video Alpha 1'
)
lms/djangoapps/courseware/features/videoalpha.feature
deleted
100644 → 0
View file @
e76ef3aa
Feature
:
Video Alpha component
As a student, I want to view course videos in LMS.
Scenario
:
Autoplay is enabled in LMS
Given
the course has a Video component
Then
when I view the video it has autoplay enabled
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