From 35acbc840e651e055f65c7b21f8f646ea6047da7 Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Fri, 9 Nov 2012 14:25:06 -0500 Subject: [PATCH] add note about new end_of_course_survey_url flag to docs --- doc/xml-format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/xml-format.md b/doc/xml-format.md index 0491641903..46082b90ad 100644 --- a/doc/xml-format.md +++ b/doc/xml-format.md @@ -253,8 +253,10 @@ Supported fields at the course level: * "advertised_start" -- specify what you want displayed as the start date of the course in the course listing and course about pages. This can be useful if you want to let people in early before the formal start. Format-by-example: "2012-09-05T12:00". * "enrollment_start", "enrollment_end" -- when can students enroll? (if not specified, can enroll anytime). Same format as "start". * "end" -- specify the end date for the course. Format-by-example: "2012-11-05T12:00". +* "end_of_course_survey_url" -- a url for an end of course survey -- shown after course is over, next to certificate download links. * "tabs" -- have custom tabs in the courseware. See below for details on config. * "discussion_blackouts" -- An array of time intervals during which you want to disable a student's ability to create or edit posts in the forum. Moderators, Community TAs, and Admins are unaffected. You might use this during exam periods, but please be aware that the forum is often a very good place to catch mistakes and clarify points to students. The better long term solution would be to have better flagging/moderation mechanisms, but this is the hammer we have today. Format by example: [["2012-10-29T04:00", "2012-11-03T04:00"], ["2012-12-30T04:00", "2013-01-02T04:00"]] +* "show_calculator" (value "Yes" if desired) * TODO: there are others ### Grading policy file contents