Table of contentsAbout GradeWatchGrades database Specific file format Updating grades for posting |
About GradeWatchGradeWatch is an intranet software package, which utilizes a web server to display students' grades. The only user side software required is an Internet browser capable of displaying HTML tables. Netscape Navigator 3.0 or Microsoft Internet Explorer 3.0 would do. Refer to the owner's reference for server's requirements. The login screen is generated by the package and consists of the course name, user name and password. After successful login student will see a table with information corresponding to his or her grades and common area corresponding to the course grade statistics. Instructor has access to each student grades, all students grades at once, can e-mail grades to one student or all of them, generate a mailing list from the roster, and access the software usage log for the particular course. All of that with one single power user password that can be set separately for each course. Please read the user's manual for more information on using the database and owner's manual for more information on installing the software package. |
Grades databaseCreating or updating database is a simple process if certain rules are followed. The original developers' intention was to create something, which is quick to use, and does not take too much time to develop as well. To avoid entering data multiple times the Excel (or any other spreadsheet) file is utilized as a database. Each course has its own database file. However, to simplify the package and make it independent from any particular spreadsheet (especially Microsoft products which change the file format with each version) a tab delimited text file exported from your favorite software package is used.Because such a text file does not contain all the information which is stored in the original file two restrictions apply
|
Specific file format
After looking at the sample database file it can be determined that there are several important keywords which corresponds to the specific information in the grade report. These keywords start with tilde ~ and are ~header, ~points, ~average, ~median, ~min, and ~max. The GradeWatch searches the text data file against these words and picks data from the appropriate lines. In the future releases of this software all words found in the second column starting with tilde will be taken into account and the corresponding rows displayed on the grade report. Each student entry starts with the student's password in the first column and student's name in the second column. The last column with grade data is followed by ~!~ and by optional e-mail address. Lines not mentioned in the previous paragraph and not having ~!~ are skipped, and can be used for comments or additional spreadsheet calculations. |
Updating grades for postingEach time you modify the grades using your favorite spreadsheet you need to perform some extra work. After saving your data file as you usually would save it you need to save it once again as a tab delimited text file. Export it always to the same location which you specified in the GradeWatch configuration file and then make habit of immediately closing it to prevent re-saving it once again as the original database file with possible (I do not know your software) loss of some spreadsheet specific information.In other words the process of updating grades may be summarized as follows.
|
| web page main help file user's manual owner's manual grades database multiuser solutions |