move code up one directory
[atutor.git] / documentation / general / file_storage.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>\r
2 \r
3 <h2>File Storage</h2>\r
4 \r
5 <p>Students, assistants, and instructors can access a personal file management tool using the <em>File Storage</em> area, if enabled for a course. Workspaces can be selected for storing files,  their presence depending on one's access rights:\r
6         <ul>\r
7                 <li><em>Course Files</em> - The default workspace. Managed by the instructor, or assistants with file storage privileges, course resource files are made available for download by course members.</li>\r
8                 <li><em>My Files</em> - Private files only the user can access and manage.</li>\r
9                 <li><em>Groups</em> - Shared files managed by group members, and accessible to instructors and assistants with group privileges.</li>\r
10                 <li><em>Assignments</em> - Students can submit assignments from these workspaces, and instructors or assistants with assignment privileges can manage submissions from the File Storage utiilty. To submit an assignment, upload a file to <em>MyFiles</em>, or to a group workspace, then select the file you wish to hand in and press  the <em>Handin</em> button to view a list is assignments. Choose the assignment for which you are hinding in the file, then press <em>Submit</em></li>\r
11 \r
12         </ul>\r
13 \r
14 To move between workspaces, select them from the dropdown menu and use the <code>    Go!            </code>  button. To view a file in the File Storage area, download and open it locally on your own computer.\r
15 </p>\r
16 <h3>Create Folders and Adding Files</h3>\r
17 <p>To organize files, folders can be created using the <em>Create Folder</em> feature at the top right of the file area. To upload a new file, with an optional description of its contents, use the <em>New File</em> feature at the top left. The file will be uploaded to the currently opened directory.</p>\r
18 \r
19 <h3>Managing Files</h3>\r
20 <p>It is also possible to <code>Download</code> files to your hard drive, <code>Hand In</code> a file for an assignment, <code>Edit</code> file details and rename folders,  <code>Move</code> files around within a workspace, as well as <code>Delete</code> files and folders. Depending on the type of workspace, the buttons that appear will vary.</p>\r
21 \r
22 <h3>File Revisions</h3>\r
23 \r
24 <p>If enabled, file revisions can be kept, so a history of the document or file is available. Uploading a file of the same name as one that exists, will create a second version of the file, and so on. With each revision comments can be added, to summarize the changes from authors, and to perhaps collect feedback from reviewers.</p>\r
25 \r
26 \r
27 \r
28 <?php require('../common/body_footer.inc.php'); ?>