Commit 30188680 by Giulio Gratta Committed by Joe Blaylock

Added caption utility to checklist for Instructors

parent 4930f780
...@@ -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",
......
...@@ -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": "",
......
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