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
30188680
Commit
30188680
authored
Jun 25, 2014
by
Giulio Gratta
Committed by
Joe Blaylock
Jul 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added caption utility to checklist for Instructors
parent
4930f780
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
cms/djangoapps/contentstore/views/checklist.py
+1
-0
common/lib/xmodule/xmodule/course_module.py
+4
-10
No files found.
cms/djangoapps/contentstore/views/checklist.py
View file @
30188680
...
@@ -119,6 +119,7 @@ def expand_checklist_action_url(course_module, checklist):
...
@@ -119,6 +119,7 @@ def expand_checklist_action_url(course_module, checklist):
"SettingsDetails"
:
"settings_handler"
,
"SettingsDetails"
:
"settings_handler"
,
"SettingsGrading"
:
"grading_handler"
,
"SettingsGrading"
:
"grading_handler"
,
"SettingsAdvanced"
:
"advanced_settings_handler"
,
"SettingsAdvanced"
:
"advanced_settings_handler"
,
"CaptionUtility"
:
"utility_captions_handler"
,
}
}
lms_urlconf_map
=
{
lms_urlconf_map
=
{
"Wiki"
:
"course_wiki"
,
"Wiki"
:
"course_wiki"
,
...
...
common/lib/xmodule/xmodule/course_module.py
View file @
30188680
...
@@ -400,17 +400,11 @@ class CourseFields(object):
...
@@ -400,17 +400,11 @@ class CourseFields(object):
"action_url"
:
""
,
"action_url"
:
""
,
"action_text"
:
""
,
"action_text"
:
""
,
"action_external"
:
False
},
"action_external"
:
False
},
{
"short_description"
:
"Confirm that captions are on YouTube"
,
{
"short_description"
:
"Check and Update Captions"
,
"long_description"
:
""
,
"long_description"
:
"Check that all videos have up-to-date captions, and update if they don't."
,
"is_checked"
:
False
,
"action_url"
:
""
,
"action_text"
:
""
,
"action_external"
:
False
},
{
"short_description"
:
"Import YouTube captions to course"
,
"long_description"
:
""
,
"is_checked"
:
False
,
"is_checked"
:
False
,
"action_url"
:
""
,
"action_url"
:
"
CaptionUtility
"
,
"action_text"
:
""
,
"action_text"
:
"
Go to the Caption Utility
"
,
"action_external"
:
False
},
"action_external"
:
False
},
{
"short_description"
:
"Create smaller versions of videos for download"
,
{
"short_description"
:
"Create smaller versions of videos for download"
,
"long_description"
:
""
,
"long_description"
:
""
,
...
...
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