tagging as ATutor 1.5.4-release
[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>Export Content</dt>
17     <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>
18
19     <dt>Syndicated Announcements</dt>
20     <dd>If enabled, the course's announcements become available as an RSS feed.</dd>
21
22     <dt>Access</dt>
23     <dd>Whether students need to login, and/or enroll, to gain access to a course .</dd>
24
25     <dt>Release Date</dt>
26     <dd>The date the course can be accessed by students.</dd>
27
28     <dt>Banner</dt>
29     <dd>HTML formatted content that appears at the top of the course home page. Create splash screen, or a customized course front page.</dd>
30
31     <dt>Copyright Notice</dt>
32     <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>
33
34     <dt>Icon</dt>
35     <dd>An 80 pixel by 80 pixel icon displayed with the course listing in MyCourses.</dd>
36
37
38 </dl>
39
40
41 <?php require('../common/body_footer.inc.php'); ?>