language adjustments
authorgreg gay <ggay@ocad.ca>
Thu, 22 Jul 2010 16:13:49 +0000 (16:13 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 22 Jul 2010 16:13:49 +0000 (16:13 -0000)
mods/assignment_dropbox/README
mods/assignment_dropbox/module.sql

index 52d84c2..7ddbceb 100644 (file)
@@ -1,4 +1,4 @@
-Assignment Dropbox ReadMe
+Assignment Dropbox README
 
 This module can be installed with ATutor for:
 1) instructors to manage students' assignment submissions.
@@ -11,15 +11,15 @@ On Windows systems use and application like WinZip the extract the file into the
 
 On Unix/Linux systems use the command:
 
-tar xzvf gradebook-0.1.tar.gz
+unzip assignment_dropbox.zip
 
-2. Login to ATutor as the administrator and run Install Module under the Modules tab, Select the Assignment Dropbox module, which should be listed as available to be installed when the module has been unzipped into the modes directory
+2. Login to ATutor as the administrator and run Install Module under the Modules tab, select the Assignment Dropbox module, which should be listed as available to be installed when the module has been unzipped into the mods directory
 
-3. Once the module has been installed, and enabled, login as instructor, click on tab "Manage", "Assignment Dropbox" line is there. Instructors can grant access on Assignment Dropbox to students through "Course Tools". 
+3. Once the module has been installed, and enabled, login as instructor, click on tab "Manage", the "Assignment Dropbox" is listed onlong with the Assignment Manager. Instructors make the Assignment Dropbox available to students through "Course Tools". 
 
 * How to use Assignment Dropbox
 1. for instructors
-       Assignment Dropbox provides the same functionality as assignment submission in "File Storage" tool but with a more intuitive interface. As an extension of "File Storage", when instructors create an assignment for a group, this group must have "File Storage" tool enabled, otherwise, the students are not able to submit assignments via Assignment Dropbox.
+  Assignment Dropbox provides the same functionality as assignment submission in the "File Storage" tool, but with fewer steps and with a more intuitive interface. As an extension of "File Storage", when instructors create an assignment for a group, this group must have "File Storage" enabled, otherwise, the students are not able to submit assignments via Assignment Dropbox. If the Assignment Dropbox module is installed, a drop box is setup automatically when an assignment is created for all students in a course.
 
 2. for students
-  Once the access to Assignment Dropbox is granted by the instructor, A link "Assignment Dropbox" is displayed either on students' home page or main navigation tab. This tool lists all the titles of the assignments that are assigned to the student and before the submission cut off date. The student can upload or delete assignment files at here. Note that the "Delete" button is only available before the assignment's due date. It is greyed out when the due date/time is passed. In this case, the student can only upload the assignment file.
\ No newline at end of file
+  Once the Assignment Dropbox has been turned on in Course Tools by the instructor, a link "Assignment Dropbox" is displayed either on the course home page or as a main navigation tab. The dropbox lists all the assignments that are assigned to the student viewing, up to the submission "cut off date" set in an assignment's properties (set under "Accept Late Submissions). The student can upload or delete assignment files up until the "due date", after which assignment submissions are locked and can no longer be modified by students. The Delete button is greyed out when the due date is passed. The Upload button remains available to students until the cut off date.
\ No newline at end of file
index 69aaa78..c299825 100644 (file)
@@ -5,4 +5,4 @@ INSERT INTO `language_text` VALUES ('en', '_module','assignment_dropbox_text','S
 INSERT INTO `language_text` VALUES ('en', '_module','flag_text','<small>%s indicates files have been handed in.</small>',NOW(),'');\r
 INSERT INTO `language_text` VALUES ('en', '_module','delete_text','Note: "Delete" button is only available before the assignment due date.',NOW(),'');\r
 \r
-UPDATE `language_text` SET TEXT='Assignments are submitted using the Assignment Dropbox or group File Storage tool. Assign to all students, or create a group and enable File Storage for that group, to add an assignment drop-box.' WHERE term='AT_INFOS_ASSIGNMENT_FS_SUBMISSIONS';\r
+UPDATE `language_text` SET TEXT='Assignments can be submitted using the Assignment Dropbox or through My Files in the  File Storage tool. Assign an assignment to all students, or create a group and enable File Storage for that group, to add an assignment drop-box.' WHERE term='AT_INFOS_ASSIGNMENT_FS_SUBMISSIONS';\r