diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-01-21 16:53:31 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-01-21 16:53:31 -0500 |
commit | 00eb28a743acc82a7b5cb21f67826c8905f3b0f0 (patch) | |
tree | a52df56fcdc4fd0c8150dd58dd46fce925f676c6 | |
parent | 361646f56dc248b5e0e3f7ac2cc5dea9eee127ce (diff) | |
download | GradeBook-00eb28a743acc82a7b5cb21f67826c8905f3b0f0.tar.gz GradeBook-00eb28a743acc82a7b5cb21f67826c8905f3b0f0.zip |
converted readme to pandoc markdwn
-rw-r--r-- | README.md (renamed from README) | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -2,16 +2,25 @@ # Typical work flow for a class creation * Create a class database with CreateCourseGradeBook.tcl command. - ./CreateCourseGradeBook.tcl 2015_Spring_Phys476 eemikh@wm.edu 2015 Spring "Physics 476 - Modern Astrophysics" Eugeniy Mikhailov +``` +./CreateCourseGradeBook.tcl 2015_Spring_Phys476 eemikh@wm.edu 2015 Spring "Physics 476 - Modern Astrophysics" Eugeniy Mikhailov +``` * Prepare comma separated list of students with their names, ID, emails, and CRN. - * Note: ID is optional. But if we have ID, we can show a student photo - * Note: CRN is optional. It is intended to separate graders permissions across sections. But it is not implemented. The best way to do it, is to save a "Summary class web page" from the banner and process it with banner2csv.pl. This will automatically extract required information. - ./banner2csv.pl banner_summary_page.html > tt.csv +``` +./banner2csv.pl banner_summary_page.html > tt.csv +``` + + If you make such comma separate list yourself note that: + 1. ID is optional. But if we have ID, we can show a student photo + 2. CRN is optional. It is intended to separate graders permissions across sections. But it is not implemented. + * Now we ready to populate the class database - ./csv2GradeBook.tcl 2015_Spring_Phys476 tt.csv -* Upload resulting database file to the cgi directory, fix permissions -* Access the class DB via web interface and add TAs/graders +``` +./csv2GradeBook.tcl 2015_Spring_Phys476 tt.csv +``` +* Upload the resulting database file to the cgi directory and fix its permissions +* Access the class database via web interface and add TAs/graders |