Urls working.

This commit is contained in:
cahrens
2013-03-20 16:37:08 -04:00
parent 10ac7e04f8
commit 6d6e144c35
8 changed files with 71 additions and 40 deletions

View File

@@ -7,17 +7,17 @@ metadata:
"items" : [{"short_description": "Add Course Team Members",
"long_description": "Grant your collaborators permission to edit your course so you can work together.",
"is_checked": false,
"action_url": "/manage_users/",
"action_url": "ManageUsers",
"action_text": "Edit Course Team"},
{"short_description": "Set Important Dates for Your Course",
"long_description": "Establish your course's student enrollment and launch dates on the Schedule and Details page.",
"is_checked": false,
"action_url": "/settings-details/",
"action_url": "SettingsDetails",
"action_text": "Edit Course Details & Schedule"},
{"short_description": "Draft Your Course's Grading Policy",
"long_description": "Set up your assignment types and grading policy even if you haven't created all your assignments.",
"is_checked": false,
"action_url": "/settings-grading/",
"action_url": "SettingsGrading",
"action_text": "Edit Grading Settings"},
{"short_description": "Explore the Other Studio Checklists",
"long_description": "Discover other available course authoring tools, and find help when you need it.",
@@ -29,37 +29,37 @@ metadata:
"items" : [{"short_description": "Create Your First Section and Subsection",
"long_description": "Use your course outline to build your first Section and Subsection.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Set Section Release Dates",
"long_description": "Specify the release dates for each Section in your course. Sections become visible to students on their release dates.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Designate a Subsection as Graded",
"long_description": "Set a Subsection to be graded as a specific assignment type. Assignments within graded Subsections count toward a student's final grade.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Reordering Course Content",
"long_description": "Use drag and drop to reorder the content in your course.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Renaming Sections",
"long_description": "Rename Sections by clicking the Section name from the Course Outline.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Deleting Course Content",
"long_description": "Delete Sections, Subsections, or Units you don't need anymore. Be careful, as there is no Undo function.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"},
{"short_description": "Add an Instructor-Only Section to Your Outline",
"long_description": "Some course authors find using a section for unsorted, in-progress work useful. To do this, create a section and set the release date to the distant future.",
"is_checked": false,
"action_url": "/course/",
"action_url": "CourseOutline",
"action_text": "Edit Course Outline"}]
},
{"short_description" : "Explore edX's Support Tools",
@@ -71,35 +71,35 @@ metadata:
{"short_description": "Enroll in edX 101",
"long_description": "Register for edX 101, edX's primer for course creation.",
"is_checked": false,
"action_url": "/",
"action_url": "https://edge.edx.org/courses/edX/edX101/How_to_Create_an_edX_Course/about",
"action_text": "Register for edX 101"},
{"short_description": "Download the Studio Documentation",
"long_description": "Download the searchable Studio reference documentation in PDF form.",
"is_checked": false,
"action_url": "/",
"action_url": "http://help.edge.edx.org/help/assets/8ccd409f979c8639dd463e126eb840dc67f09098/Getting_Started_with_Studio.pdf",
"action_text": "Download Documentation"}]
},
{"short_description" : "Draft Your Course About Page",
"items" : [{"short_description": "Draft a Course Description",
"long_description": "Courses on edX have an About page that includes a course video, description, and more. Draft the text students will read before deciding to enroll in your course.",
"is_checked": false,
"action_url": "/settings-details/",
"action_text": "Edit Course Details & Schedule"},
"action_url": "SettingsDetails",
"action_text": "Edit Course Schedule & Details"},
{"short_description": "Add Staff Bios",
"long_description": "Showing prospective students who their instructor will be is helpful. Include staff bios on the course About page.",
"is_checked": false,
"action_url": "/settings-details/",
"action_text": "Edit Course Details & Schedule"},
"action_url": "SettingsDetails",
"action_text": "Edit Course Schedule & Details"},
{"short_description": "Add Course FAQs",
"long_description": "Include a short list of frequently asked questions about your course.",
"is_checked": false,
"action_url": "/settings-details/",
"action_text": "Edit Course Details & Schedule"},
"action_url": "SettingsDetails",
"action_text": "Edit Course Schedule & Details"},
{"short_description": "Add Course Prerequisites",
"long_description": "Let students know what knowledge and/or skills they should have before they enroll in your course.",
"is_checked": false,
"action_url": "/settings-details/",
"action_text": "Edit Course Details & Schedule"}]
"action_url": "SettingsDetails",
"action_text": "Edit Course Schedule & Details"}]
}
]
data: { 'textbooks' : [ ], 'wiki_slug' : null }