remove old readme
[atutor.git] / documentation / instructor / properties.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Properties</h2>
4         <p>The Properties Manager allows instructors to adjust the visual, functional, and technical details of a course. Properties set during installation can be changed with the Properties Manager. The Properties Manager is also where you <a href="delete_course.php">delete a course</a>. Additional properties are managed by the ATutor system administrator, including upload file size limitations and space limitations for a course. Contact an ATutor administrator if these properties need to be changed.</p>
5
6 <dl>
7     <dt>Title</dt>
8     <dd>The course name.</dd>
9
10     <dt>Primary Language</dt>
11     <dd>If a user has not yet chosen a preferred language, ATutor will display in the language selected here.</dd>
12
13     <dt>Description</dt>
14     <dd>An short text description of the course, to display in the Browse Course listing for the course.</dd>
15
16     <dt>Course Directory</dt>
17     <dd>If the ATutor administrator has enabled the "Pretty URL" feature, instructors will see a field to enter a name for the course directory, which gets added to a url while in a course. The course directory may contain numbers, letters, underscores, or dashes. No spaces are allowed. If no course directory is defined, the course ID is used in its place. The Pretty URL feature is enabled to turn conventional URL variables an there values (e.g course=21&user=13) into something more readable (e.g. course/21/user/13)</dd>
18
19
20     <dt>Export Content</dt>
21     <dd>If enabled, students can export course materials as content packages that can be viewed offline. If set to be <code>available  only for top level pages</code>, exporting a top level page also exports all its sub-pages. </dd>
22
23     <dt>Syndicated Announcements</dt>
24     <dd>If enabled, the course's announcements become available as an RSS feed.</dd>
25
26     <dt>Access</dt>
27     <dd>Whether students need to login, and/or enroll, to gain access to a course .</dd>
28
29     <dt>Release Date</dt>
30     <dd>The date the course can be accessed by students.</dd>
31
32     <dt>Banner</dt>
33     <dd>HTML formatted content that appears at the top of the course home page. Create splash screen, or a customized course front page. It is also possible to create a file called banner.txt, and place it in the top directory of a course file manager, that contains HTML to modify the top header area.</dd>
34
35     <dt>Copyright Notice</dt>
36     <dd>Appears in addition to the ATutor copyright notice, to signify the copyright of the content being displayed. Use <code>& copy;</code> (without the space) to create a copyright symbol</dd>
37
38     <dt>Icon</dt>
39     <dd>An 80 pixel by 80 pixel icon displayed with the course listing in MyCourses.</dd>
40
41
42 </dl>
43
44
45 <?php require('../common/body_footer.inc.php'); ?>