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
cf9d1e11
Commit
cf9d1e11
authored
Jul 03, 2014
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #60 from Stanford-Online/giulio/add-caption-utility-checklist
Added caption utility to checklist for Instructors
parents
3b58e408
9567ae12
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 @
cf9d1e11
...
@@ -120,6 +120,7 @@ def expand_checklist_action_url(course_module, checklist):
...
@@ -120,6 +120,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 @
cf9d1e11
...
@@ -329,17 +329,11 @@ class CourseFields(object):
...
@@ -329,17 +329,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