remove old readme
[atutor.git] / documentation / instructor / creating_courses.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>\r
2 \r
3 <h2>Creating Courses</h2>\r
4 \r
5 <p>After logging in, use the <em>Create Course</em> link from My Start Page. Properties set here can be modified through Manage > <a href="properties.php">Properties</a></p>\r
6 \r
7 <p>Some course properties include:</p>\r
8 \r
9         <dl>\r
10                 <dt>Description</dt>\r
11                 <dd>Enter a meaningful but brief paragraph describing the course, to be displayed under the course name in <em>Browse Courses</em>.</dd>\r
12 \r
13                 <dt>Export Content</dt>\r
14                 <dd>Choose the availability of the "Export Content" link on course content pages.</dd>\r
15 \r
16                 <dt>Syndicate Announcements</dt>\r
17                 <dd>Enable this setting if you wish to make an RSS feed of the course announcements available for display on another website.</dd>\r
18 \r
19                 <dt>Access</dt>\r
20                 <dd>Determines who can have access to the course content - any user, only logged in users, or logged in and enrolled users.</dd>\r
21 \r
22                 <dt>Release Date</dt>\r
23                 <dd>An optional date from when the course can be accessed by non-privileged students.</dd>\r
24 \r
25                 <dt>End Date</dt>\r
26                 <dd>An optional date from when the course can no longer be accessed by non-privileged students.</dd>\r
27 \r
28                 <dt>Banner</dt>\r
29                 <dd>HTML that forms a custom banner or splash screen for the course home page. Appears above the course announcements, if there are any.</dd>\r
30 \r
31                 <dt>Initial Content</dt>\r
32                 <dd>Initialise the course content to be either empty, basic place-holder content, or a restored backup from other courses you own.</dd>\r
33         </dl>\r
34 \r
35 <p>Enter the necessary information and use the <code>Save</code> button to proceed into the newly created course. </p>\r
36 \r
37 \r
38 <?php require('../common/body_footer.inc.php'); ?>