#! /usr/bin/env gbr2 ~ħ8)h# Gambas Project File 2.0 # Compiled with Gambas 2.18.0 Title=GradeL Startup=frmGradeL Icon=images/gradel.png Version=0.11.3 Library=gb.qt Library=gb.form Library=gb.net Library=gb.net.curl Library=gb.qt.ext Description=GradeL is a desktop gradebook for teachers. Authors=Allen W. Murphy TabSize=4 Translate=1 Language=en_US ControlPublic=1 SourcePath=/home/amurphy/programs/gambas2 Maintainer=Allen Murphy Address=msumurph@user.sourceforge.net License=General Public Licence Systems=ubuntu Menus= Categories= Groups= #!/bin/sh # *************************************************************** # This shell script installs GradeL to the system. # Be sure to run compile.sh first. # Gradel can be removed from the system with uninstall.sh. # The ${DESTDIR} environment variable can be set using export # to use a non standard installation directory. For a standard # installation, set to "". # *************************************************************** # *************************************************************** # Files and locations # *************************************************************** # /usr/bin/gradel # /usr/share/gradel/gradel.png # /usr/share/applications/gradel.desktop # /usr/share/doc/gradel/INSTALL # /usr/share/doc/gradel/COPYING # /usr/share/doc/gradel/README # /usr/share/doc/gradel/ChangeLog # *************************************************************** echo "" echo "------------------------------------------------" echo " GradeL Installallation Script" echo "------------------------------------------------" # *************************************************************** # GradeL binary installs in the /usr/bin directory # *************************************************************** echo " Copying GradeL program to ${DESTDIR}/usr/bin." mkdir -p ${DESTDIR}/usr/bin cp gradel ${DESTDIR}/usr/bin # *************************************************************** # Gradel icon installs in /usr/share/gradel directory. # GradeL Desktop File installs in /usr/share/applications. # *************************************************************** if [ -d ${DESTDIR}/usr/share/gradel ] then echo " Copying GradeL icon to ${DESTDIR}/usr/share/gradel." cp images/gradel.png ${DESTDIR}/usr/share/gradel echo " Copying GradeL Desktop File to ${DESTDIR}/usr/share/applications." cp gradel.desktop /usr/share/applications else echo " Creating ${DESTDIR}/usr/share/gradel." mkdir -p ${DESTDIR}/usr/share/gradel echo " Copying GradeL icon to ${DESTDIR}/usr/share/gradel." cp images/gradel.png ${DESTDIR}/usr/share/gradel echo " Copying GradeL Desktop File to ${DESTDIR}/usr/share/applications." cp gradel.desktop /usr/share/applications fi # *************************************************************** # INSTALL, README, ChangeLog and COPYING install # in /usr/share/doc/gradel # *************************************************************** if [ -d ${DESTDIR}/usr/share/doc/gradel ] then echo " Copying INSTALL, README, COPYING, and ChangeLog to ${DESTDIR}/usr/share/doc/gradel" cp COPYING ${DESTDIR}/usr/share/doc/gradel cp INSTALL ${DESTDIR}/usr/share/doc/gradel cp README ${DESTDIR}/usr/share/doc/gradel cp ChangeLog ${DESTDIR}/usr/share/doc/gradel else echo " Creating ${DESTDIR}/usr/share/doc/gradel." mkdir -p ${DESTDIR}/usr/share/doc/gradel echo " Copying INSTALL, README, COPYING, and ChangeLog to ${DESTDIR}/usr/share/doc/gradel" cp COPYING ${DESTDIR}/usr/share/doc/gradel cp INSTALL ${DESTDIR}/usr/share/doc/gradel cp README ${DESTDIR}/usr/share/doc/gradel cp ChangeLog ${DESTDIR}/usr/share/doc/gradel fi # *************************************************************** # Done # *************************************************************** echo "" echo " Installation complete! To run type gradel. Enjoy the program." echo "" [GradeL Gradebook File] 3rd Hour Geometry Mr. Murphy [Online Grades] code 101 default default SEMESTERS:2 MP PER SEMESTER:2 100 3 MP 1 08/25/05 10/31/08 [MP 1 Assignments] 25 Class Rules 05/15/2007 3 Extra Credit Lesson P.2 05/17/2007 5 Book Work Lesson P.1 05/18/2007 5 Book Work Quiz A 05/18/2007 20 Quiz Lesson P.3 05/18/2007 5 Book Work Lesson P.4 05/18/2007 5 Book Work Lesson P.5 05/18/2007 5 Book Work Lesson P.6 05/18/2007 5 Book Work Quiz B 05/18/2007 20 Quiz Lesson P.7 05/18/2007 5 Book Work Practice Excer. 05/18/2007 5 Book Work Ch P Test 05/18/2007 50 Test Chapter P Folder 05/18/2007 10 Book Work Lesson 1.1 05/18/2007 5 Book Work Lesson 1.2 05/18/2007 5 Book Work Quiz A 05/18/2007 20 Quiz Lesson 1.3 05/18/2007 5 Book Work Lesson 1.4 05/18/2007 5 Book Work Quiz B 05/18/2007 20 Quiz Lesson 1.5 05/18/2007 5 Book Work CH 1 P.E. 05/18/2007 5 Book Work Ch 1 Test 05/18/2007 50 Test Ch 1 Folder 05/18/2007 10 Book Work Lesson 2.1 05/18/2007 5 Book Work Quiz A 05/18/2007 20 Quiz [MP 1 Class Days] 3 05/22/07 05/23/07 05/25/07 MP 2 11/02/07 01/18/07 [MP 2 Assignments] 33 Lesson 2.2 05/18/2007 5 Book Work Lesson 2.3 05/18/2007 5 Book Work 2.4 05/18/2007 5 Book Work Quiz B 05/18/2007 20 Quiz Lesson 2-5 05/18/2007 0 Book Work Lesson 2-6 05/18/2007 5 Book Work Ch 2 Mid Review 05/18/2007 10 Practice Worksheet Quiz C 05/18/2007 20 Quiz Lesson 2-7 05/18/2007 5 Book Work Lesson 2-8 05/18/2007 5 Book Work Quiz D 05/18/2007 20 Quiz Lesson 2-9 05/18/2007 5 Book Work PE 05/18/2007 5 Book Work Ch 2 Test 05/18/2007 50 Test Ch 2 Folder 05/18/2007 10 Book Work Lesson 3-1 05/18/2007 5 Book Work Lesson 3-2 05/18/2007 5 Book Work Quiz A 05/18/2007 20 Quiz Lesson 3-3 05/18/2007 5 Book Work lesson 3-5 05/18/2007 5 Book Work Leson 3-6 05/18/2007 5 Book Work Quiz B 05/18/2007 20 Quiz Lesson 3-7 05/18/2007 5 Book Work P.E. CH 3 05/18/2007 5 Book Work Ch 3 Test 05/18/2007 50 Test Ch 3 Folder 05/18/2007 10 Book Work Lesson 4-1 05/18/2007 5 Book Work Lesson 4-2 05/18/2007 5 Book Work Quiz A 05/18/2007 20 Quiz Lesson 4.3 05/18/2007 5 Book Work Exam review (Pink) 05/18/2007 12 Book Work Exam Game Bonus 05/18/2007 2 Extra Credit Final Exam Sem 1 05/18/2007 100 Final Exam [MP 2 Class Days] 0 MP 3 01/21/08 03/22/08 [MP 3 Assignments] 22 Lesson 4.4 05/18/2007 5 Book Work Lesson 4.5 05/18/2007 5 Book Work Quiz B 05/18/2007 20 Quiz Lesson 4.6 05/18/2007 5 Book Work Lesson 4.7 05/18/2007 5 Book Work Ch 4 review (6-7) 05/18/2007 15 Practice Worksheet P.E. 05/18/2007 5 Book Work Ch 4 Test 05/18/2007 56 Test Ch 4 Folder 05/18/2007 10 Book Work Lesson 5-1 05/18/2007 5 Book Work Lesson 5-2 05/18/2007 5 Book Work Ch 5 Quiz A 05/18/2007 20 Quiz Lesson 5.3 05/18/2007 5 Book Work Lesson 5-4 05/18/2007 5 Book Work Ch 5 Quiz B 05/18/2007 20 Quiz Lesson 5-5 05/18/2007 5 Book Work Lesson 5-6 05/18/2007 5 Book Work Ch 5 P.E. 05/18/2007 5 Book Work Ch 5 Test 05/18/2007 50 Test Lesson 6-1 NOTES 05/18/2007 5 Book Work Lesson 6-1 05/18/2007 5 Book Work Quiz A Ch 6 05/18/2007 20 Quiz [MP 3 Class Days] 0 MP 4 03/25/08 06/11/08 [MP 4 Assignments] 10 Lesson 6-2 05/18/2007 5 Book Work Lesson 6-3 05/18/2007 5 Book Work Slope fields HO #1 05/18/2007 5 Practice Worksheet Lesson 6-4 05/18/2007 5 Book Work Lesson 6-5 05/18/2007 5 Book Work Ch 6 P.E. 05/18/2007 5 Book Work Ch 6 Quiz B 05/18/2007 20 Quiz Lesosn 7-1 05/18/2007 5 Book Work Lesson 7.3 05/18/2007 5 Book Work Ch 7 Quiz B 05/18/2007 15 Quiz [MP 4 Class Days] 0 [Students] 23 Abdul, Paula 12345 EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 0 5 5 17 5 5 5 5 19 5 4.5 43 10 5 5 19 5 4 16 4.5 5 41 10 5 16.5 5 5 5 22 5 5 7 20 5 4.5 20 5 5 42.5 10 4.5 5 20 2.5 5 5 16 5 4.5 42 10 5 5 16.5 5 10 82 5 4.5 14 4 5 6.5 5 54 10 5 4.5 17 5 5 16.5 5 5 5 39.5 5 5 16 5 5 5 NTI 4 20.5 4.5 4.5 15 COMMENTS:1 4 COMMENTS: COMMENTS: COMMENTS: Tdy Abs Adams, John EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 20 5 5 5 5 20 5 5 50.5 10 5 5 18 5 5 18 5 5 51 10 5 21 5 5 5 23 5 5 10 21 5 5 20 5 5 52 10 5 5 20 5 5 5 20 5 5 46.5 10 5 5 20 5 12 93.3 5 5 20 5 5 16 5 56 10 5 5 17 5 5 21 5 5 5 41.5 5 5 20 5 5 5 5 5 5 20.5 5 5 15 COMMENTS:3 COMMENTS: COMMENTS: COMMENTS: Armstrong, Lance EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 18.5 5 5 5 5 15.5 5 5 37 10 5 5 16.5 5 5 14 5 5 36 10 5 20 5 5 5 21 5 5 10 14 5 5 19 5 5 45 10 5 5 17.5 5 5 5 19 5 5 43.5 10 5 5 17 5 12 1 81.5 5 5 17.5 5 5 16 5 55.5 10 5 4.5 18 4.5 5 19.5 5 5 5 44.5 5 5 16 5 5 5 5 5 5 18.5 5 4.5 14.5 COMMENTS:2 4 COMMENTS: COMMENTS: COMMENTS: UnAb UnAb Austin, Kate EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 19 5 5 5 5 14 5 5 35.5 10 5 5 20 5 5 18 5 5 41.5 10 5 19.5 5 5 5 19 5 5 6 21 5 5 20 5 5 38.5 10 5 5 18.5 5 5 5 15.5 5 5 43 10 5 5 17 5 12 75 5 5 12.5 5 5 15 5 52.5 10 5 5 18 5 5 21 5 5 5 30.5 5 5 18 5 5 5 NTI Abs 5 5 13 COMMENTS: COMMENTS: COMMENTS: COMMENTS: ExAb Bing, Chandler EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 19 5 5 5 5 20 5 5 36 10 5 5 18 5 5 18 5 5 36.5 10 5 21 5 5 5 23 5 5 10 14.5 5 5 16 5 5 42.5 10 5 5 17 5 5 5 17 5 5 40.5 10 5 5 20 5 10 1 84.8 5 5 14.5 5 5 14 5 49 10 5 5 18 5 5 19.5 5 5 5 43 5 5 16 5 5 5 5 5 5 19 5 5 Abs COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy Buffet, Phoebe EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 5 5 19 5 5 5 5 17 5 4.5 48.5 10 5 5 20 5 4.5 13 5 5 40 10 5 13.5 Abs 5 5 23 5 5 7 19.5 NTI 3.5 15 4.5 5 31.5 10 5 5 16 5 3 4 15 4 4 36 10 5 5 16 NTI Abs 82.1 5 5 17 5 NTI 15 5 55 10 5 4.5 12 3.5 5 11.5 5 NTI 3.5 39.5 5 5 18 5 5 5 5 3.5 21 4 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Bush, George W. EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 14.5 5 5 5 5 18.5 5 5 45.5 10 5 5 13.5 5 5 11 5 5 31.5 10 5 17.5 5 5 5 16 5 5 8 11.5 5 5 11 5 5 36.5 10 5 5 14 5 5 5 10 5 5 20 10 5 5 11.5 5 12 71.2 5 5 10.5 5 5 13.5 5 37 10 5 4.5 17 4 5 19.5 5 5 5 29.5 5 5 9 5 5 5 5 5 Abs 13.5 Abs COMMENTS: COMMENTS: COMMENTS: COMMENTS: Carter, Jimmy EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 18 5 5 5 5 21 5 4.5 51 10 5 5 20 5 5 17 5 5 49.5 Abs 5 19.5 5 5 5 23 5 5 9 21 5 5 20 4.5 5 51 10 5 5 20 5 5 5 19 5 5 41 10 5 5 20 5 12 1 90.2 5 5 18.5 5 5 14.5 5 56 10 5 5 18 5 5 19.5 5 5 5 47.5 5 5 20 5 5 5 5 5 4.5 21 5 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy Franklin, Ben EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 19 5 5 5 5 21 5 4.5 48 10 5 5 20 5 5 20 5 5 51.5 10 5 19.5 5 5 5 23 5 5 10 17 5 4 20 5 5 49 10 5 5 20 5 5 5 16 5 5 40 10 5 5 20 5 12 2 90.2 5 5 16 5 4 16 5 54 10 5 5 16 5 5 21 5 5 5 46 5 5 20 5 5 5 5 4.5 4.5 18.5 4.5 4.5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Geller, Monica EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 2 5 5 15.5 Abs Abs Abs 15 Abs Abs 33.5 Exc 5 5 17 5 4.5 12.5 5 5 42 10 5 18 5 5 5 19.5 5 5 10 14.5 NTI 3.5 20 4.5 NTI 34.5 10 3.5 5 17.5 4.5 3 5 12 5 NTI 29 10 5 5 17 5 12 76.4 5 5 16 5 4 16 5 39 Abs 5 5 10 5 4.5 17 5 NTI 5 38.5 5 5 Abs 5 NTI 13.5 4.5 4.5 Abs COMMENTS: COMMENTS: COMMENTS: COMMENTS: Geller, Ross EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 18.5 5 5 5 5 16.5 5 4.5 48 8 4.5 5 14 5 5 18 2.5 3.5 48 8 5 19.5 5 5 5 23 4.5 5 Grd 17 5 4.5 18 NTI 2.5 42 10 3.5 5 17 5 5 2.5 19.5 NTI NTI 46 10 5 3 18 NTI 11.5 1 94.4 5 2.5 15 2.5 2.5 5.5 5 56 Exc 4 5 20 3.5 4.5 10.5 4.5 NTI 5 41.5 5 2.5 14.5 NTI NTI 2.5 NTI 17.5 5 4 12 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Hogan, Hulk EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 17.5 5 5 5 5 18 5 5 47 10 5 5 17 5 5 13 5 5 39.5 10 5 18 5 5 5 21 5 5 10 20 4.5 4 20 4.5 5 44.5 10 5 5 18 5 5 5 19.5 5 5 42 10 5 5 17 5 12 2 85.4 5 5 18 5 4 16 5 56 10 5 5 13 4 5 19 5 5 5 42.5 5 5 18.5 5 5 5 5 5 5 20.5 5 4.5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: ExAb ExAb Jefferson, Thomas EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 14 4.5 4.5 5 5 19 5 5 41 10 5 5 16 5 4.5 12 5 5 36 10 5 17.5 4.5 5 5 19.5 4 5 10 14 3 4.5 12 4.5 5 40 10 5 5 14 5 4.5 4.5 16 4.5 4 24.5 10 5 5 14.5 2 12 78.7 5 4.5 12.5 5 2.5 3 5 39 10 5 4.5 15 4.5 NTI 13 4 5 5 37.5 5 5 18 5 5 5 5 5 4.5 18 5 4.5 Abs COMMENTS: COMMENTS: COMMENTS: COMMENTS: Abs Jones, Indiana EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 18.5 5 5 5 5 18 5 5 42.5 10 5 5 18.5 5 5 16 5 5 40.5 10 5 21 5 5 5 23 5 5 10 18.5 4.5 5 19 5 5 42 10 5 5 18 5 5 5 17 5 5 42 10 5 5 20 5 12 80.1 5 4.5 15.5 5 5 14 5 54 10 5 4.5 16 5 5 17.5 5 5 5 31.5 5 5 18 5 5 5 5 5 5 20 5 5 14.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Locke, John EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 19 5 5 5 5 17 5 5 38 10 5 5 19 5 5 17 5 5 38 10 5 19.5 5 5 5 22.5 5 5 10 19 5 5 15 5 5 35 10 5 5 15.5 5 5 5 13.5 5 5 24 10 5 5 15 5 12 92.1 5 5 14 5 5 15.5 5 43 10 5 5 20 5 5 16 5 5 5 37 5 5 16 5 5 5 5 5 4.5 16.5 5 5 14.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Mantle, Mickey EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 13 5 5 5 5 17.5 5 5 41 10 5 5 20 5 5 14 5 5 45 10 5 19.5 5 5 5 20 5 5 10 16.5 5 5 11.5 4 5 30.5 10 5 5 16.5 5 5 5 15 5 5 23 10 5 5 14 5 12 69 5 4.5 14 5 5 14 5 34 10 4.5 5 17 5 5 14.5 5 5 5 38 Abs 5 Abs 5 5 5 5 5 4.5 14.5 5 5 12.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Nixon, Richard EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 20 5 5 5 5 19 5 5 51 10 5 5 20 5 5 20 5 5 49.5 10 5 19 5 5 5 23 5 5 10 21 5 4.5 20 5 5 50.5 10 5 5 20 5 5 4.5 20 5 5 48 10 5 5 20 5 12 91.6 5 5 19 5 5 15 5 56 10 5 5 14 5 5 20 5 5 5 50 5 5 20 5 5 Abs 4 4.5 5 Abs 5 5 14.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Presley, Elvis EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 20 5 5 Exc 5 16 5 4.5 37.5 10 5 5 17.5 5 Exc 20 5 5 48 10 5 19.5 5 5 5 21 5 5 9 21 5 5 20 5 5 48.5 5 5 17.5 5 5 5 18.5 5 5 35 10 5 5 17.5 5 12 95.7 5 5 19 4 5 9 5 47 10 5 5 19 5 5 20 5 5 5 39 5 5 18 5 5 5 5 5 5 21 5 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: ExAb Skywalker, Luke EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 15 5 5 5 5 16.5 5 4.5 42.5 10 5 5 20 5 4.5 11 5 5 39.5 10 5 16.5 4.5 5 5 17.5 5 2.5 7 15.5 4 4.5 15 4.5 5 48 10 5 5 17.5 5 4.5 3 10.5 3.5 5 31.5 10 5 5 17 2.5 8 71.9 5 4 15 5 5 11 5 44 Abs 2.5 Abs 13 Abs 5 Abs 2.5 5 5 30 5 3.5 16 5 5 5 5 4.5 Abs 5 4.5 12.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Solo, Han EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 15.5 5 5 5 5 20 5 5 39 10 5 5 15.5 5 4.5 14 5 5 37 10 5 17 5 5 5 18 5 5 6 11.5 4.5 5 16 4.5 5 38.5 10 5 5 17.5 5 5 5 16 5 5 38 10 5 5 17 5 12 1 84.3 5 5 13 4.5 5 12.5 5 49 Abs 5 5 17 5 5 19.5 5 5 5 38.5 5 5 18 5 5 5 5 5 5 15 5 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Travis, Randy EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 5 5 18 5 5 5 5 20 5 5 45 10 5 5 20 5 5 18 5 5 47 10 5 19.5 5 5 NTI 21 5 5 10 17 5 5 20 5 5 47.5 10 5 5 16 5 5 5 18.5 5 5 49 Abs 5 5 17 5 12 2 87.6 5 5 19.5 5 4 16 5 56 Exc 5 4.5 18 4.5 4.5 21 5 5 5 43.5 5 4 20 5 5 5 5 5 5 19 5 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy Tribani, Joey EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 18 5 5 5 5 13 5 4.5 39 10 5 5 14 5 5 14 5 5 23.5 10 5 17.5 5 5 5 13 5 5 6 18 4.5 5 16 4.5 5 34 10 5 5 16 5 5 5 12 5 5 25 10 5 5 10 5 12 60.9 5 5 10 5 5 7 5 31 10 5 5 12 5 5 14.5 5 5 5 32 5 5 18 5 5 5 NTI 5 16 5 5 12.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy Washington, George EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 5 5 19.5 5 5 5 5 16.5 5 5 49.5 10 5 5 16 5 4.5 17 5 5 46 10 5 21 4.5 5 5 21 5 5 8 19.5 4 3.5 20 4.5 5 44 10 5 5 19.5 5 4.5 4.5 15 5 NTI 39 10 5 2.5 17 5 12 2 93.3 5 5 15.5 5 NTI 13 5 44.5 10 5 4.5 18 2.5 4.5 19 4 5 5 49.5 5 3 17 5 5 5 3.5 5 NTI 18 3.5 5 15 COMMENTS: COMMENTS: COMMENTS: COMMENTS: [Dropped Students] 2 Banzai, Buckaroo EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 19.5 5 5 5 5 19 5 4.5 45.5 10 5 5 15.5 5 5 17 5 5 38.5 10 5 21 5 5 5 21 5 5 10 15 5 4.5 20 5 5 48 10 5 5 17.5 5 5 5 17.5 5 5 41 10 5 5 16.5 5 12 83.2 5 5 19 5 5 16 5 50 10 5 4.5 19 5 5 21 5 5 5 46.5 5 5 19 5 5 5 5 4.5 4.5 17 4.5 4.5 13.5 COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy ExAb Clinton, Bill EMAIL: PARENTS: CONDITION: ISSUEDATE:00:00:00 RETURNDATE:00:00:00 RETURNCONDITION: FINE: 3 5 5 17 5 5 5 5 19 5 5 41 10 5 5 16 5 5 14 5 5 37.5 10 5 19.5 5 5 5 19 5 5 7 15 4.5 5 19 5 5 44 10 5 5 17 5 5 5 11 5 5 27 10 5 5 13 5 12 83.7 5 5 15.5 5 5 11.5 5 44 10 5 4.5 11 5 5 16 5 5 5 42.5 5 4.5 17.5 5 5 5 5 5 4.5 13.5 5 5 Abs COMMENTS: COMMENTS: COMMENTS: COMMENTS: Tdy Tdy [Categories] 7 Homework 16777215 0.25 Test 65535 0.5 Quiz 16775825 0.25 Extra Credit 16711935 0.03 Book Work 16777215 1 Practice Worksheet 16777215 1 Final Exam 65280 1 [Codes] 7 Exc False NTI True ABS False Abs False True New False Grd False [Attendance Codes] 8 Abs Absent False ABS Absent False P Present True p Present True Present True ExAb Excused Absence False UnAb Unexcused Absence False Tdy Tardy True [Grading Scale] A+ 100 A 92.5 A- 89.5 B+ 86.5 B 82.5 B- 79.5 C+ 76.5 C 72.5 C- 69.5 D+ 66.5 D 62.5 D- 59.5 E 0 [Seating Chart] 0 0 [Comments] Excellent all-around student Has missing assignments Absent work not made up Please contact teacher Homework not completed regularly Pleasant to have in class [Weights] 0.4 0.4 0.4 0.4 0.2 0.2 [End of Class File] [Desktop Entry] Version=0.11.1 Encoding=UTF-8 Name=GradeL GenericName=A desktop gradebook program for teachers. Comment=A desktop gradebook program for teachers. Type=Application Categories=KDE;Qt;Education;DataVisualization Terminal=false Icon=/usr/share/gradel/gradel.png Exec=gradel X-KDE-StartupNotify=true GenericName[en_US]=A desktop gradebook program for teachers. GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. #!/bin/sh # *************************************************************** # This shell script removes GradeL to the system. # The ${DESTDIR} environment variable can be set using export # to use a non standard installation directory. For a standard # installation, set to "". # *************************************************************** echo "" echo "------------------------------------------------" echo " GradeL Uninstall Script" echo "------------------------------------------------" # *************************************************************** # Remove binary from /usr/bin # *************************************************************** echo " Removing binary from ${DESTDIR}/usr/bin/gradel." if [ -f ${DESTDIR}/usr/bin/gradel ] then echo " Removing ${DESTDIR}/usr/bin/gradel." rm ${DESTDIR}/usr/bin/gradel fi # *************************************************************** # Remove Desktop File # *************************************************************** echo " Removing Desktop File from ${DESTDIR}/usr/share/applications." if [ -f ${DESTDIR}/usr/share/applications/gradel.desktop ] then echo " Removing ${DESTDIR}/usr/share/applications/gradel.desktop." rm ${DESTDIR}/usr/share/applications/gradel.desktop fi # *************************************************************** # Remove icon # *************************************************************** echo " Removing icon from ${DESTDIR}/usr/share/gradel." if [ -s ${DESTDIR}/usr/share/gradel ] then rm ${DESTDIR}/usr/share/gradel/*.* #rm /usr/share/gradel/* echo " Removing ${DESTDIR}/usr/share/gradel." rmdir ${DESTDIR}/usr/share/gradel fi # *************************************************************** # Remove docs # *************************************************************** echo " Removing documents from ${DESTDIR}/usr/share/doc/gradel." if [ -s ${DESTDIR}/usr/share/doc/gradel ] then #rm /usr/share/doc/gradel/*.* rm ${DESTDIR}/usr/share/doc/gradel/* echo " Removing ${DESTDIR}/usr/share/doc/gradel." rmdir ${DESTDIR}/usr/share/doc/gradel fi # *************************************************************** # Done! # *************************************************************** echo "" echo " GradeL has been removed from your system." echo "" Updated 05-24-2009 ************************************************************************** Welcome to GradeL! ************************************************************************** GradeL is a gradebook program for teachers. GradeL is currently under development. This version has incomplete features and will likely have bugs. Please document bugs. IMPORTANT: GradeL requires Gambas 2.x.x series (currently at version 2.8.2 in Ubuntu 9.04 and 2.13.0 in source). Gambas is available at gambas.sourceforge.net. This package includes rudimentary compilation, installation, and uninstallation scripts. See INSTALL for more information. The GradeL project is hosted on SourceForge. See http://gradel.sourceforge.net for more information. Updated 05/24/2009 -------------------------------------------- Requirements -------------------------------------------- GradeL requires Gambas 2.X.X. GradeL was written and tested on Gambas 2.8.2. See gambas.sourceforge.net for information on Gambas. GradeL uses Gambas components: gb.qt, gb.qt.ext, gb.form. If Gambas and required components are installed on your system, follow the instructions below to compile, install, and/or uninstall. These scripts are very basic, but they get the job done. -------------------------------------------- Alternate Installation -------------------------------------------- You can alter the location of the GradeL installation by setting the $DESTDIR environment variable prior to running install.sh and uninstall.sh. GradeL is normally installed in /usr. You can add a prefix directory with $DESTDIR. For example, when $DESTDIR = "/opt", GradeL would install in /opt/usr. -------------------------------------------- Compile and Install -------------------------------------------- To compile GradeL, change to the gradel directory and run the compile.sh script: [user@localhost ~/gradel]$sh ./compile.sh To install GradeL, run the install.sh script as root or sudo: [user@localhost ~/gradel]$sudo sh "./install.sh" To uninstall GradeL, run the uninstall.sh script as root or sudo: [user@localhost ~/gradel]$sudo sh "./uninstall.sh" -------------------------------------------- Files and locations -------------------------------------------- /usr/bin/gradel /usr/share/gradel/gradel.png /usr/share/applications/gradel.desktop /usr/share/doc/gradel/INSTALL /usr/share/doc/gradel/COPYING /usr/share/doc/gradel/README /usr/share/doc/gradel/ChangeLog #!/bin/sh # *************************************************************** # This shell script compiles and archives GradeL using Gambas2. # The result is the binary archive gradel, which can be run # by typing ./gradel from the source directory or installed # using sudo sh ./install.sh. # *************************************************************** VERSION="gradel-0.11.2.gambas" echo "" echo "----------------------------------------" echo " GradeL Compile Script" echo "----------------------------------------" echo " Checking for compiled components." # *************************************************************** # If the bytecode directory exists, remove all files and the # directory. # *************************************************************** if [ -d .gambas ] then echo " Removing old files." cd .gambas rm * cd .. rmdir .gambas fi # *************************************************************** # If the binary archive already exists, remove it. # *************************************************************** if [ -f gradel ] then rm gradel fi # *************************************************************** # If the binary archive already exists, remove it. # *************************************************************** if [ -f $VERSION ] then rm $VERSION fi echo "" echo " Compiling GradeL with gbc2 -p -a." # *************************************************************** # It is important to include the -p and -a flags # *************************************************************** gbc2 -p -a echo " Creating executable archive \"gradel\" with gba2." gba2 # *************************************************************** # Rename executable archive # *************************************************************** mv $VERSION gradel echo " Compilation complete!" echo "" echo " To run gradel locally type: ./gradel" echo " or" echo " sudo \"sh ./install.sh\" to install on Ubuntu." echo "" ------------------------------------------------------------------------------ gradel-devel - 27 Nov 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed routine that determines whether a student has comments entered for a marking period. - Better handling of averages when there are no assignments entered for a student. Improved & Updated Features --------------------------- - Mouse click on lower right corner of GradeL window brings up Grid Resize Dialog. - New menu item in the Help Menu allows GradeL to check to see if the user is running the latest stable version and if not, recommends that the software be downloaded and updated. - Student name now preceeded by an asterisk (*) when a student has commments for the current marking period. - Assignment category info included in tags of OnlineGrades output file. ------------------------------------------------------------------------------ gradel-0.11.2 - 19 Nov 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Column headers for Attendance View are now positioned correctly. - Improved grid display and scrollbar placement (very minor). - Fixed spelling error in Reports menu. - Tool tip on Quit toolbar button corrected to state "Quit GradeL". - Tool tip on Open toolbar button corrected to state "Open Class File". - Fixed error in saving gradebook as an .xml file (still experimental). - Adjust size and placement of edit box for cells in the grade spreadsheet. Improved & Updated Features --------------------------- - Code clean up for Grading Scale form. - Code Improvement: Corrected syntax for resizable and fixed. - Add the word "Visible" to the View - Grid Size menu option. - Add new report item that displays category averages for all students in a marking period. ------------------------------------------------------------------------------ gradel-0.11.1 - 24 May 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Adjust placement of widgets on main window. - StudentReportForm.form returned to the source and .deb packages. ------------------------------------------------------------------------------ gradel-0.11.0 - 23 Feb 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Better handling of Grade Mode warning. - If absent, .gdl extension now added to filename when saving. - In Category Setup dialog, weights are only displayed when grading straight points mode. - Button function text clarified in Class Setup Form. - Fix title text on Comments form. - 'blank' code cannot be removed from the grade code list. - A code can no longer be entered in the code list more than once. - When adding assignments, final exam category only available in the last marking period of the semester and when the current semester does not already contain a final. - Columns in Semester Summary adjusted. - Fixed error in import and added import for just studnt names. Improved & Updated Features --------------------------- - Grid Size change option added to right click menu from main window. - Improved handling of a 0/0 grade. Displays as ---% NA. - Recent Files converted to Recent Classes. Now the class name shows instead of the file name. - Manage Recent Classes List added to Setup Menu. You can clear the list, get details or delete entries. To add entries, just open a class. - GradeL starts now with the most recent class file open. - Class category averages now available from Reports menu. - Ctrl+Q added as Quit keyboard shortcut. - Grading Scale is now more customizable with variable number of grades. - Small improvement in vertical scrolling performance. - Small change to compile.sh - added a variable for executable name. - Class setup form updated. - Improved management of period and exam weights. - Minor usability changes to Reports menu. - Attendance now sorted by date in spreadsheet. - Updated category add and edit forms. - Can now import a text file with one student name per line. ------------------------------------------------------------------------------ gradel-0.10.1 - 14 Jan 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed error in Class Setup form that prevented users from changing the grading mode. This was a critical bug. Improved & Updated Features --------------------------- - User is warned once to set the grading mode before adding students or assignments. For now, once students or assignments are added, the mode must stay. ------------------------------------------------------------------------------ gradel-0.10.0 - 12 Jan 2009 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed size of text in opening dialog. - GradeL now works with Gambas 2.9 +. - Fix crash from corrupt settings file. - Tweak the look of a few dialog boxes. - Fixed handling of bad or missing settings file. - Fixed incorrect file open/save Gambas Syntax. - Program now recognizes that file need to be save when exam or period weights have been changed. Improved & Updated Features --------------------------- - Recent Files menu item now holds 10 files nad has improved functionality. - Recent Files list added to popup (rght-click) menu in main grid. - Removed ability to open multiple windows from within the program. You can still run multiple instances if you wish to have several files open at once. - Added keyboard shortcut access to message question dialogs. - Export menu (in File) now has children rather than three seperate items. ------------------------------------------------------------------------------ gradel-0.9.1 - 16 May 2008 ------------------------------------------------------------------------------ Bug Fixes: ---------- - compile.sh, install.sh, and uninstall.sh script all updated and fixed to work properly with Gambas2. - Labels on Attendance Spreadsheet Report now appear correctly (vertical). - Resize Semester Report Dialog now works properly. - Resize Progress Report Dialog now works properly. - Resize Student Information Dilog now works properly. - Resize on Recording Grid Dialog now works properly. - Resize of Spreadsheet reports now works properly. Improved & Updated Features --------------------------- - GradeL no longer requires gb.qt.kde Gambas component. - Mouse behavior imporved during report generation. - Remove some unecessary print statements. - Remove old, unused code. - Added a check for assignment dates so they are included in the marking period boundaries. - Desktop entry added to system on installation under Education. ------------------------------------------------------------------------------ gradel-0.9.0 - 24 Feb 2008 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed bug that caused crash while switching marking periods when some score entries are blank. - Long student names are now trimmed so that they don't overrun the adjacent column in the main window, spreadsheet preview, and printout. - Fixed focus of startup window so the mouse wheel does not trigger the opening of the first file in the recent files list. Improved & Updated Features --------------------------- - GradeL now requires Gambas2 (developed on Gambas 2.4.1). - Current marking period grades can now be exported as a tab-seperated file via the File Menu. - Warning added stating that grading mode cannot be changed once a class is created. - Class MP Progress Reports preview now shows pages seperately. - Class MP Progress Reports top and bottom margins now at 0.6 inches. - Dates for absences and tardies now printed on student report. ------------------------------------------------------------------------------ gradel-0.8.14 - 25 Oct 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Adjusted some text labels on forms so that text shows correctly. - Header labels positioned correctly in both grade mode and attendance mode. - Long assignment names no longer over-write points in Progress Report screen view and printout. - Moving and sorting assignments now check validity prior to action. - Weighted grades tweaked again. They seem to calculate correctly now. Extra credit is added on after grade calculation per its weight. - Attendance spreadsheet no longer crashes program when no days have been added. Improved & Updated Features --------------------------- - Improved appearance on many dialogs. - Absences and tardies now included with progress reports. - Student number now shows in attendance mode as well as grade mode when selected in Preferences. - Recent Files selection added to File menu and start up dialog window. ------------------------------------------------------------------------------ gradel-0.8.13 - 16 Oct 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed errors in compile.sh and install.sh. - Correction in verification of category weights. The sum of the weights will be rounded to 4 decimal places (i.e. 25.34%). - Fixed crash when accessing seating chart of file created with older version of GradeL Improved & Updated Features --------------------------- - Manage assignments from new Assignment Management window. (ASSIGNMENTs - MANAGE ASSIGNMENTS. - Assignments can now be sorted or rearranged manually. - Assignments can now be sorted by date via the Assignments Menu. - Added some remarks to the code (beginning to shoot for clarity) - GradeL now includes only categories with assignments in the calcualtion of student grades. Empty categories do not count against a student. - GradeL now save preferences (grid size, browser, down arrow function, window location, and whether to show student number) in ~/.gradel file in users home directory. - Weights now displayed with category name in Categories Dialog list. ------------------------------------------------------------------------------ gradel-0.8.12 - 30 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed crash in Add Student dialog when adding a second student using "Add" button. ------------------------------------------------------------------------------ gradel-0.8.11 - 20 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed crash in Single Student (MP) report. - Fixed crash in Attendance Code dialog when trying to EDIT without selecting a code. - Issue Date and Return Date no longer display nonsense data when there is no textbook issued (STUDENTS | EDIT menu). - Textbook information can only be entered after a textbook number is assigned to a student. - Issue and return dates now validated correctly. - Fixed crash opening a file with Semesters not equal to 2 and Marking Periods not equal to 4. Improved & Updated Features --------------------------- - Students can now also be sorted by student number. - Spreadsheet Report offers option to display either name or student number. - Attendance Spreadsheet can be previewed and printed. - New Student automatically added to empty seat in seating chart. ------------------------------------------------------------------------------ gradel-0.8.10 - 14 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Comments now save to correct student. - File with dropped students can no be correctly reopened. ------------------------------------------------------------------------------ gradel-0.8.9 - 11 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed crash in Seating Chart when resizing chart during move. - Fixed bug in grid resize that prevented all students and assignments from appearing. VIEW | GRID SIZE now functions properly. - Fixed crash in Class Setup form when changing number of marking periods and semesters. - Fixed lingering score entry box when opening another file in same window. Improved & Updated Features --------------------------- - Preferences now gives option to show student number with name on main screen. - Student information now maintains textbook condition, issue and return dates. - Adjust info placement in rows down one pixel. - Add Assignment dialog starts with focus on Assignment Name edit box. ------------------------------------------------------------------------------ gradel-0.8.8 - 6 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Help now displays message instead of missing web page. - Fixed crash in Period Weights dialog when entry or keystroke is not a number. Should function properly now. - Fixed crash when selecting View/Add Comments from popup menu on student name. Improved & Updated Features --------------------------- - Updated text output in compile script. ------------------------------------------------------------------------------ gradel-0.8.7 - 1 Sep 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed crash when right clicking student column after creating new class. - Fixed text label size in Student Information dialog. - Fixed install script to place documents in /usr/share/doc/gradel directory. Improved & Updated Features --------------------------- - Help feature no longer available through GradeL program. Use the website http://gradel.sourcefore.net instead. - Install script no longer install a local copy of help. - GradeL can be run from source directory without installation or installed on the system using compile and install scripts provided. ------------------------------------------------------------------------------ gradel-0.8.6 - 16 Aug 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed crash when selecting SETUP | ATTENDANCE CODES. - Fixed Grading Scale dialog crash. - Fixed Seating Chart crash. - Fixed Empty Grid crash. - Fixed crash when double clicking marking period name to edit. Improved & Updated Features --------------------------- - Removed unnecessary text output to console (debugging PRINTs) ------------------------------------------------------------------------------ gradel-0.8.5 - 15 Aug 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Program now shuts down properly when help is open. - If no browser selected in PREFERENCES, browser is not changed. - gb.qt.kde.html no longer required. Component removed from project. - Program no longer crashes when adding or editing categories in Straight Points mode. Improved & Updated Features --------------------------- - Multiple class files can now optionally be opened, each in a new GradeL window using FILE | OPEN IN NEW WINDOW. The windows can be navigated via a new "Window" menu. - View scrolls to the far right when new assignment added. - View scrolls down to the bottom when new student added. - Sort Students added to popup menu over student names column. - More clean-up of code, including removing "global" references in classes. ------------------------------------------------------------------------------ gradel-0.8.4 - 19 Jul 2007 ------------------------------------------------------------------------------ - Too many bugs. Release pulled before public. ------------------------------------------------------------------------------ gradel-0.8.3 - 12 Jul 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed major bug encountered when adding an assignment or attendance date to the second to the last column of the grid, which was crashig the program ------------------------------------------------------------------------------ gradel-0.8.2 - 11 Jul 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed the "New" file bug in 0.8.1. - Fix form title on Class Info dialog. - Disable "Weight" label in Weigths Edit dialog in points mode. - Remove error dialog when "Cancel" press on FILE | OPEN dialog. - Changing the default semesters and marking periods no longer crashes program upon adding students. - Adding and Editing Attendance codes via SETUP | ATTENDANCE CODES now works correctly! Improved & Updated Features --------------------------- - Welcome dialog includes GradeL logo and Quit button. - Add check for file-not-saved to FILE | NEW and FILE | OPEN actions. - Add option to add students immediately after creating new class. - Help now uses web browser, i.e. Firefox, Konqueor, Opera, Epiphany. - Browser can be set in SETUP | PREFERENCES. - Down Arrow functionality can be set in SETUP | PREFERENCES ------------------------------------------------------------------------------ gradel-0.8.1 - 11 Jun 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Change About menu to read "About GradeL". - Must add students before adding attendance using menu (Today or Add). - Must add students before adding assignments using menu (Add Assignment). - Errors importing do not crash the program (CATCH implemented). - General cleanup of code. - Fix screen resolution in Empty Grid Form. - Editing Grade Codes now works! - Editing Grade Codes no longer crashes when no item selected. - Fix Select Student dialog default selection. - Fix Period Weights dialog layout. Improved & Updated Features --------------------------- - GradeL now supports customizable number of semesters and marking periods per semester. - Welcome dialog prompts user for opening or creating a class. - Drop Student added to popup menu for right-clicking student name. - Grade codes now can hold a point value other then zero! - Removed extra MessageBox whenever a dialog is cancelled. ------------------------------------------------------------------------------ gradel-0.7.6 - 18 May 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Problems with importing fixed. - File Open now correctly opens a file with comments but no class days. - Corrected error in how marking periods menus were checked. - Prevent multiple attendance with same date. - Spreadsheet report horizontal lines now proper length. - Double click date header of attendance to edit now correctly handled. - Default Class Summary and Progress Reports to Portrait - Add Student Form button label fix. Improved & Updated Features --------------------------- - Added "Edit Student" to Popup Menu when right clicking a student name. - Added "Delete Student" to Popup Menu when right clicking a student name. - Import now requires assignment dates in first row of file. - Help updated with import information. - Add Student Comments Form updated for appearance. ------------------------------------------------------------------------------ gradel-0.7.5 - 25 Mar 2007 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Unnecessary PRINT statements removed from code. - Dropped students' comments now correctly save and open from file. - Fixed crash with Single Student report. Improved & Updated Features ------------------ - Updated Select Student form. - Added letter grade to categories in Single Student report. - Added Single Student report to Right-Click menu on student name. - Student Report (Single or Class) does not show empty categories. - Update year in About Form. ------------------------------------------------------------------------------ gradel-0.7.4 - 25 Nov 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Major bug in Adding Assignments and Resizing that crashed the program is squashed! - Changed the spacing on the list box of the Distribution form. - Removal of the Final Exam category is no longer allowed. - Category list box of Add Assignment dialog no longer allows editing. - Deleting a category no longer causes Out of Bounds error. - "Extra Credit" category is no longer part of weight sum (100%). - Typo in install script remark corrected to state "Gambas" not "Gambas2". Improved Features ------------------ - Updates to many dialog buttons. - Updated many icons. - GradeL now supports student comments, assigned per marking period. - Export to "Online Grades" added. ------------------------------------------------------------------------------ gradel-0.7.3 - 16 Nov 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - AddDate now correctly sets menu and context menu to Attendance (check mark) Improved Features ------------------ - Help Updated. - Added grading modes for "Straight Points" and "Weighted Categories" - Improved the resizing of the Gradel window. This is now done using menu item VIEW | GRID SIZE, not with mouse dragging border. - Added a distribution report for marking period grades. ------------------------------------------------------------------------------ gradel-0.7.2 - 26 Oct 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Fixed label in Grading Scale Form, - Fixed crash when lowest percent is not zero (forced 0 for minimum.) - "Student Number" label of student info (Edit) form is now correct size. Improved Features ------------------ - Added a check for grading scales where the percents are not descending (this is not allowed.) ------------------------------------------------------------------------------ gradel-0.7.1 - 08 Aug 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - SeatsForm.class now compiles correctly under Gambas 1.0.XX and Gambas2 1.9.XX. Improved Features: ------------------ - Attendance tracking in main window. - Custom attendance codes added through main menu SETUP | Attendance Codes. - Context menu includes switching between grades and attendance. - About Dialog updated with warranty statement. - Dropped students can now be "undropped", added back to the class list. ------------------------------------------------------------------------------ gradel-0.6.2 - 19 Apr 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Edit Code Dialog working properly. - Clicking in Average row now does nothing as it should. - Spreadsheet Report and printout handles varied screen resolutions better. Improved Features: ------------------ - Student data now includes email and parents. - Grade Code completion when entering codes in main window. - Date picker used for assignment entry. - Category and Code dialog boxes updated. - Category label color can now be customized. - If there are no dropped students, message given on list click. - Seating chart form look improved. ------------------------------------------------------------------------------ gradel-0.6.1 - 7 Apr 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Save As prompts before overwriting an existing file. - Several editing features now properly force 'Not Saved' prompt on exit. Improved Features: ------------------ - Seating Chart Generator and Report Added. - Minor enhancements to Spreadsheet Report. - Menu icons and text updates. ------------------------------------------------------------------------------ gradel-0.5.2 - 31 Mar 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Enter key now advances to the next score cell correctly. - Fixed message for Distribution with no assignments. - Correct email address in About dialog. - gb.eval not required. Improved Features: ------------------------ - Spreadsheet report for a marking period added. - Tool buttons added for some functions. - Removed border from cell entry boxes. - Right-click context menu added on score cells allows marking period choice. ------------------------------------------------------------------------------ gradel-0.5.1 - 27 Mar 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - GradeL now runs on Gambas 1.0.XX series! - Alpha-code for final exam score no longer crashes program on Class Summary selection from menu! - Cancel now works for quit dialog. - Add Students now works past 15 entries. - Double clicking assignment headers now edits correct assignment. - Printer now defaults to "Letter" Improved Features: ------------------------ - Recording Grid Report added to allow hand recording of scores. Student names included. - Tooltip added to Assignment labels. - Student Information Report functional including printing. - Triple click a student name in main window to edit student info. - Click on empty cell initiates Add dialog for students or assignments. - Mouse Wheel handling improved on main window. - More Help added. ------------------------------------------------------------------------------ gradel-0.4.4 - 24 Mar 2006 ------------------------------------------------------------------------------ Bug Fixes: ---------- - Main window now correctly shows all students when scrolling. Improved Features: ------------------------ - Double click instructor, class name, and marking period name to edit. - Sorting of students by student name added. - Add student dialog updated. - Clicking on empty main window causes a message dialog. - Can now edit student name in main window. - About form updated. - Single student report prints. - Class progress reports print. - Copies and page height work for printed reports. - Mouse Wheel now works over main window. - Help pages cleaned up, but still need much work. ------------------------------------------------------------------------------ gradel-0.4.3 - 23 Mar 2006 ------------------------------------------------------------------------------ - First public alpha release. PNG  IHDRabKGDO4ױ pHYs  tIME&Ӷ)jIDAT8˭OK[QsV$}%[\f qYE޲w#ĂM7*RJRJIZEbwDž&Tz63 s3R.kZ\go˟oϾdRIxS/Oh缠'+⮶23l6 ! "=c~!"f L&jǷ[SW{jky`1*F_^^o: L8 n4Y:OPEi@дޛzƦ织'Z_YD)]Cu4`'FfX>\)]Bu(bU `v;w3D)GKIENDB`PNG  IHDRasBIT|dtEXtSoftwarewww.inkscape.org<6IDAT8m[lTeZQN6NSMS.F-Ą+IL'Ai$A  G#ՠiZۂcb-P{ivCK엝W^YKSJqcok u@p~Dָq_PErWw>ξ'B;tdz x;B-/=윊p=FO0kJxƵO@m {0tr߇.R:˖0$i`Yi {FR<ځc[2<'18ּ,^H_@~zKZ6=_XJ^W1|1UpQ#' ֚S`4N;iXn 3%Tv+]z}d\ ({шUЈ68&(>r-0ۿ P:x|3P错MJwҭ3ضL5{ _7J}_!%{IENDB`PNG  IHDRasBIT|dy@vNM)2*#1*Ԫo7GjXIENDB`PNG  IHDRw=bKGD pHYs  ~tIME  ^tEXtCommentCreated with The GIMPd%nIDATxڭ_hUwv64nڲ*'1UfmB^5E)F`|Ajq[ͣmĚ6i5*M(IH̽3;gڢ\ff9=?Аu?Ͻ2NWFFFnڎ@\.˿⺎#bQ KOOOl}IY[[ӧ󲼼,""SSS4؍ LOOEPJ!"Z8KT"J0008Ǟ؈/chy#2>>݌Fj!:)1%_p5KKEۥ9NOJsS1V*M!,*>7⵱LvhΟ  -1Q~vF> ! AY 1uD釨.M9y2pn /DJx<{v^Xe"oʧ} 8q9җCLhîݸ7sSw/0ܾu[w03aJsa*)FطW=F;Ci=SH!Ƙ&])qoי_e/d2<Ͳr';=t0P}Y>'&scBD]@kMHqmx^G}OIvvfIPJa)FkfggC`.?rsgFYNl;I[[D"R[{7$6DJE58'DkxhRB)mﰻ&R(@ "cQ28!&پeG "A$h#& j+xs{'[Õd<`XxX L IENDB`PNG  IHDRasBIT|dtEXtSoftwarewww.inkscape.org<!IDAT8OHqǿof~;RblB n["VLD"%t-z;$% n$W"KPl0wz{RJ7+[Z+a X&殅 e>mك١E&MADEt>S8zVO޼)c>. Q51Qw&zgO/Dk00(nCȽ{[a~5鈴@bLQ= &$dY[AOXZloxz.Ҽ6?_h8|E7sJ*hIENDB`PNG  IHDRKNX $sBIT|d pHYs&TtEXtSoftwarewww.inkscape.org< IDATxy|Tϝ$!a ( XAQQkVmֶZukk-ZZe7EEw$d$3qd2L6o>}s9yy#J ZX#ѵ_=>E>"(W5oA/23^ quAV"C S }:${~HW=U-h2I 22ek)ZFa濖dg{ /"hh[sUXh0EF7(\ ;zFv>*.Fpi:IʢTu&~yE -_ op~o/r'p3F 1f H=ZҘ7ENTfeP N\pّH gQ"}Fhuyy S-h$.!SI ]c##]s'}Pg !- +VxPBdXJU:%iYފU_ ZLa~hxjq-V-+7aHe]kMI".' lWe/gD?&Gd=_ajpy/CoG p_^\pcقƄm:USL?Q86xhܐE:KɌ<ե8",A4$ 6;| )|軔9Q/\u vk7YP 2|"03`V_d»sBS\WZLZ*`LcjmSNFO,F"oqnp'9XW[[Ђ:ʈ6 K{#` cB9(5ѣ팾m*p\W}﷬[<eRI3R'=ig-A$)>RKX1vD2;/Za@Λ[:@jbu CP$D+vS݂4wT~0q癞DAo[6%s\2^ έ4j' \NYlM^k', V$xdKP5h,Կ= d!TUMQ߂˨B~ i?--".xӚ >a_$CYĨvΧC$v*vp{]}˲al&C xi~ SnGd3Åi6BҎҍlG ɻuT[ -@[>D;6ZH[6v M\ZQ&v`6i#<\Vt]%d%JX$#u j;ۯ2|C7SXu'~ uYEr0e ['NGvҽj˫.uENQxG {#*bFY)X@;e.,9in"EF1>v˪~^6_Â9J)6B!X:̀cį`+,y&x}QPP_:n I:FW|TXeg"Qp4 kĹC!=Tؗ F=Lka_:yVCY ˺O:ǹ,@F!8g_9k@\x$#0 l.)_[x.s/T/rQF&/U-md'5Jm͝Lsc˛0Ӕn#3*}4X]v\PuS׽ju〵Vԁx.\1Șξ ďaԹܢv JD>_vD,m3 4.jAĚJ^9,] ~«915Dϰ-j+wt64 VSE(QH;3J?e\i Dg1D\6grE~Na_\ &8`+nU')FĴHkP k 5z?^&,~~_F0Y.K9cmY*WU"w`|68/L>;w %'V$'z‘4_ħ@g-KNG4# 4l^B+y#N#qĐZcg, nz tg_Q nTY 8{fmFAwWBTvO]PJ ^i{boOzLJ*%S[x3}/Hd((@4$k,Bh,AOzIwkbs$֝++m?cc*"̧C_ UD{ە׮4*y9|v!K*j^_ɉ;{lzf?6zo^EW7Z+1M B2![&eNH >AUR FIB9݉Xc1zy[rUm8`L XLC5σV/ĭs8 9 uZ;̰5+ ]kd1''p"D&̕鹀<:n!)XŐe&sPy6_r߈\8N_rږVBI[;}Ȣһ3kY@쳲9$)1p?]`><_7&w][[lC$eol_[[ApIvk ̅0G0'9,~ApJS.ubՆRM{'t '+j4/;xB'C%7{2(XmeОS܊y` 0,m)5vTD=p(15avXf\0E{3)|* Cjq(wetnSE1G6Gr`HROa޻c̝ c>\Hh{tA(3 t?yݓc{2k\ytp?5hRf$-\v῅U,v^v Qv}˜pMrys!zt|Wx>8{C?  [w=%|3QTUwRKWlwy$e]rhJG ۮ?B~]'7D.dTx3}";Eeek0X֍IW¤+Meຎ:uJ1Q2 j INO;ܕ\ 2 FИ_ZàF@0.EDj-BCP(̎%֐?ĥ3}Ϊvɳ~+🹰$EWc ֔tlB?jii:X.d+BHUaDJV2RhV acY"W+S 69;03Cf_3Љt,┊sET][=wpyJlpU=X*m!n`]jN?ۭo P46\ k/nd.~ t)mE7
<,./3B6il,3b 'UBռES7*MȢC`@9^\k_ x^I6 ~9Tזɐ n+mlE>~[a©0k.+eUajiA@nbvi| CGs(yIWucLЋQh8>2VWۆyUy|P‡) ؏ _& wG uwE;*sFh)'V\?&ڦ(H! h/[NH0pp9D UR,PWw%d/J-as;ϦeShg`֪$N81hVYnf[ܩpE7Z;PdciH#Q@1vuvbas6_+ bb?0#.ʞ:y5o>9'chtJN`Y^NzȦ@|T>'BI'GM}wSu{,9|v5p%0, 22 7>I(at]AY?sQ%s` pVs[O"C^B:9.~^\['{= ?5x@ZYd+j9WZdu-vma2#GҀW{g TjPcr*Uow*w'^ֆ&dŭדw7]/`lTyA$#^@L6+%ރ5m'~bZYڃ=c(ǸAIqY>qLCd?{n6nlu1K>Ihdok/;l EDKg5ꂰ )%%>:,ZcK]o`ϑU֙M;@ԘE"XWl VAvbMAHa֢`́yq(] ƌfy< 9SJ5t{o0%{ŠuD^75΢T :)M<@vuRx4]7bZ[Jo%n})ᷙTi mpհBi7;ȱXYd*Dɝ&9Ka^ `R-or.+Gg?GY }gOg. ֶ>VK}c*SNeT̴Df{uLčxhx?' Sh%ζ&vMD oՒ IpQ&tܡ?U qø& TG.G27kؐ[eݡ }k>gt0wy+{W@měA@F @A<| ahBSG534:P8*23#}6'0 eV җ0gG!btlZtFγlvMx+`8qĭلo<ȷAck*)Nu] eGa1{&+L-5M2S*_ff8tL2 ^ JZL`X)# kjaknn5HE.st=3Qz `n~^cJ`F<֊r@bx@NЮ/Cӡ+_gr`0[7B&!ecb]=n"`vg<X{窖EN鼝>:'a5\i3BM3)w tn#br7LSQ_aP,WSXIJpV fbR@V>_g5.u=maAl=.vڙpٙqUO~Ɂ}t "'2>/r~{ D;ȣ 7Mf^P Q)S@M~@A:jQY.c8dm,fT]p}v =Es*Tq;'kHa^χC[ȻxKӾ`T69-<™ɉ:qja bJ{=*KσEXc[䪖E |}͸{%d6a4e?rU~9싕TG3r [ F=\H`@>#EP!Ϣ얓YYڰbWe6]]ܧ0R/[4) '\d3 Obb5!l 4z[(.!˹\Yc~.@[]? _FN薰*#lX` +pjCןЧJφL`_AIթpTFPo^giΞa~j\Օ` JT:6bɖ D\eZt $2qN^(C5)pw:*@Cu_['bHKSU' 2\D:l rU?-dV &z U&v9~ e@#$iEHXhbTRJ&&i#IȩuGV `_uۊ} {oZ~~cv} `ӟz5p9^)o%2O5#M7MI6DozH`{Ҏx sfiί/fw$9#vgu;|y7 T]7l]yJ_vY{06xƜ3IDATW!4e{]ux8rGP~ΣY9FlpU׍NfQ.rU9u{6jW_\QaCW牴olX ;n%Q8ZG,<;MbeAj{NgqZy>+yJץ3=%\R .؁(TZzUFE#W Wɳx.5b\;_OYp 8\b}sc&B^/A=wg9(3oZ X?o0[CmYuc\wg~o&m3X,q=CYi8Cq,w=#Y[O+FnJ䪾hAu&_w޳Y趒ʩp|?Io6>[# vT'ཐ4lb<'r8}|{ ۇ'hsjD곳@"tc5宱,wtŰyJI9ib#~"/ӯ-] 7ˮIr/؜FוKA76pG}˔BEN;qy5}췙Tap ]b$k]3xӕ|঒,ʤiE9թsU>(2X´9<{<6sхr_KW4p|=$h*F<6 `U,DҀsρø0 KO{JO{+=-.#]WZS*]9 ]ȷp@6+/`0|~XȊ3) \ N$cOCKQ oE3rfTKg{ tt@b5ծ֎~M3U a2g?asj5lj(~%2) [Jeޑt2UP,m()rvb`m϶)0c #n; `3 2!)vPƙO=n> XkGF{9aZki JJ҃}V[fEņnXj~ H0h4f`SPG#>=¦>FQ(=ot7(XHrq&r|9c v$؎4F"- v8 !@Y1"v&V]P++ LCУtN^Ht7$ .8v| ?V #tbh'a>,nORɘEz 88ymbb2OD|"9 ۀ1 N G}4&#,2QxHFSU}&D 4?J+k{x/cZ^[1#}>ɍ g;W|P~ ЭIlU#c);>%rkfY"ZJLHFX@o.bº(슏TC;#?o41這tE[E3 lLD>Θ|h0vLr;[-my̵``#D11uʾYYôîT}"C/ر@(z$`p^nhcg`-"^` p*&@+Ϛ4vgWbǯȩdzPMkGT|U}Ҵ0*d]E5o0Iٻh5 z0z—DC"2ۇ'0#ts٠LD?¨^\FeO%񁻋m蛪B. W?}AU?`35F,w{U$P Kid SO9u2 c[U !sb2`U)cFW'(n㪚s"iU""'7` j48eHUg%dfx*0 \nCU: .RՇb=PW/PG]%&[UY4)ӁtYLׄ1ږZU_z[(CcwN>SlL>0.0s GTt,^tԍD{~n}0WD.u Qt/Doue\{R :y\`df c𙈜 ? xiܘ<'r`u l""Ƽs)7`:03zIcLJ' J:[ôwy1?8TV9?F;%f׆5[/"Q'~;0D Ǝz \֣\UMv`Fy0F|p{yS1ѣs٦21!_b0\)|Zw \VOI4t xO*`RYss#.1' 0*)2Cĸ]ޯwa⟉H=zH,frLK1`aFx_Ή8A$ضa#$ɱq=@P1 Mxzvܽ٘it5ɪ~$",̴>Å8'[OEnt1 wa Uu<-"~df+^Dc1dTuxKD Lm/uy"8f4D #;GUS.v$9dQ"}|8Ly <("O;.S7cwĿ+~&"`U&MI5AG i#3 g'U&"RXUSR&DSMwrEĕh: 3^Yޢ%c_ǽL.HE/HHW: us'FB}/fI:Gj< 7cP -5ZL1 g`DgjIViSGэeyHDv`8~"h"NZa.ŬbcqWUu AaT>èb1A?pv ڋ9?-v>5 Gf˜Y !$9Pk2b;ѩ8J |ԕD:)f#7PG "=#&U}\yg"Ri#>ʿ IENDB`PNG  IHDRa pHYs  ~IDAT8K DGɢKnҭoCz'F]9c:J1/.009xrbD["[-$mx\9XwV2@@PiAkeRjt&Rȿ&ROXNOӅ43kgO=TrK wIENDB`PNG  IHDR bKGDiBըIDATx=0_q2ݑܼw q+[@Llt 4Hi\%WOmqM3d'8{i1uQbXnѶ HХW>J= V8r JFk\@-6WkU3Ljjvpyk@Dh];R a^`>蓀d-|.Zfm؅EzTXtSoftwarexsPMLOMLLV033Q7070TH.,.t(-H,L/J|jx3zTXtSignaturex3HL1643H233J43JK447H57J66H42H$Q;IENDB`PNG  IHDRĴl;bKGDC pHYs B(xtIME ᙛIDAT8˵khUɾXAjQ!) BVZE1h&Fi#mBQkM~SJi_E&-mG #*^89;79s!ʅM'О7ZG#&T׻/[CGl;x#K'M-'o/j$=.7{U c#71f42lNq+} c'ߔti\J177LΥkv۶I%ut58~wt5k5ݥ_}=}G7? -_^MMtV^|߮ǰm~l˻ p455a*.p]]݆` c RJ>K"4㠵ĩS[ZZ?.8a޵.[yum[x]$F(TKEh M륕qR~935ͶOB @k~R BȾtuvb$S)fggm v6-4x^aY?B1>7n$ DDH)BJ)„ׅ(ؼϑΤ !`$rPi ״ևKZ㭬zo|WƆ;mĂ9<,oB:^|wXVcLVi{ʕȳ .bG" hc c 1F` R@:,!J]TlDIN@^ P{4@XR@8g`?ODYr)9.9@q.Rc~`/IENDB`PNG  IHDRabKGDC pHYs B(xtIME ;"\IDAT8푱 Pi:+#mF stԶ"DO!ʳ3w&H6暺`?S-FIENDB`PNG  IHDRabKGD pHYs  tIME .w: GIDAT8˕=n0 ?)yiS]K`_"S dxp$9@NҨ @ %>'JQ,KÝ`ߓ$gͺܶ-iz58s9"sy rD`m⺂{9Im[1_PAJRכY ձ/Z1PcK64Zgj?8c  x. $Qn~C?U՛7q.Jd,,R({)0tL9<:nHiD.}9djZ8.[%ŘPCͷ=?s$[[𼋺Ů\9a8SI']5 D:ť t{rA`z~kމ% >\kWbLVg#p|vѰXkCݭqJ"eY"`DFPB-%ͤO\=XBA, ES8͜q]ORw0"Wn Z5i.~6o7fʋoqIENDB`PNG  IHDRabKGDC pHYs  tIME 7*ؿtEXtCommentMenu-sized icon ========== (c) 2003 Jakub 'jimmac' Steiner, http://jimmac.musichall.cz created with the GIMP, http://www.gimp.orggGIDAT8˝MHTaL1͑QlQQ4&E.B(,V-*ETR( "((j["DETjܛN al6<=_'?[ظ3 T[&Ÿ?ͻϝ 4wt퍭Uk:#km'-Q7˺; <}۝;ƨf(ce#+s >b$y,%_FDDdsZzD/Hϫ/.wY%<r$qDxXBAA(W'n۱wp=/x|vl_PPP#wҘX̌M4єXi^"2"0e1.XͻǪ Q_ͭ{h\Î,4M9H*|!mkص)i8(m41MCRO-hm aPYYޚ <۶qy!<]s?D30DQ,@.x]:R,Fs4_;3L"bmIENDB`PNG  IHDRabKGD pHYs  tIME 8,Hh̳!IDAT8˕Mha/,).jZ;[%KԶE<]wAЋ%'/9**&mIyH833;Cs4<7t%¡pk\7XbWetE_UdYInK$At( J{OV<͖T~Uko|dhhO%nDD;2g6ѳ}jrNn $'cl=$`W]o#c cr0)ʕ"`U]BuC2 X  BbϐvX;A\ !1UZ]5vN? R"y4y{^@8rl[E%33m WZL ˁ+0go<'"(jp̧܅_!S⬭] $B$ "Ih5B^L"Ddz* TZ HsD lv!@O?5FC>#$WLzIENDB`PNG  IHDRaNIDAT8c`@3057?6yt͸ bb\l. L F 2J<R%v440~70&1-4MIENDB`PNG  IHDRaaIDATx퓱 0 f&6  Ui|C& QZcT?l|aΙ.IOG@5SI/&2#@tG#YxRpwۣ2y,#1[cpcXusW̑fw|~LI6а`_AmXD40mW&O`6e@m@ڔ<yw%x}y3IAssxկ-pVj!7Vm~6}3U(L&T5{z=ۣY^CrvvcD&r0PUU-m"+}9N{w3%c*mg XBU>֪2mtjtݟr{@&x{M6IENDB`PNG  IHDR szzuIDATXWm '18ּ,^H_@~zKZ6=_XJ^W1|1UpQ#' ֚S`4N;iXn 3%Tv+]z}d\ ({шUЈ68&(>r-0ۿ P:x|3P错MJwҭ3ضL5{ _7J}_!%{IENDB`PNG  IHDRabKGDC pHYs B(xtIME*/3?IDAT8˥Ka?25E\3Эb")v/ ݪݲC CaD$ 2p-1e}y:[aK0;_3@ngU96tIvth}|bLxhÏXY㸸u,fzK}7GAHfDEDQ!\Y*:af厉=ծSV3Xhm1Zc!I :6c aГnoYߘW,%skYXfkv^S,ec#EK}zN~E[-_#p܈L!8|( il PN@-$I2W45@`!½?נrk((\w"4oj(`Z51%ϏuXC"f/@Z~{Fd1Blf=im;kD"h- Nc`% ٥ qIzdv IENDB`PNG  IHDRabKGD pHYs  tIME aʧ IDAT8u]heW& imt%.j2E :al &(^ "Db8pCu{Mlm޼oxX8?wQSL>0H0H& ؅R!ϟVJUUdiO줧#F44IR,Ҽ}sL*S-3xx/l\_KorH$H3⼎Sw#A[^DX+޻ w/ F EG)ĥS;02ϋuz^}q%d@ad IښI?zh0.rJ)R7*UKH!ǓvմU~/\No'Tط?1zyF/g_?9`YZw)R3iF\+ 3t?o>;@w̲<e" 36qGb4м.G@P Fm=3([ÊF_mQF==w4h6e& ^klٟ~1|u||!C&{##k9!&HMNGw7WeghP4CH QyxoA0\MZ% Z}NSJ͈XA @n'4`뺩G)%$j?q_v<$ek ~H5""Ip[6hevt]IENDB`PNG  IHDRabKGDC pHYs B(xtIME %S*;IDAT8˕kSQ{K@$UdQ{hU\BJ'\:n%`?y[\ZbQ!y!ٗP!g\s)Uz0{JiO=Iqhx87oW"nbY'Nq8'&Skk\Rnu@~Sa12jJ\~zdt*M*@kh,B~D0.`vКErn. RTk69?## |Ά\N>=6o3V?Et0F,/-yx0!O"^SyZk&3úӲ,L0K;t~ 0 R"Ē`So/:"Z$c`(.Ns5Cq.KMB~8pA$mpg,+:bwVգIENDB`PNG  IHDRabKGD pHYs B(xtIME ;+坈5IDAT8˥kQfffɢIhjPlѮB@n(R mOTH](n,JMqςE$5I#E4!AAq) 4&j5*P7(J4jvD"yp5uMV3ضmT*\../\$ B I,8Bȹ 3H&C躎i躎C4@Zw߽a@+5}z,LiPH&|9*HyTH&Y[=|L0/Ḫ28~66J8Lva4Ϟ>'e0&Ye|>+װ֢a(6)$5Tw5"`0 c690d:2L&F#!V_>g3X,Df3|' C$IcBxPUvr zFEְ6{1\Hic ݄ V+;I&~WdupT>, ~^0O)0'Wfcr>~2!JkP2!]בe(V%}řh_D"NcoηRTUb>yv{(.g2`&*/ҩdh0Ј$to?n4ϻw4^.md92JH7tAoZ~fPH!y])(<σ<8< Z]֕x.j&eHt@j,!xAfNgVbQI-q<=huGǍ06gӟftĴL2E?BQu\$'}l}|ϋhWyA;G]ͶOo=ʫ 3|hl+](qLLTa4\p ]t@ di^IENDB`PNG  IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxbtg@~-cbbr($?bbA W2??/##_n޼_u捣̌-LL;`z [Gxx=77؀_1ܸa}+Wn\ &&) }fwff ,, ? 5(py?}z  fe߿vpWÛ7?~tw 4 e/^Vz @1[[HHJEE @ACC7@1))aqqA;wAPP  3m/?00pr5IJ0((H׷a͚ >aЛ?^ 00!/G]!1яANN  ֮30,X0@B۷ O}d001ܿn0ܺu_s@͉l 04|X@aL!쌜 QQkӻIENDB`PNG  IHDRaaIDATxbd@-y8"9yؤg?8ۏ ݐb1T q֫)'Krs001 e_<~iooyAN 1'L ., d߱mAK 9-m oQ$q 0=m@DF"9GH{)Өu[Tk0Ox$Hb?.x$9 mP?D OHx4[D3Yʙޯ4g_|?bb׳|ӗ c`bdd)L 1`bǑw󗁙 B\bʿdafbn N𓁁a%bbdd88 Yfs3<XXX690bd```P "0H۷000Ybb```>%CTx4IaBJ&Kk)3 +Yj<$9IENDB`PNG  IHDRabKGD pHYs  tIME 8ptEXtCommentMenu-sized icon ========== (c) 2003 Jakub 'jimmac' Steiner, http://jimmac.musichall.cz created with the GIMP, http://www.gimp.orggGWIDAT8˝OHa?3skZH"4 iD!"Xy`a ! E E"fy(hYpna-y/χQu\8W @PLQeٖ[VZJ+A4vn~YЀ9qRwgx:{cqQ54~ɒBc>m  x"W%0<-=OJånrF$K`k`0,`(#/~[X1S0L[k:M txq$Iǎq!ϦR鮠5ŘvF~k@wX] 26gat]ǙWxvQF4VrʍD-iDu]=oz2@UUBH͖>W*" ?~2" 6/).f|| AASp8x>,%[4M#=Ϻ]W[~-j{hcc?{IENDB`PNG  IHDRabKGD pHYs  tIME - kIDAT8mOSasm%@+xij 6X\:8iL q1P$(Ji;&_M{Ua==1DUv \Be3?k.]vͭhRJiY|x23^(X5*FN><}j&1}QPȑ|8v728emZ:M W,JgZg&xccw6ǪG Df8޻w$_r<֍TD"̻w Ծ>Ԗu~ ڷEJJ.hϟ( %BaՑppq]Qpz<8;wu@ y%%}]pzXb1mc6 ;Rww(8vԅB*,e_)D V[Z޺e=gutǃ=<혹Ʒoȕt)冚a ,6\Uxqx4рԝ:iբ)+@[VJ$(~MOnޤP^\$k$oF4|~?%r^S'[AW*gX-kSH c:`C6"Orbizi~inU|^L= 1mv?x.ElBZVO$֧lvƆ(,nƭ"zvWiEay3MR׆IENDB`PNG  IHDR bKGDiBըIDATxڭN@ .!^1F_ån} .;х1DWDR(E,!g\(5EV=ɗ9t&YytV d[kƬ0%ux])ժuer֚sۣذp ʉ{y;VA8sPy60눚KDn.#hA 8;T*[H3\*.009xrbD["[-$mx\9XwV2@@PiAkeRjt&Rȿ&ROXNOӅ43kgO=TrK wIENDB`PNG  IHDRabKGD pHYs  tIME  9cHIDAT8˥KhaLM JƅE.4bfBp!T-RCBkAte@‰bW6IUiӗ DD:3nf1³{?'#Q X"M4QlRTlb4u#Q ZêEtFZdfx>XBr"2>06א:%Z,1`o %nFa~N(/;+tHRa %Nʿ4J'{( LA0: ԬN Gl6y75 irtI4Mk @ҾB0L8;77TIENDB`PNG  IHDRasBIT|dtEXtSoftwarewww.inkscape.org<6IDAT8KHTaFR^D hFh"[FBr6B+7(rEb>p-f)7",3x_3ԁ1|tSSRƣqwp5Xb55:Z}vSk[,W!!<|Wrҥ]!11Ytz5.݈9Xki]aѺ[$@Y}FPJ] y;B B !!Wc=$#|>K>5}k]1}ki:sN,, +!P)xx, !>H˺e<^U]ux&@)ſJn?3[#$l`cs}Ҽ !_i7,Y[ kkmiE$A c8_ nJ)!(>CANBPvDQiMs_V>IENDB`{xV4 ^ A> B9BAARB%A`+A@1AF7Ao=AqCA~IAvOAgUAj[AaAhAoAvA}AAAAAAAAABBA%A'A&AA AWAXAY AZAA9$A,B4Af=A8FAOA?XAraAjAsA;|B7A=B-AB3B AUAAGAMAAA\A]A^ A_A!AB)AV3A=AGAQA[BeAPoAHyB/AB%B B ;BAAAsAJA>B:BBBB 8B1(B63AQ?A#KA:WAacAoBo{B BAAEA0BvA$ACB.B4B AbBt#Bp0Bu=BqJBsWBdAkqAAIA"BwByAtBxA[B*B(B< B!B'BA5ACBQB_AcnAL}B#B'B&BQBBcBIASBA<B"B21BD@B"OB^BmB|BrB0B\AlBBBJB_B$ AdA*B:A}JAZA{jB~zATAiAhADA(BAxBzB BB,AO=BFNB_A1pBbBiA.A*BBEB5AmA Ae BG/ BA BS B>e Bw Bh B+ B, B) AK A- A+ A A B, B? BHR ANe B[x B BM B  B Bk A) A/ Az B# BR6 BaJ Bn^ B}r Aw A| B B Bj A, B BO B^( An= BR Bg B | Ay B B BP BL B B B* Be@ BdV Bl Bg B` B{ B B BT BSAu&B]>BVBnBWBBfBYBBmBAp1BJBcBX|BlBBKBBUBZB8BV8 W [ [ i0 0 > / : B  Q, ~    , a }    ?        $ * ? E U e k         {          # 2   _  B G P X P i ~                   $ /% U j'    # ! ] L! n L!  L! n L!        6 Q, ~   6 G# k q z 4  Q, ~        9 .' V' ~ Q, ~       9 .' V'  i0 0 > /               - H a g    3 7 a      3 7    " ] 6 8/ h n  t( 1 ] 4 4 9! [5 '    %  + @ G X* # ,  L 3 3 R,  1 1 h n  ( % 4 3 K 4 g5         + @ G ) #  % +   5 = Y'                ! ' 0 < E R _ i s  y  . s ! ' 0 <  _ i '     : =  U `  o -   t 7!3 k!g ! ! o - ! ! "! 0" K" ! "! Y"+ ! t 7!3 k!g !""" " " = "  " " K $ * s "  U  ? E #  # # O  1# +  F# N#  _#  f#  # #  # 1  e k # o #  # #  $ $  )$ A$ n Z$  f$ s$ R  $ , $ $ e $ $ 3 $   $ z $  % )   % -%  5% G%  O% a%  i% {%    %  5%  O%  i% % W %  % _ %  %  %     4 %  O  % 2  % U d %  %  %  % (  % # 7  & 2 = & X && -&  J& T&  h& u&  & 2 I r  & &  & |  & &  & Z '  ' : 3' C  M'    _'  t' & 3 ' q ' F ' ' J '  ' $ ''' ''' ' ( = ''' ' ( ''' ' &(  ''' 1(! S( c ''' ' X( 5 ''' ' f( $p('' '''' ['' x( " '' ( E ''' ( * "'' ( # '' ( 2 '' ( ' ('' ( k Q ('' ( #(()))))+).):)@)G)L)Q)V)\)`)k)p)x)~)))e))))))))**)*3*G*S*_*k*{*********++-+9+H+W+`+n+|++++++++,,$,(,-,4,6,3)@,F, L,S,i,n,x,,,,,,,,,,x),,,,~),,,,-G)----#---3-7-@-F-R-W-`-e-r-----L)--------. .f)..*.9.G.V.d.i.k.x.....V).........// // //$/-/6/;/@/C/K/O/S/[/_/i/o/z//)////(////////000"0+0:0J0X0^0d0j0w00000000|000111&)015191A C1G1M1U1Y1`1k1r1w1111AAA>A AA $(,048<@DH L\PTXA\A`AdAhAlApAtAxA|AAAAAAAAAAAAAAAAA]AAAAAAAAAAAAAA AAAAA A$A(A,A0A4A8A<A@ADAHALAPATAXA\A`AdAhAlApAtAxA|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAA A$A(A,A0A4A8A<A@ADAHALAPATAXB'BB44BeBBpB/B(B = L  H  BB }BBLB BcB$BhB*B8B|BB/BBOB9B$BbB QB7B*BJBBLBB.B.B$B$BtB!BB B BB B0:B;0>,B0(07BBOBBB BB B =B B/BHB0BTBB&B`B'B*B3B RB'B=BBB B B B B&B BBBB B B BB BB BB BBBBBBBB'BBBBB#B/B/BB(B%BSB&B7BB B"BB&B AB BBBBBBBB1B B@BnBB /B BBBB t>O%B BBSBB$BB+B B BB BBBBB~B B           +#     >   69%E 9 <, $$4$A=DC$B"2-(/:.0))00@ 1C?;7'!&5 38    *       ,     5"< | @ 57 : *"+< |@57 ;"  < 57P> 372Х3  456 $     h< *""< &' <     < h$ *""$ &' $      $  "U("; <  ("D@5  ("@5   @5  < t $%&   k<  ("  !"#%&$ '! " #  % % &  & !$  "' #'  % & $ ' ! $((%.(&)('*((+(),(*-(+/,* -* .+ /+ 0, 1, 2- 3- 4. 5) 6/ 7/ ( * + , - . ) / V[V 0 $%& V8  9k<  (" 0 1 $% [:  ;k<  1 `<    = Ж   P (">!?< " @!A< " 2 230P 220320# $ %& *". 'c ( 'c ( ) ( 'c ( *6(" + |& 1*" & 1 ,- 1*" ,- 1 $%D  06(" . (  ) ( $%# & 0/ 0 0220320 8 0B320 ) (1-"1k% 231 2U 3< C 231 2U 3< 0320 ) ( $%4 4 0-"4 0 2U 3k D 0220320  $%@  06(" . (  ) (5 0%E236 0< 0320  $%  06(" . (  ) ("g 7 8& 09:"*& 0;< & 0; 0320 7 < 0& 0=2320  7 8 7 < 8& 09:"*& 0;< & 0; 0320 B > ? @ A ) ( B3202202 220$% C  3 320$%  C C33 C3  C  C  鯄 C   C  C C 8 2 230P 220320# $ %& *"I& 1*" & 1 ,D 1*" ,D 1 'c ( 0320 ) ( $%<  06(" . (  ) (FE 0kGF 0k< 0320 'c ( 0320 ) ( $%D  06(" . (  ) ( $%# & 0G 0 0220320 'c ( $%* H 0kHI 0k< 0220320 ) ( *6(" +  *" J,- 1*" ,- 1 ,- *"   $% I   3 220 K7     L ,(8""LM,- 0N)"  L ,"#LO # $ % 7 8 0,- 0M,- 0PkJ< 0 0,- 0QkK,- 0N< C (" C  * R SLY2  M T    $% U $ *" J,D 1*" ,D 1 ,D *" $% N   3 220 K7   6(" # $ # V % 7 8 0,D 0 ,D 0< C (" C  * R SOY2  P T Q  $% U W 0Q T 0R T,M 0S TTnononoqk< 0U,Xk< 0V& k< 0   ("0,- *" 0 + Y *"  WX< +,D *" 0 # Y *" ZH   (" [("T [(" K7 220 320  K7  K  0  50   0 0(  \T("Y 0  0 ast x;" < < | Ц7`("%< ("DB ("B  B` a u v;"  C5 wIp>x;"  <>  |  ;"  <7<y("E zy ya u {;"?  B)"< ""< (" z  (" z 8 (" |H  |Ga u v;" x {  iO {  iO   $% 6 | F} F,~ {  iO   $%W ,-  F L $% L M F(" ;"% }  $L {  iO   $% ,-  Fj  ;" { iO ("h9 tF  $%F  F je"3 k $%  Fk n(" ;" E F Y & X  $%K & F Fje"3 k $%  Fk n(" ;" E F Y  (y5yw<a u v;" x ;"{  |)"t9 tFqq $%  ,- $%    $%  ,D $%   | & yy5yw<0 | |e | < || L $%) (LMC1D LM :kF<  < Y N0 ` ! " V [ 6 5   |5;,- (8& (8"  5 &, & Y& *"57c `& *"!$ Y -"  Y7  & ,"  A$ Y )"3&;?< ("&&7 584  *"Y5  L& ,"  $ Y )" 55;,- (8& (8"  5 >& ("  .,- A Y,- *"57c P,- ,"  =`: Y 75T  ,:- *" `:  h ,- *& *8" D Y    & ,"  5 ("$ Y -" C Y C Y P & *" B Y  < |  & *,- *8" " Y  < 8& *" 2 Y  <- Y( Y/ Y: Y. YL 0 Y  |("^ ) Y  @  & *"  @  & *"        ()  Y  (  0 Y  (  0 Y  <>DEdcIP  (" N0  |1  >D 4& *" @ Y  (|1  H6" ! [ V 5  `61  " ! [ V 5  ` 6 0 " ! [ V 5  OP 3150 & ,"  Y7  L& ,"   3150 )" 5& ,"  @ 3150 )"3&;?< ("&&7 5L 3150 & ," 1 Y  p  3150 & ,"-" C Y   d4& ("   ,D&'  nq("  ;"bnq,,nq,*9" < @,nq & $% &  $%  Z}D& ("  ? YZ}<,D ,"w ; YL  ,:D *" Z  o(" 4(" +(" "(" (" (" ("7 Y<' Y("  !`: Yd & *,D *8" & Y  <5: Y<  a u  {;"  "  < w< & (,:- (9"<y("%E:"  < w< !:"  < w<3 Y`  U&;?< ("&7 8 Y<  x u" 0 | W< | k< | k< | k< | < |" |  |Kk< |k< |&' ,< | y<  x u" < |  |;"{   |ywy @("A v@("Aj h@(" Aj Z @(" Aj L@(" A ? @(" Aj("  ( @("  Aj K  @("  Aj  < | L,O  (",< |  < |( !2 K2 * Y;"H "< |&' ,< |  | 4*"  #< |, &' (" H"  $%  (" < *" X  ," FF(" $< |   8 C, @,8" @550K* *8"  h %  < & |,"' | H"} F |!kFF,"   ( "!kFF("   )   * + |$ ,-./<a u"w01 |2 | | \ 3<x u"w456< | :{ !kFF,"   7 !kFF(" 8  9y:< h ;<=N > 0?  @88A 08B99C 0D 8E::F 0G 8H;;I 0  8J<<K 08L==M 0N O 8P>>Q 0R 8S??T 0U   8V@@ 08WAAX 0Y 8ZBB[ 0B\CC] 0B^DD_ 0` BaEEb 08cFF 08dGGe 0f g hHHi 0HjIIk 0l HmJJn 0o HpKKq 0r HsLLt 0HuMMv 0w HxNNy 0HzOO{ 0| H}PP~ 0 HQQ 0HRR 0HSS 0HTT 0UU 0UVV 0VWW 0   VXX 0   VYY 0   VZZ 0   U[[ 0[\\ 0  []] 0  [^^ 0  [__ 0  U`` 0Uaa 0bb 0bcc 0  bdd 0 bee 0 bff 0 bgg 0bhh 0 bii 0bjj 0bkk 0ll 0lmm 0  lnn 0 loo 0lpp 0 qq 0qrr 0 qss 0 qtt 0 quu 0 qvv 0qww 0 xx 0xyy 0 xzz 0x{{ 0x|| 0x}} 0x~~ 0x 0xЀ 0xЁ 0xЂ 0 Ѓ 0  Є 0Ѕ 0 І 0Ї 0 ЈЉ 7 2  0Њ   7 2  0 Ћ  7 2  0Ќ 7 U  0Ѝ 7 2  0Ў !"# 7 2 $ 0%Џ&'()А*+,-.Б/01 T 02 3В456 T 07 8Г9:;< T 0= >Д?@AB T 0C DЕEFG T 0H IЖJKL T 0M NЗOPQR T 0S TИUVWX T 0Y 1frmGradeLclrd_newDBoxsep4$loadMenu1Menu2Menu3Menu4Menu5Menu6Menu7Menu8Menu9tbNewitmMP1itmMP2itmMP3itmMP4itmMPsitmSepMenu10sbVerttbHelptbOpentbQuittbSavetbSort_ResizegetrowsitmOpenitmQuititmSaveitmSep2itmSep3MP1ItemMP2ItemMP3ItemMP4ItemMPLabelNewItemsbHorizsetrowsDropItemFileItemHelpItemitmCloseitmTodaymnuRightmylabelsOpenItemResetGUISaveItemtbfillintbSaveAstbupmovetrimnameViewMenuAboutItemCloseItemCodesItemCurrentMPDateLabelitmAttMP1itmAttMP2itmAttMP3itmAttMP4itmGradesmnuExportmnuGradesmnuWindowNameLabeloldlabelsOLGButtonResetVarsSeatsItemSetupMenutbtabmoveCurrentDayDBox_LeaveForm_ClosegetbrowsergetcolumnsImportItemitmAddDateMPInfoItemSaveAsItemsetbrowsersetcolumnsShowGradesshowscoressmartspacetbdownmoveuncheckmpsitmCommentsitmGridSizeitmOpenHeremnuGridSizePointsLabeltbNew_ClickWeekDayNamegetDownArrowitmEmptyGriditmExportXMLitmGradesMPsitmMPs_ClickitmPopRecentitmTSVExportnametbfillinnametbupmovesetDownArrowStudentsItemtbHelp_ClicktbOpen_ClicktbQuit_ClicktbSave_ClicktbSort_ClickupdatelabelsViewDropItemAboutMenuItemClassInfoItemitmAttendanceitmOpen_ClickitmQuit_ClickitmRemoveDateitmSave_ClickmnuAttendancemyTB_ActivatemyTB_KeyPressNewItem_ClicksbVert_ChangeSetupAllMenusStartOpenItemStudentsLabelUpdateHeadersWarningIssuedAddStudentItemCategoriesItemDBox_MouseDownDBox_MouseMoveDPic_MouseMoveDropItem_ClickForm_MouseDownHelpItem_ClickitmClose_ClickitmPreferencesitmToday_ClickmnuRecentFilesmyTB_MouseDownnametbdownmoveSaveItem_ClicksbHoriz_ChangeSetupTextBoxesSetupViewMenusshowattendancetbSaveAs_ClicktbshifttabmoveAboutItem_ClickAssignmentsItemCheckClassEntrycheckForUpdatesCloseItem_ClickCodesItem_ClickDBox_MouseWheelEditStudentItemInstructorLabelIsWarningIssueditmCategoryGriditmCheckUpdatesitmDistributionitmGrades_ClickitmManageRecentitmSortByNumberitmSortStudentsmnuOnlineGradesmnuStudentRightOLGButton_ClickReportsMenuItemSeatsItem_ClicksetsbHorizValueAddToRecentFilesClearRecentFilesGradingScaleItemImportItem_ClickitmAddDate_ClickitmAttendanceMPsMPInfoItem_ClickMPLabel_DblClickpopitmAddCommentpopitmAddStudentRemoveRecentFileSaveAsItem_ClickUpdateScrollbarsAddAssignmentItemCurrentAssignmentDeleteStudentItemImportGradeKeeperitmComments_ClickitmGridSize_ClickitmOpenHere_ClickmnuGridSize_ClickMPLabel_MouseDownmynameTB_ActivatemynameTB_DblClickmynameTB_KeyPressPeriodWeightsItempopitmDropStudentpopitmEditStudentPreviewReportItemStuInfoReportItemGetClassEntryIndexGetRecentFilesListImportStudentNamesitmAttendanceCodesitmEmptyGrid_ClickitmExportXML_ClickitmGradesMPs_ClickitmPopRecent_ClickitmTSVExport_ClickNameLabel_DblClickpopitmSingleReportpopitmSortStudentsProgressReportItemthelabels_DblClickViewDropItem_ClickClassInfoItem_ClickDateLabel_MouseDownitmAttendance_ClickitmAttendanceReportitmCategoryAveragesitmRemoveDate_ClickMoveClassEntryToTopNameLabel_MouseDownpopitmDeleteStudentthelabels_MouseDownAddStudentItem_ClickCategoriesItem_ClickDeleteAssignmentItemgetShowStudentNumberitmPreferences_ClickitmRecentFiles_ClickitmSpreadsheetReportsetShowStudentNumberbetterCheckForUpdatesEditStudentItem_ClickitmCategoryGrid_ClickitmCheckUpdates_ClickitmDistribution_ClickitmManageRecent_ClickitmSortByNumber_ClickitmSortStudents_ClickmnuOnlineGrades_ClickPointsLabel_MouseDownGradingScaleItem_ClickitmAttendanceMPs_ClickpopitmAddComment_ClickpopitmAddStudent_ClickAddAssignmentItem_ClickDeleteStudentItem_ClickitmSortAttendanceByDatePeriodWeightsItem_ClickpopitmDropStudent_ClickpopitmEditStudent_ClickPreviewReportItem_ClickRemoveRecentFileByIndexStudentsLabel_MouseDownStuInfoReportItem_ClickupdateattendanceheadersInstructorLabel_DblClickitmAttendanceCodes_ClickitmSortAssignmentsByDatepopitmSingleReport_ClickpopitmSortStudents_ClickProgressReportItem_ClickInstructorLabel_MouseDownitmAttendanceReport_ClickitmCategoryAverages_ClickpopitmDeleteStudent_ClickDeleteAssignmentItem_ClickitmSpreadsheetReport_ClickitmSortAttendanceByDate_ClickitmSortAssignmentsByDate_ClickPWDStaring with For your information, the dates of some of your assignments are outside the start and end dates of the marking periods. This can be corrected by editing your Marking Period Setup and/or Assignment details.firefoxitmRecentFiles file not saved. What would you like to do?&Save Gradebook&Discard GradebookC&ancelCould not find file: File was removed from Recent Classes list.Marking Period &&Grades&AttendanceVisible Grid Size&Openimages/open-file.png&Saveimages/save.png&Recent Classes&Quitimages/quit.png&Add Studentimages/plus.png&Edit Studentimages/sheet.png&Delete Studentimages/delete.pngD&rop Studentimages/stock-go-down.png&View/Add Comments&Student ReportSor&t Studentsimages/sort.pngmyTBmynameTBGradeL : Grades Mode - : Attendance Mode - Average--- %--- A = , T = / thelabels Points0.5Double Click to Edit AssignmentDouble Click to Edit DateDouble Click to EditToday is Total MP Points: Students: You must add at least one assignment to use this feature. not saved. What would you like to do?&Save && Close&CloseTo begin, click in the left column to ADD students to the gradebook.You should verify your grading mode in the class setup before adding students or assignments.Please ADD students to gradebook before assignments.before class dates.Click to add assignments.Click to add students. is not in the Code List. Please enter a valid score.You must add at least one student to use this feature.Class Created. Would you like to add students now?&Add Students&Later----------------------------------------------------Opening here ...*.gdlGradel Files*.*All Files...Opening There was a problem opening this file. Program will exit.There were problems opening your file. The current class has been reset to NEWOpen Here Problem: File Opened Successfully.None.gdlFile already exists. What would you like to do?&OverwritePlease select import type:Student NamesGradeKeeper .tsvImporting Student Names...Importing GradeKeeper...*.txtGradekeeper Export Files1.0There was a problem importing data from this file. Please be sure it contains the appropriate information.Text FilesNewAttendance addedQuitting...: % Handle MP Show GradesYou must ADD students before you can drop them.Drop &DropCurrently no students have been dropped.You must ADD students before you can delete them.Please ADD students to gradebook before assignments.You must ADD assignments before you can manage them.There are no assignments to sort.There are no grades to report in this marking period.You must ADD students to view a report.Please select report type:IndividualEntire ClassYou must have students in your class to use view this report.Select Display Mode:&Names&Student NumbersYou must have students and assignments in your class to use view this report.You must have students in your class to use view this report.For help with GradeL, please visit http://gradel.wiki.sourceforge.netThere are no students to sort.You must have students to use this function.No Student to Edit.Comments can only be added to a student.Right-Click a student to view report.Please ADD students to gradebook before class dates.This date is not included in this marking period. Please select another date.There are currently no dates in your attendance book.There is no attendance to sort.SundayMondayTuesdayWednesdayThursdayFridaySaturdayYou must have students and class days in .xml*.xmlXML Files saved.There was a problem saving You must have students and assignments n your gradebook to export.Online Grades file save as .olgThere was a problem. Online Grades file not saved.Delete &Delete/.gradel Saving settings to Rows=Columns=iDownArrow=Browser=showStuNum=1showStuNum=0Screen-X=Screen-Y=File= No Settings file: Getting GradeL settings...(new)There was a problem opening the settings file.showStuNum= Unrecognized entry in settings file: Recent File = Settings Entry Ignored: File= added to recent files. Removed: ...removing http://littlerun.com/gradel/latestversion.datBegin Better Check for UpdatesERRORYou are using an older version of GradeL. Please visit http://gradel.sourceforge.net to download the latest version.You are using the current stable version of GradeL.The version of GradeL you are using is newer than the current stable release. You must feel important!.End Better Update Check wget-O/.gradellatestversion.datError getting update information.Error getting update info.WGet Output: Error getting update info - could not open 12.142910.4286126.4286GradeL: Gradebook for Linuximages/gambasgrade2.png&File&New Classimages/unknown.pngOpen in New &WindowCtrl+SSave &As...images/save-all.pngimages/gtk-close.png&Importimages/right.pngExportExport Current Grades As .&tsvExport to On&line Gradesimages/onlinegrades.pngExport XML (experimental)Ctrl+QSet&upC&lass Setupimages/preferences-system.png&Marking Periodimages/info.png&Period && Exam Weightsimages/periodweights.png&CategoriesGrade C&odesimages/gradecodes.png&Attendance CodesGrading &Scaleimages/gradingscale.pngSea&ting Chartimages/seatingchart.pngComm&entsPreferencesManage Recent Classes&ViewMarking Period &1Ctrl+F1Marking Period &2Ctrl+F2Marking Period &3Ctrl+F3Marking Period &4Ctrl+F4Visible Grid &Size&Students&AddCtrl+A&EditD&rop&Sort by NameSort by &Number&List Dropped&AssignmentsCtrl+G&Manage Assignments&Sort by DateA&ttendance&Todayimages/x-office-calendar.png&Add Dateimages/blueplus.png&Remove Dateimages/minus.png&Sort Attendance By DateAttendance Spreadsheetimages/grid.png&ReportsMarking Period &Spreadsheet&Marking Period Student Progress&Distribution&Class Category AveragesStudent Category AveragesS&emester SummaryS&tudent InformationRecording &Grid&Window&Helpimages/about.pngCheck for Updates&About GradeL3.1429123.142967.14290.428629.14292.4286Bitstream Vera Sans,8,BoldMarking PeriodClass NameInstructorBitstream Vera Sans,8,Bold,ItalicDateTotal Points:Students:70.4286New ClassSaveOpen Class FileSave AsSort Students by NameHelp25.4286Exit GradeL18.1429Export to Online GradesApplicationErrorFileObject[]ProcessString[]SystemUsergbDrawBorderColorDialogFillFontFormimageKeyLabelLineMenuMessageMousePicturePictureBoxScrollBarSelectTextBoxToolButtonWindowWindowsHttpClientStuInfoFormfrmDistributionSpreadsheetReportFormfrmEditAttendanceDateSelectStudentFormGCategoryfrmAttendanceReportfrmGridSizeWeightsFormMPSetUpFormfrmManageRecentAssignInfoFormAddStudentFormAboutFormGradingScaleFormCategoriesFormClassInfoFormfrmAddStudentCommentsEmptyGridFormfrmCommentsDroppedStudentsListFormfrmTSVExportOptionsGAssignmentfrmAttCodeListfrmPreferencesGStudentGradeCodeFormfrmRemoveDatefrmCategoryAveragesSelectAssignmentFormGClassfrmAddAttendanceDateSeatsFormAddAssignmentFormStudentInfoReportFormStudentReportFormClassReportFormImportCodeFormEnvPathCenterYResizableFixedSavedLengthVerifyAssignmentDatesInfoGRADEBOOKNotSavedValueChildrenClearEnabledTagCaptionIsSavedQuestiongetclassnameWarningget_num_mpsCheckedAddHideWidthHeightVersionTitleWhiteBeginmystudentsRGBForeColorBlackEndSetFocusmympsAssignmentsBluegetscoreTextclassaveragemygradingscalelettergradeaveragegetPercentMPGradempgradeSizehascommentsgetstudentnameItalicgetstudentnumberLightGrayFillColorSolidFillStyleRectClassDaysstudentabsencesstudenttardiesgetattendanceabsencesperdaytardiesperdayCopyxmycategoriesgetnamegetcatgetlabelcolorgetpointsgetdateRotateToolTipDeleteYellowgetinstructormppointsshowModalSortAttencanceByDateRightRefreshLeftShowRaisePopupDeltaMaxValueMinValueCodeDownUpBackTabTabEscmycodesPosSelectiongetidmyattcodesgetcodesetscoresetattendancesetstudentnameFilterOpenFileopengbgetfilenamesavegbSaveFilesetdatesetnameaddassignmentsetcatsetlabelcolorsetweightsetpointsaddscoresetTBIssueDatesetTBReturnDateaddattendanceWhereCloseCountgetCatAvgAlldroppedRemoveSortAssignmentsByDateWaitDefaultsortstudentsbynamesortstudentsbynumberATTENDANCEBOOKgetstartdategetenddateaddclassdaygetfilenameonlysave_xmlExportOnlineGradesHomePopTextWidthURLAsyncTimeoutGetStatusMoveScaledExpandIconVisibleShortcutBackgroundForeground{xV4 `PBA  B&A /A 9A CBNB YB dB oB{ABB )       ! &!/37 <B      !FF &!/37 J & b 9 h o /   { DFA1!#(2>AGQ]djpt{ +=LX`iv~ ( ,048<@DHA LA PA TAXA \ BBBL R   jQ)BBBBBBn     p  22      202     20 2*"! 20 2     20d2 2d2    2*"    2    " B  21 $% ,"     nqk   ! "k<  20# $ $   2 20       -"21     %  $% 2 1U (" & %'    & %(   )  % *+ ,   2U 3< 22  %-   20       ("# $   E# $   .  k%  *+ .   2U 3< 22  /   2U 3k 20       -"# $  2 # $20 $2       ," 0 2$20       *"       $%w 22        1    2k    3<   0 4!Y2 5   22 nqk"#  $ !% "k<  &20$  221250$  221250 % ,"A     ,"      ," % ," T 250'21     2 1U (" & % '   & % (  )  %( *+ ,   2U 3< )2*2  % -   +20      - 221*9"250$  221250  % (,221*9"$-221,"$  221250.  .  k%  *+ .   2U 3< /202  /   2U 3k 120      - 221*9"250$  221 22 $320 $250      ,"0 642522250$620      * 221*9"  ɯ 76 7 8 89 :; <  => ? @78 9 A7 (X 9: ;SpreadsheetReportForm_newRBox$loadFileMenuCloseItemPrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizeReportScrollCloseItem_ClickPrintItem_ClickGradeL: Marking Period Spreadsheet Report0.6Letter2.90.3 Spreadsheet Report for with - Period: 1.52.922.152.95Average:2.10.81.27 Pts 0.58.5images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.pngObject[]DrawBorderColorDesktopFillFontFormImageLineMenuMousePicturePictureBoxScrollViewPrinterfrmGradeLTextResolutionXYSizeLandscapeOrientationclmympsCurrentMPAssignmentsLengthWhiteBeginEndResizeWidthHeightCloseSetupRefreshWaitcopiesNewPageDefaultBlackForeColorBoldgetclassnamegetinstructorgetperiodBluemystudentstrimnamegetstudentnamegetstudentnumbergetPercentMPGrademygradingscalelettergradempgradegetscoreclassaverageaveragegetnamegetpointsgetcatRotateAddStretchMoveIconExpandSunken{xV4 ,8 BBAA&A0A ;A GATAaAnA |BBh   a    G    T $ n  0 & > C  ; > I 0 Q4Xelqv|d (0>HQWbg^lmrX AA AA AAA A$A(B_B=BB           ("     ("  |   F   ("  j2  S/    '      '   $-&  '               |CatEditForm_new$loadfrInfoCatEditNameLabelWeightEditWeightLabelCancelButtonfrLabelColorUpdateButtonLabelColorBoxCancelButton_ClickUpdateButton_ClickFinal Exam1.055.7143Edit Categoryimages/gambasgrade2.png14.14295.7143&Updateimages/blueplus.png&Cancelimages/cancel.pngLabel ColorCategory InfoBoldName:Weight:3.7143AlignBorderButtonFontFormFrameLabelPictureTextBoxWindowColorChooserGCategoryGClassCentermycategoriesgetnameTextgetweightgetlabelcolorValueDefaultCancelgetgradingmodePOINTS_MODEEnabledsetnamesetlabelcolorsetweightNotSavedCloseMoveScaledIconFixedLeftAlignment{xV4   BBA!A,A7ABANA[BkB|BBh !      ,  7 $ ! , 4 :  , K P N , ` h B z,  ,gP %07=DHSX^@  AA AAAA B B%BB&BB$  L("   ,  L?< ("    4   $%    LA$   ?#     0  0   0  0   hfrmComments_new$loadAddButtonEditButtonfrCommentslbCommentsCloseButtonDeleteButtonAddButton_ClickEditButton_ClickCloseButton_ClickDeleteButton_ClickYou must select a category first.Delete: DeleteCancel48.142924.7143Commentsimages/gambasgrade2.pngCurrent Comments43.428627.428612.8571&Editimages/sheet.png&Addimages/plus.png&Deleteimages/delete.png26.1429&Closeimages/quit.pngBorderButtonFormFrameListBoxMessagePictureWindowfrmInputCommentfrmGradeLGClassclCenterIndexInfoShowModalClearNotSavedTextmycommentsRemoveCloseLengthAddMoveScaledIconFixedDefault{xV4 BBB#B +B3B<B FB PB[Bx f u |      <B YBBBBBBBBB  < |k< |k< |< | $% k< | < | < | |4 2$%   GSeatingChart_newgetlistgetrowssetlistsetrowssave_xmladdtolistclearlistgetcolumnssetcolumnsFileInteger[]gbTabLengthAdd{xV4  BBA"A,A7ACAPA]BmB~BB,   C     ! , 9 ? " P U P i q C   7   0P\ $*29?HRV\dkpuz8 AAA AAA B BBMBB?B         4*"   $%@ ("  ("< k<     ("  ) k?< (" dC{*    (Z     PZ   xZ   2  Z   (GradeCodeForm_new$loadCodeListAddButtonEditButtonCloseButtonCurrentLabelDeleteButtonAddButton_ClickEditButton_ClickCloseButton_ClickDeleteButton_Click'blank' - Excused - You cannot remove the 'blank' code, you can only change it's value.Delete: DeleteCancelGrade Codesimages/gambasgrade2.png&Editimages/sheet.png&Addimages/blueplus.png&Deleteimages/delete.png10,BoldCurrent Codes&Closeimages/quit.pngBorderButtonFontFormLabelListBoxMessagePictureWindowCodeAddFormGClassCodeEditFormCenterIndexShowModalClearmycodesLengthgetidgetvaluegetpointsAddCloseWarningRemoveMoveTextIconFixedForegroundDefault{xV4 |`BBB A'A.A 5A <ADALA TA \A eA nAxA A A A AAAA AAAAB#A 3ADA UAgBzAA BBX - . *+ - . *+ V Z k y0     D  & 5,4 ,<CK R Y$ 3~   #,~4 e   T,4 \   L,4    x ,4   U   ,4    ,4 ~   ,~4    ,4 z  & ,4 <  8 .,4 n >F  N X lF  t  F   <WK !(.0D55;DJVev&15BJTYbs~A A AA AAA A$A (A,A 0A4A 8A<A@A DAHA LAPA TAXA \A`A dAhA lApAtAx B/BBHBsBB YB  `       X ) A/) A/)98"   ) A/) A/)98"  _  ) (8"   .< @                 )"             ) A/) A/)98"  L ) A/) A/)98"  &  ) (8"   .<              ( je(9" q  j ( je(9" q  j   $%  $%    $%   $%   |! "# |$%("$&" =  $%,;8"!$%(""$%   ;"' ()*+ OO   , - . + + / 0 1 + + !"#$ / 2%  1&+'()*+ /, 0 1 -+./01 2 +34567 /8 0 1 9 +:;<= > +?@ABC /D 0 1 E +FGHI J +KLMNO /P 0 1 Q+RSTU V+WXY Z [+\]^_` /a 0 1 b+cdef g+hijk /l 0 1 m+nop q+rstuv /w 0 1 x+yz{| }+~ / 0 1 + + / 0 1 + + / 0 1 + +H /  3 +H /  3+0H /  3AddStudentForm_new$loadAddItLabel5mymodetbFinetbNamelblFinelblNametbEmailtbPhonelblEmaillblPhoneAddButtontbParentslblParentstbConditiontbIssueDateCancelButtonlblConditionlblIssueDatetbReturnDatefrContactInfolblReturnDateAddCloseButtonfrTextbookInfoAddButton_ClicktbStudentNumberlblStudentNumbertbTextbookNumberlblTextbookNumberCancelButton_ClicklblReturnConditiontbReturnCondtitionAddCloseButton_ClicktbTextBookNumber_ChangePlease enter issue date in the form mm/dd/yy.Please enter return date in the form mm/dd/yy.Please enter an issue date for book number NewAttendance addedStudent AddedSeating Chart Full. Student Not Added to Chart.55.7143Add Studentimages/gambasgrade2.png1.142976.571434.2857Contact Information2.28574.571419.28574.285710,BoldName:22.857152.85719.142948.57142.8571ItalicLast, First recommended for sorting.12.5714Student Number:17.1429Phone:21.7143Email:26.2857Parents:37.7143Textbook Information3.4286Number:tbTextBookNumberCondition:Issue Date:Return Date:Return Condition:Fine:11.428615.7143Add/&Nextimages/blueplus.png29.7143&Add/Closeimages/quit.png&Cancelimages/cancel.pngErrorAlignBorderButtonFontFormFrameLabelMessagePictureTextBoxWindowGStudentfrmGradeLGClassCenterDefaultCancelEnabledTextClearSetFocusCloseget_num_mpssetstudentnamesetstudentnumbersetphonesettextbooksetemailsetparentssetTBConditionsetTBIssueDatesetTBReturnDatesetTbReturnConditionsetTBFinemympsAssignmentsLengthaddscoreClassDaysaddattendancemystudentsAddseatingchartgetlistaddtolistInfoNotSavedupdatescrollbarsshowgradesMoveScaledIconFixedRightAlignmentForeground{xV4  BBA!A)A3A>AJAWBgBxBBd  ! * ) 0 F O W _! 2       !)07? G 3 T0\ d j ) T{\   J T\ O  > T\  4/) &l29?DNTYapw8 AAA AAA B B BBBB OB      |@("      (" 3" < ! ?< ("  4 | "    |  $%B ("  '  C1@  ( k)< X ?%    <"     !"#$% & '()*+ , -./01 2  CategoriesForm_new$loadFrame1CatListAddButtonEditButtonCloseButtonDeleteButtonAddButton_ClickEditButton_ClickCloseButton_ClickDeleteButton_ClickIn Categories...You must select a category first.Final ExamYou cannot remove the Final Exam Category.There are assignments in this category. It cannot be removed.Delete: &DeleteC&ancelClosing Catergories: Verifying...Category Weights Do Not Sum to 1. Please Correct.Done. 48.142924.7143Categoriesimages/gambasgrade2.png1.1429Current CategoriesCatlist2.14294.428643.428629.7143Monospace,1046.714312.8571&Editimages/sheet.png10.1429&Addimages/plus.png15.7143images/delete.png29.1429&Closeimages/quit.pngErrorBorderButtonFontFormFrameListBoxMessagePictureWindowCatAddFormGClassCatEditFormCenterIndexInfoShowModalClearTextWarningCategoryIsUsedDeletemycategoriesRemoveverifycategoryweightsCloseLengthgetgradingmodePOINTS_MODEAddgetnamegetweightMoveScaledIconFixedDefault{xV4 (8 BBAA %A/A 9A DAPA]AjA xBBD   %    P    ]  j   D ! & 9 .  / ! 58;HOUZ_eks{` $*5:AkU@EP AAA A AAA A A$B1B>BB  d   ("      |   F("    j2    P0    (    (      )$(  "              PCatAddForm_new$loadfrInfoCatEditAddButtonNameLabelWeightEditWeightLabelCancelButtonfrLabelColorLabelColorBoxAddButton_ClickCancelButton_Click1.09.1429Add a Categoryimages/gambasgrade.png12.8571&Addimages/blueplus.png&Cancelimages/cancel.pngLabel ColorCategory InfoBoldWeight:4.1429Name:AlignBorderButtonColorFontFormFrameLabelPictureTextBoxWindowColorChooserGCategoryGClassCenterDefaultCancelWhiteValuegetgradingmodePOINTS_MODEEnabledsetnameTextsetweightsetlabelcolormycategoriesAddNotSavedCloseMoveScaledIconFixedLeftAlignment{xV4 BBA!A+A5AABQB8aiq y 5    +    !    ',2:BI8SV\fpw{:0AA AAB,B BBmX $% k  8             frmRemoveDate_new$loadlbDatesbtnCancelbtnRemoveRemoveLabelbtnCancel_ClickbtnRemove_Click55.571421.142957.1429Remove Date4.57142.285745.7143Remove Date from Gradebook:5.714346.857141.14299.142949.142914.8571&Removeimages/delete.png&Cancelimages/cancel.pngBorderButtonFormLabelListBoxPictureWindowfrmGradeLclmympsCurrentMPClassDaysLengthAddIndexCloseMoveScaledTextFixedDefault{xV4 }X BBAA &A /A 8AAA KA UA`AlA xAAABBBBB BBB'B ;B   O Z h s ~~~~        s             A  /    " ) K : A &Q X l Q ^ g U g n x }  8 ` }  A }  P!!)06CKRZep{ ",8>CIPX\afs | (08<@DA HA LA PA TA XA \A`AdAhAlApAtAxBcBBBB `B ?)4B6BBB BV fBh      *"=  k< |k< |k< |     *"        $%-  $%  ("           *"5 $%   [\U  ("T ("  $%   $%   20 #20       ("&,"       ("$,"       k("f |k< | ,)8"8*,8"% k< |         h*"$ $%  $%     l("     $              !" #  $" : %  21 & '$% ',"( )  P ," 250 $%w 0*" 0  $%N  * 25025120 2525 25025120250 250 #250  ,"( \ + , 2 2 nqk-./k<   250 0 221  250 0 221  250 0 12 1251253U,1qH 2       3 !" # 3 $% & 3 '1%=() 4 5 *19=+, 4 5-1/=. 6/1D=0 611=2 31=45 617891`=:; < 3 =1N=>? @ 3SeatsForm_new$loadRowSpinitmPrintRowLabelSaveItemSCScrollChartMenuCloseItemColumnSpinCloseButtonColumnLabelRandomButtonUpdateButtonAlphaLRButtonitmPrint_ClickRowSpin_ChangeSaveItem_ClickCloseItem_ClickCloseButton_ClickColumnSpin_ChangeRandomButton_ClickUpdateButton_ClickAlphaLRButton_ClickSeatLabel_MouseDown Rows: Columns: Size: From Class0.6RANDOMAlphaLRSeatLabelFilling Seats From Class - Letter Seating Chart for with - Period: 21.4286Seating ChartChar&t&Updateimages/save.png&Printimages/print.pngC&loseimages/quit.png9.1429Rows:Columns:7.1429&A..Z / L to R14.2857&Random110.857159.4286&CloseInteger[]Object[]DrawAlignBorderButtonColorDesktopFontFormLabelLineMenuMousePictureScrollViewSpinBoxWindowPrinterGClassValueseatingchartgetlistLengthgetrowsgetcolumnsResolutionmystudentsTagAddsetrowssetcolumnssetlistNotSavedDefaultCloseRemoveXYWidthHeightRaisedBlackForeColorWhiteBackColorgetstudentnameTextShowDeletePointingSizeLandscapeOrientationSetupWaitBegincopiesNewPageEndRectBoldgetclassnamegetinstructorgetperiodMoveScaledFixedRightAlignmentMaxValue{xV4 ,hBBA A'A /A8BAAKAUA _AjBuBBB@    K   /    ( 0 5 A  ( I Q _ ck s '|  U ,g< !'26<GMX A AAAAA A$A( BBBBBhBB   ("6F" #     *("%    | 3!                  !"#$ %  &'()* +  ,-./ XfrmAttCodeAdd_new$loadbtnAddtbCodelblCoderbAbsentsetIndexbtnCancelrbPresenttbCommentlblCommentsetaddmodeseteditmodebtnAdd_ClickbtnCancel_ClickCode already in list.59.714339.1429Attendance Code3.42864.57144.285728.57142.285717.1429&Present18.5714A&bsent9.142925.142914.2857&Addimages/blueplus.png&Cancelimages/cancel.png14.857141.1429Comment:1.142918.2857Code:43.4286BorderButtonFormLabelMessagePictureRadioButtonTextBoxWindowGAttCodeGClassHasAttCodeTextWarningsetcodesetcommentsetvalueValuemyattcodesAddCloseMoveScaledFixedDefault{xV4 PBA B A 'A /A 8A BB LA VB aBlBwB BB A BBBBB 0    # 0 9AF JF OFATTTTFTT 0ATTTTFT 9 J O X\cl t /  L   8     '     <%+=GLT_ju}38(4<EN]coyBL  (,0A4A8A<A @A DA HA L BBBBBBBBBBB B X BB      2 2    2 2     |3Uk< |       $%  2 20 $%- %<0- 0( "20 jeje9"7j3d2 k%<0( 0(  0( P k%<0( 0(   |  0    2 20$%1  2U 3k%<0- 0( "K20  32U 3 k%<0( 0( P !k%<0( !0"# #$ $ % &  '"    ($% 2 2    )T *T nqk    2 20 $% +2 0  20 k<20 d  2 2  $% T20 2 20 $%7 %<2T200 2T200 "W20 j3d2 k%<2T200 2T200 0 k%<2T200 2T200 T20 2  2 2 2 20 $%3  2U 3k%<20 20 "M20  32U 3 k%<20 20 0 !k%<2 0 !2 (," , P" # #$ $0  ) * nqk ! 2 20$% +0U "0P #k<0P   0 jeje9"2j3 2U 3  $ 72U 73(#- #$- $@.%&' ( /) *  + , - % . / 0 % 1 .23 4 .5670 1 8.9:;< 2 = % >.?@AB 2 C %ClassReportForm_newRBox$loadtbQuittbPrintFileMenuCloseItemexamgradePrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizereportheaderReportScrolltbQuit_ClicktbPrint_ClickCloseItem_ClickPrintItem_ClickClassReportForm_ResizeClass Report0.75Letter8.5Semester = Averages RowAverage:Student2.650.8ExamSem 0.4N/A7.5714114.714389.5714images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.png114.285777.71434.5714107.428666.28570.14293.5714Print Report3.8571Close ReportDrawBorderColorDesktopFillFontFormLineMenuPicturePictureBoxScrollViewToolButtonPrinterGClassTextResolutionSizePortraitOrientationXYWhitegetmp_per_semesterBeginBlackForeColorBoldmystudentsLengthgetstudentnamegetPercentMPGrademygradingscalelettergradempgradeHasFinalgetscorefinalexamindexmympsAssignmentsgetpointssemgradeBlueclassaverageaveragesemaverageEndWidthHeightCloseSetupcopiesgetinstructorgetclassnamegetnameNewPageMoveScaledIconSunkenToolTip{xV4 ,8 BBAA (A 1A ;AEA PA \AiAvBB )     P 1 i 4 < D \ 4 U ] ( ; ow ~  E ow ~  ow ~  8^Rh  (-P:@1KS`ktzX AA A AAA A A$A(BGB[BB            "Q    | | |   |  |  (   ," CD     @A    +  !+ 8     )8    +         ! ! "  MPSetUpForm_new$loadfrLabelEndLabelNameEditdcEndDateNameLabelStartLabeldcStartDateCancelButtonUpdateButtonCancelButton_ClickUpdateButton_ClickStartDate = EndDate = The start date must preceed the end date.44.428630.2857Marking Period Setupimages/gambasgrade2.png1st Marking Period Setup17.1429&Updateimages/check.png&Cancelimages/cancel.png12.42863.714310,BoldName:Start Date:End Date:ErrorAlignBorderButtonFontFormFrameLabelMessagePictureTextBoxWindowDateChooserGClassCenterDefaultCancelmympsgetnameTextgetstartdateValuegetenddatesetnamesetstartdatesetenddateNotSavedCloseMoveScaledIconFixedRightAlignment{xV4  B B B "B *B2B:BCBLB VB`B  j w ~      w ~     B>B(B BB BBBB BB0   |< |< |< |k< |< | < | |P{ F  )"@ (B (8"CA{ F 8/O j j j qGAssignmentgetcatsetcatgetdategetnamesetdatesetnameread_xmlsave_xmlDateValuegetpointssetpointsFileString[]gbTab{xV4 LPBA BA 'A 1A ;B FB QB \B gB sA BB             1  $ ' 5 < s 8LQX^pzf k#(5CMuR]dsx}Qx (,0 4A8A<A@A DA HBYBB@ G @ BBBBBBn\       22      22          " 6   21  $% 22 ,"     nqk   k<  20  2 21  21    $%1    221   2  20  221*"  nqk  < 20 2212d50 2d5021    $%;  2d50  2212d50  2d51 2 20  221*"   ɯ 6o        !  " # $ % 8 & (X ! "EmptyGridForm_newRBox$loadFileMenuCloseItemPrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizeReportScrollCloseItem_ClickPrintItem_ClickGradeL: Empty Grid Report0.6Letter8.5 Recording Grid for with - Period: 1.52.10.3images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.pngDrawBorderColorDesktopFillFontFormLineMenuPicturePictureBoxScrollViewPrinterGClassTextResolutionXYSizeLandscapeOrientationWhiteBeginEndWidthHeightCloseSetupcopiesNewPageBlackForeColorBoldgetclassnamegetinstructorgetperiodBluemystudentsLengthgetstudentnameMoveIconExpandSunken{xV4  BBB B &A/A9A DB PB \BkB  . . . . . . . & < &T \ c 9 s z& / @_S !',3ATZ\df&k~  ).4?0 A A ABm&B  HBBuBBBBhD   d  2      f     f  L2  0  - ,"  <H   $% k<    2 20$%  k   k     r   $%5  2 20$% j j (     0(" g  (   0(8" G     0(" +  -"    0     0  (2 0 (2 0 je;"gj+j-8"Q  1  1   1,"    1  1)"     !("vje;"gj+j-8"Q  1  1   1,"    1  1)"     x "("oje;"bj+j-8"L  1  1   1*"    1  1)"      0 20 <  #$% '<    &' %4   ( %% ) *  +% )LWeightsForm_new$loadfillTBtbMoveYbtnClosegvWeightslblWeightstb_Activatetb_KeyPressbtnClose_ClickgvWeights_MouseDowntbYour weights do not sum to 1.0. Please check EACH semester AND marking period.Semester Final ExamYou must enter a number value between 0 and 1.67.142933.7143Period & Exam Weightsimages/gambasgrade2.png12.7143&Closeimages/quit.pngItalicWeights in a semester must sum to 1.0.ErrorAlignBorderButtonColorFontFormGridViewKeyLabelMessageMousePictureTextBoxWindowGClassCenterDefaultColumnsWidthRowsHeightget_semestersgetmp_per_semesterCountXClientYYShowcheckperiodweightsCloseInfoClearTextRGBBackColormympsgetnamegetmpweightgetsemesterweightsetmpweightsetsemesterweightHideColumnAtRowAtCodeDownUpSetFocusRefreshMoveScaledIconFixedForegroundAlignment{xV4 $BBA&A.A8ABANA\BlB|Ad        B % - N >EL> T &>eL> l >}L>  |>L>  8 >   .   0").4<BJQPNX&|^d<t{ BH AA AAAAA BBBZB   <     k<  a   ;".  "  <  < L-          ! "#$%&' ()*+,  - ./01  2 frmTSVExportOptions_new$loadcbCatscbDatesbtnCancelbtnExportfrTSVOptioncbAssignmentsbtnCancel_ClickbtnExport_ClickcbStudentScores_grades_.tsvTab-Seperated Values (*.tsv)All Files (*.*) saved.There was a problem saving 58.428626.857132.4286TSV Export Options1.142942.285729.7143Items to Include3.42864.285731.4286Assignment Names8.5714Assignment Dates12.8571Assignment Categories17.1429Student Names/Scores/Grades22.857114.2857E&xportimages/blueplus.png&Cancelimages/cancel.pngErrorBorderButtonCheckBoxDialogFormFrameMessageMousePictureWindowGClassValueClosegetfilenameonlyFilterPathSaveFileexport_tsvInfoDefaultMoveScaledTextFixed{xV4 BBA*A7AFBYBl l { *      7:8 #)/49>D(AA AB&B BB`L $%    w>    8X"   X"   LSelectStudentForm_new$loadCancelButtonSelectButtonStudentListBoxCancelButton_ClickSelectButton_ClickSelect Studentimages/gambasgrade2.png&Selectimages/check.png&Cancelimages/cancel.pngBorderButtonFormListBoxPictureWindowGClassCentermystudentsLengthAddgetstudentnameIndexCloseMoveTextIconFixedDefault{xV4 @ BBB  B )B 2B;BDBMBVB `BjB&uB"B B%BB B(B BB B'B B# B B *B9B$HBWB fBuBBB BB!BB B4    * : K S \ g s             # . 3 : A I Q W 3 : A I ] d 3 : A I o {     p      $ ( , 048< BBCBB BB BB BB BB BB BBBBBB BB BB BB 1BBBB BBBBBBBBB        << |< |< |< |< |  < | k < | k< |< |< | < | < |< | $%? < | $%  < | < | < |< | $%? < | $%   < | !< | "< |#< | $%@ $< | $% % k&< | '< | (< |)< | |   $%   $%   $%        d ,"  ,"  *k< |+, -k< |.          , &' j      (" GStudent_newaddscoregetemailgetphonegetscoresave_xmlsetemailsetphonesetscoregetTBFinesetTBFineaddcommentgetcommentgetparentssetcommentsetparentsgettextbookhascommentssettextbookaddattendancegetattendanceremovecommentsetattendancegetallcommentsgetstudentnamegetTBConditiongetTBIssueDatesetallcommentssetstudentnamesetTBConditionsetTBIssueDategetTBReturnDatesetTBReturnDategetstudentnumberremoveassignmentremoveattendancesetstudentnumbergetTBReturnConditionsetTBReturnConditioni is out of range 0.0m is out of range FileInteger[]Object[]String[]gbTabLengthAddRemoveClear{xV4 BBB "B+B4B >BHB SB^B  j y       +  #'B B B mBBB BBB B B8     < |< | $% < | < |< | $% k< | < | < | |       ("  8-"  ;"-"    k.< ,GGradingScale_newClearAddEntrygetCountsave_xmlgetlettersetlettergetpercentsetpercentlettergradeN/ACannot assign a letter grade for a score < NAFileFloat[]String[]gbMessageTabLengthAddInfo{xV4 t BBA A&A /A 8A BALA VA aAlA wA A A A AAAA A AAAAA.BAATAgA zBB < = : W k  B   & T   l a   L V   8 w   /  $            , A  9 g   K   Q Y  i q4}q '2AQ`gu ",5;@EKQ[f AA A AA AA A$A (A,A 0A4A8A<A @ADA HALA PATA XA\A `AdA hAlApBB-BB(B         )"qq("  qk  qq((9"   qk             \ ) je(8"  ) je(8" ) (8".< FFFF F F F ( je(9"q  j ( je(9"q  j F!F"# #P)"     $#d(%   % & '$ $  (  ) *  $ r  $X  (  ) * $Xr $x ( ) * $xr  $ ( ) *  $r  $ ( ) *  $r  $@T ( + , *$  $! (" ) * #$r $$8% (& ) * '$8r ($X) (* ) * +$Xr ,$x- (. ) * /$xr 0$1 (2 ) * 3$r 4$5 (6 ) * 7$r 8$d"9 (:  ; - <$8d"= (>  ? -pStuInfoForm_new$loadtbFinelblFineNameEditRecLabelEmailEditNameLabelPhoneEditEmailLabelPhoneLabelStuNumEditParentLabelParentsEdittbConditiontbIssueDateCancelButtonlblConditionlblIssueDatetbReturnDateTextbookEditUpdateButtonfrContactInfolblReturnDateTextBookLabelfrTextbookInfoCancelButton_ClicklblReturnConditionStudentNumberLabeltbReturnCondtitionUpdateButton_ClickTextbookEdit_ChangeInvalid Date. Please enter issue date in the form mm/dd/yy.Invalid Date. Please enter return date in the form mm/dd/yy.Invalid Date. Please enter an issue date for book number Student Informationimages/gambasgrade2.pngContact Information10,BoldName:Student Number:Phone:Email:Parents:ItalicLast, First recommended for sorting.Textbook InformationNumber:Condition:Issue Date:Return Date:Return Condition:Fine:&Updateimages/plus.png&Cancelimages/cancel.pngErrorAlignBorderButtonFontFormFrameLabelMessagePictureTextBoxWindowGClassmystudentsgetstudentnameTextgetstudentnumbergetphonegettextbookgetemailgetparentsgetTBIssueDategetTBReturndategetTBConditiongetTBReturnConditiongetTBFineEnabledDefaultCancelsetstudentnamesetstudentnumbersetphonesettextbooksetemailsetparentssetTBConditionsetTBIssueDatesetTBReturnDatesetTbReturnConditionsetTBFineNotSavedCloseMoveIconFixedRightAlignmentForegroundCenter{xV4  BBA!A(A0A9ACANB[BiBxB           ' !88? G C `gnv (~g   ~   9 ~   0  (  (07EpLSY^dmx(8 AAA AAA B B_BB&BXB   -"P       ("      Lk?< ("   $%G ("   (" <   <  @ @     (    ! " #$%&' ( )/!*+ ,  frmAttCodeList_new$loadbtnAddFrame1btnEditbtnClosebtnDeletelbCodeListbtnAdd_ClickbtnEdit_ClickbtnClose_ClickbtnDelete_Click&UpdateEdit Attendance CodeYou must select a code to edit.Add Attendance CodeDelete: DeleteCancel'blank' - (Absent) - - (Present) - 29.857142.5714Attendance Codes1.142961.7143Current Attendance Codes2.28575.714342.285733.142946.857112.8571&Editimages/sheet.png12.1429&Addimages/blueplus.png18.5714&Deleteimages/delete.png&Closeimages/quit.pngBorderButtonFormFrameListBoxMessagePictureWindowfrmAttCodeAddGClassCenterIndexTextTitlesetIndexmyattcodesgetcodetbCodegetcommenttbCommentgetvaluerbPresentValuerbAbsentShowModalInfoRemoveCloseClearLengthAddMoveScaledFixedDefault{xV4 BBA"A,A6BCAPBef ` h u} C    ,     "   $'.38>FNU(\glpv .>8A AAAB"B#BBwD *"   f eHe("            (   frmInputComment_new$loadbtnAddbtnCanceltbCommentbtnAdd_ClickCommentLabelbtnCancel_Click&UpdateEdit Comment45.714329.714369.142921.1429Add a Comment5.71431.142957.14293.4286BoldComment:58.14294.428613.714312.8571&Addimages/blueplus.png&Cancelimages/cancel.pngBorderButtonFontFormLabelPictureTextBoxWindowGClassmycommentsTextAddCloseMoveScaledFixedCancel{xV4 4BBB#A*A 2A;A DBNA XAbA mA xA AA BBB .   .* Y> 3 .   .* Y> 3       X ,4 ; C ;I4 2P,4 ; W #Pa4 i k,4 ; s m k,4 * N ,4 ; { b  ;   x  ;    ;  D $,4;GQ]dkrz; $.<BJVajr} $hAA AAAA A A$A(A,A0 BnBLBDBBMB B@   n  $%C ("(6( 5;8"        ;" kk< (F( 58"   ;"  k k < F ( 58"    ," |  | #*" |  | \ (" j $% (" ;"    $%  $%   O7   ! " #  $ % &  2   !"#$ $% % && '()* + ,-./ $0 % & 1 234  5 36  789 $: % &;  /<=> $?  @ 'A  /BCD $E  F ' G  6/HIJ $K  L 'AddAssignmentForm_new$loadAddItCatBoxDateBoxCatLabelNameEditCheckDateDateLabelNameLabelNextButtonPointsEditCloseButtonPointsLabelCancelButtonNextButton_ClickCloseButton_ClickCancelButton_ClickFinal ExamThe assignment date is outside the start date () and the end date () of the marking period.

Choose another date or Cancel and modify marking period setup.This semester already contains a final exam.Start Date FailsEnd Date Fails1.0New31.714323.4286Add Assignmentsimages/gambasgrade2.png12.42863.714310,BoldName:1.14296.1429Category:32.4286 11.1429Points:Date:17.14295.7143Add/&Nextimages/blueplus.pngAdd/&Closeimages/quit.pngC&ancelimages/cancel.pngErrorAlignBorderButtonColorComboBoxFontFormLabelMessagePictureTextBoxWindowDateChooserGCategoryGAssignmentGClassCenterCancelDefaultValuemycategoriesLengthgetnameget_semestersgetmp_per_semesterHasFinalAddReadOnlySetFocusmympsgetstartdategetenddateTextClearClosesetnamesetpointssetcatsetweightsetlabelcolorWhitesetdateAssignmentsmystudentsaddscoredroppedMoveScaledIconFixedRightAlignment{xV4 $  BBAA$A-A7ABA MA YA eA qBt      $   7   = M  - \   e B  Y  e 0?LB(05;FKQ[cnvHAAAA AAA A A BBB8  k<  $9<     &   5                        "2     $  0 |AboutForm_new$loadLabel1ByLabelOkButtonlbVersionEmailLabeltaWarrantyPictureBox1PictureBox2PictureBox3OkButton_ClickVersion: 37.37516.625About GradeLimages/gambasgrade2.pngBitstream Vera Sans,12,ItalicBy Allen Murphy (C) 2006-200912.54.375&OKimages/check.png2.375Bitstream Vera Sans,10,Italicmsumurph@users.sourceforge.netVersion:http://gradel.sourceforge.netGradeL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. GradeL is under development. Please report any bugs.images/title.pngApplicationAlignBorderButtonColorFontFormLabelPicturePictureBoxTextAreaWindowCenterReadOnlyBlackForeColorVersionTextCloseMoveScaledIconFixedAlignmentDefaultForegroundEnabledWrap{xV4 0hBBA!A (A0A:ADANAYAdA oA |BBA $  D   :    $ < D L R \ (e m s 0 e   N     Y   d    o   ! ! 4 > F0dqxTdo1<GjMRY` AAA AAAAA A $A(A,B7BB6B  p<  ("      l *" H("      81        a )  #)   !"  #$%&' ()*+,-  ./0123   4 5678 9 :;5 <  = >?@AB dfrmPreferences_new$loadfrKeysfrMainbtnSavebtnCancelcbBrowserfrBrowserlblBrowserlblDownKeyrbMoveDownrbEnterScorebtnSave_ClickbtnCancel_ClickchbStudentNumberCurrent Browser: 47.714327.1429Preferences2.285751.428612.5714Select Browser3.42866.857144.5714 Enter command or choose from list...FirefoxMozillaOperaKonquerorEpiphany13.7143&Saveimages/save.png&Cancelimages/cancel.png4.571437.7143(Current Browser: firefox)Key Configuration1.142927.4286Down-Arrow functionality:29.714319.4286Move down onlyAct like Enter keyMain View49.1429Show Student Number with NameAlignBorderButtonCheckBoxComboBoxFormFrameLabelPictureRadioButtonWindowfrmGradeLgetbrowserTextgetShowStudentNumberValuegetDownArrowCloseIndexsetbrowsersetDownArrowsetShowStudentNumbershowgradesMoveScaledFixedListCenterAlignment{xV4 BB!A+A5ACARBbBP r3  9 ,)1 9 + CJR Z b ! sJR {  5   C(& D #)3=CP[clr}0 AA AABBUBBo  , ,*9" < (" <     <&' ("  9.                 frmEditAttendanceDate_new$loadbtnCancelbtnUpdatelblAttendancectrlDatePickerbtnCancel_ClickbtnUpdate_ClickThis date is not included in this marking period. Please SELECT another Date.This date is already included in the attendance record. Please SELECT another Date OR edit this one.58.571428.8571Edit Date9.142938.857114.8571&Updateimages/check.png34.2857&Cancelimages/cancel.png2.285742.2857Select new date for this column:5.714330.8571AlignBorderButtonFormLabelMessagePictureWindowDateChooserfrmGradeLclmympsCurrentMPClassDaysValuegetstartdategetenddateWarningNotSavedCloseMoveScaledTextFixedCenterAlignment{xV4 bH B AB,BEBC&BB.A6A>B+FB.NAVB1^B6gB9pB?yBB0B-BB;B7BGB:BBDB'B>AAAB<%B!1B =BIB UGaBmByBBLB5B B&AABBPGBB B $B 2B@BNBA\B@kGzB\B=B B_A B BWBTBJBMB !B[1B ABQBUaBRqB#B BB /BBB^B]BBI&B%9BLBN_B"sB*B(BSBOBQBHBZ B$"BX;B)UBV|GdGeGG o ,  E    + 9 B L Z jG         ' 3 D: ; :   B T ^ i=   7    9 I S ^ = 5      o & +  R  a l  q  v  z  z                            *  A b  |                                              o   6  F Q  b  g b  u               *  :  J U _  s     s    ) F  3 6  D# q  v  z  z  F h }  v               0* 0* [  o              * ) B    X x 5     +     2 7  K  cz ~ ,     ' '       *  / 2 *  P2 7 E U :  ) ) J U   J U U    :' b%       :  J U _  s          z  o   ( . 5 ; B K U ^ h z                & 0 ; C L V ` f ` f m v      #         zH$/6<AIR[^dl{.N &.9GMWF^jqz(7G\fr $9% &/:FO]gozq 6  1I=    ` $( , 0 4 8A <A@ADAHALAPATAXA\Aa B IB1 BKBB BBBB B B BB BB BB BBB BBBBBBBBBBBB4B$BBB B BmBByB BBB8B B WB # uB 6BB M aB B MBpB B)BvB2B'B'B|B B B# 025B [BB `:B-B B <B <BB oB vB @B vB+B 8B+B80BEB 0B5BLB @B 4                               x u" < | 4 | |< | < |  < | k < |k< |< |< | < | < |< |< |< |< |< |< |< | $% < < | | < |!< | $% < "< | |#< |$< | $% < %< | |&< |'< | $% < (< | |)< |*< | $% < +< | |,< |-< | $% < .< | |/< |0< | $% 12< | 3< | |4 | |ydx u" 5< | { 6)"{ )"{ 7)"y89d:   2; < => "$()*%C@           2    2h $% # $% ?  3$% @ H  Ak< >s>e<BACDBEFCG H D I E d J K L M N O P Q R S T @UVWXYZ@  $%   (" @  $%   ("  [ \ ] ^  _t  `a  bc  Pd  pe  f  gh  ij  kl  mn  op  qr  s  tu" p1*"! d("013d2 e("4 1(" 8("v  2U 3k  $%D w)"30(je;9"j0 20 T  $% x)"0(je;9"y)" 0 Q  $%  (" ("0 -(8" 0 gH  $%  (" <  $%  (" z { | Z("f $%T })~)8"!620 8" 0 (" 62 30 l  $% 70 90 *" 32U 3 89*"793d2   $%: ("$0(je;9" j0  $%N ("80(je;9" 3 *"  " D  $% ("x0(je;9"0 Q  $%  (" ("0 -(8" 0 p 6(?8"=je=je9"3.2.20=j=32d20   $% = (" (").2.20=32d20 W(").2.20=32d20 $(".2.2003 F 6(".2.2003 # 6*?8"=je=je9"3.2.20=j=32d20   $% = (" (").2.20=32d20 U(").2.20=32d20 #(".2.2003 ! 6*".2.2003   2  2 0$% .2  ?"=je=je9"9=j=32d2  $%  0   $% = (" ("  $%  0 x("2=32  $%  0 <("2  2  2 0$%  0   $%  0 3 2  2  2 0$%  0   $%  0 3 @ $% ;0 3 2U 3T 2 0 ),8" s("8("noq '("no q (" noq ("noq 6("no q '("noq (" noq ("no q d("   ,"("  P $% Y (" P $%  @("   $%^ je;"j0  =  $%  (" (" -(8" *"3    x u" !<  | | | | | | | |"k< |#k< | k |k | !$%  |$k |%k |k< |k | $%9  |&k |k | | k< |'k | '$% 'k | S |k | $%X ( |) |* |+< |,< |-< |.k< |/k< |0< |1< |2 | !$%9   $%( ," <|  |  !$%U |3*"> 3 $%, 3,"4k <| 4k |  |  !$%9  ' $%( ',"  <|   |  |k | $%X ( |) |* |+< |,< |-< |.k< |/k< |0< |1< |2 | !$%9   $%( ," <|  |  !$%U |3*"> 3 $%, 3,"4k <| 4k |  |  !$%9  ' $%( ',"  <|   |  |k | $%$  | |5k |k |  |k | $%   k< |  |k | $%   4 k< |  | 6$% 7 8k< |  |9k |:k | ;$%  ;k |  |&'  |  | !$%  k | k |k | |y x u" !<< "' =$%  =<|  |"( =$%  =&k<|  |"' =$%  =<|  |"X $%L (| =$%  <|  Zk<| >?< | Hx  |`.<`u" !<< |y { )" ! |< |{ < |y { { { (" `{ { { { {  @("`<@ A{ AA`<{ ((9" j{ `<  dj`< !$% { `<{ j`<{ j`<{ `<{ `<j *"K $%C  { `<{ ("Bnq Bj{ Cj{ D { `<{ j *" $% { j ' :{ `<)" ! |y{ j *" $%y E { F`<{ G`<{ H`<{ @("6 IA`<{ @(" J A`<{  @("G { K`< !$%~ *"p{ `k:<O -" $%  L ;,". $%  L  $%  L {  @(" `<K   (< |< | !$%@ '*"2{ `<O (" M  $%  M   {  @("K  `<)" !<< |y{ j *" $% E { F`<{ G{ H{ @("* IA{ @(" J A{  @("G { K !$%, *"{ O  $%  L {  @("K   (< |< | !$%; '*"-{ O (" M  $%  M   { `<)" !<< |y{ j *"^ $%H { ("$  { { j{ j`<       N"` `{ `< )" !  |y{ j *"P $%H  { O   ;,8" ("  ;"j { `  <("{ j *"W $%O  { O   ;,8" ("  ;"   j  { `<)" ! |yF ("F  !< |y)"E)" ! |y 1O{ Pj{ Qj{ ))8;8" Rj{ `< (" !);8"{ ")" `#<  E$% { j`$<  "$% { j`%< y`&' |( |)S< |*T< |+<< |, |U&'  -< | `V{ .)/)80)81)8"O W{ lX A{ Y A{ Z A{ [A{ \A  =$%J  =$%7 =]=$," =]=%*" x u" !2< J ;" {  y,"3 | 'O  $% O)"4 | tCB ^ O !$%" {  @5("CB ^ O  _6 \ $% .0 *" 3 2U 3  ("= $%1 je;"!j38d3-" |(" $% je" Y $%O je;"?j38d3-j38d3,8" x ;"1   $% ((*"P  `x ;"1   $% ))*"P  `4    ;"d =  $%N =&B/=&@< =&B/=&@< *"R `*=,8"c= == =  $%/  aa  ;"5 ='  $% ='='*"T `*=',8"c=' ='=' ='  $%/   b b X ='$% Y (" p  ='$% Y (" =' X ='$%  @7(" p  ='$%  @8(" =' `  ( ,8"  ("    9 d(" 8 $% :);)8" 0 Z<Z)" ` $% ?. c"   l  ,"%,"("   =<   x u" !>< .? |@ |AdB< |CeD< |EfF< |GgH< |I |J |KhL< |MiN< |OjP< |Q=R< |S |T | =$%u U |=& o j ,"0< o j ,"0< Vo--W< |X=Y< |Z=k[< |\=]< |^ |  $%) _ |)() (9" `ka< | b)c< |d| = $% ,<| e |f 2U 3kg< |h>? 2U 3i< |j |k| 3 $% k4l<| m | =' $%Y  )  )8";=' o j ,"0< o j ,"0< no--o p < | q | r |y # "$%+ sl0 2 20$%  m0 t)" < E$% *" " |(GClass_newmympsSavedopengbsavegbaverageDebugMedroppedIsSavedmpgrademycodesmytotalcatgradecattotalHasFinalload_xmlmyearnedNotSavedsave_xmlsemgradecatearnedgetperiodGRADEBOOKsemgrade2setperiodexport_tsvHasAttCodeinitmpdatemyattcodesmycommentsmystudentssemaverageget_num_mpsgetfilenamegetmpweightgetpasswordPOINTS_MODEsetfilenamesetmpweightsetpasswordclassaveragegetCatAvgAllgetclassnameHasGradeCodemycategoriesseatingchartsetclassnameswapstudentsWEIGHTS_MODEget_semestersgetcoursecodegetinstructorset_semesterssetcoursecodesetinstructortardiesperdayabsencesperdayATTENDANCEBOOKCategoryIsUsedfinalexamindexgetgradingmodeHasAssignmentsmygradingscalesetgradingmodestudenttardiesSwapAttendancetestimportfileassignmentcountgetfilenameonlygetmpcollectiongetteacherloginsetteacherloginstudentabsencesswapassignmentsaddmarkingperiodgetsectionnumbersetsectionnumbergetPercentMPGradegetsemesterweightsetsemesterweightcheckperiodweightsExportOnlineGradesgetmp_per_semesterImportDataFromFilesetdefaultcommentssetmp_per_semestersortstudentsbynamesetupmarkingperiodssetdefaultcategoriessetdefaultgradecodesSortAttencanceByDatesortstudentsbynumberSortAssignmentsByDateVerifyAssignmentDatesverifycategoryweightssetupdefaultgradingscalestudenttardies_dateslistsetdefaultattendancecodesstudentabsences_dateslistCould not Open File untitled classnewteacherNonecode101default0.40.2MP A+A-B+B-C+C-D+D-92.589.586.582.579.576.572.569.566.562.559.5Excellent all-around studentHas missing assignmentsAbsent work not made upPlease contact teacherHomework not completed regularlyPleasant to have in classExcNTIABSAbsNewAbsentPresentExAbExcused AbsenceUnAbUnexcused AbsenceTdyTardyHomework0.25Test0.5QuizFinal ExamExtra Credit0.03---0.0-1.0Td[GradeL Gradebook File][Online Grades]SEMESTERS:MP PER SEMESTER:[MP Assignments] Class Days][Students]EMAIL:PARENTS:CONDITION:ISSUEDATE:RETURNDATE:RETURNCONDITION:FINE:COMMENTS:[Dropped Students][Categories][Codes][Attendance Codes][Grading Scale][Seating Chart][Comments][Weights][End of Class File]Could not open file : Attempting to Open Debugging Info:This file is not a Gambas Gradebook File!File open failed. This file appears not to be a GradeL gradebook file. Line 1 says: Line 2 says: Online Grades information found. Semesters found: Periods per Semester found: 100 Grading Mode = Period = MP Name: MP Start Date: MP END Date: found. Number of assignments = --- Assignment Name = [Students] not found. Error opening file! Student Name Student Number Student Phone Student Email Student Parents Student Textbook Scores for MP Comments: There is a problem with the COMMENTS for ----Instead found: Attendance Codes: [Dropped Students] not found. ERROR opening file! - [Dropped Students] not found. ERROR opening file! - Dropped Student There is a problems WITH the COMMENTS FOR ----Instead found: [Categories] not found (). Error opening file!). Error opening file! Weight found: 1.0 Categories Verified. There is a problem with the categories.[Codes] not found. Error opening file![Grading Scale] not found. Error opening file! [Grading Scale] not found. Error opening file![Attendance Codes] or [Grading Scale] not found. [Attendance Codes] or [Grading Scale] not found. ERROR opening file![Weights] not found. Error opening file! Adding Comment: MP Weight: Semester Weight: File open appears to be successful. There was a problem opening the file.Error Info: Code = Where = Text = Backtrace: File too small.First four lines not same lengthError reading comments..olg ,,, Comments from Gradebook: , CollectionDate[]ErrorFileFloat[]Object[]String[]gbColorMessageGMarkingPeriodGCategoryGGradingScaleGAttCodeGCodeGSeatingChartGAssignmentGStudentTabLengthAddsetnamesetstartdatesetenddatesetlettersetpercentgetidgetcodesetidsetvaluesetcodesetcommentsetlabelcolorWhitesetweightYellowAssignmentsgetcatgetscoregetpointsgetvaluegetnamegetweightgetattendanceInfogetstartdategetenddategetdateClassDaysgetstudentnamegetstudentnumbergetphonegetemailgetparentsgetTBConditiongetTBIssueDategetTBReturnDategetTBReturnConditiongetTBFinegettextbookgetallcommentsgetcommentgetlabelcolorgetCountgetlettergetpercentgetrowsgetcolumnsgetlistTextlettergradesetdatesetpointssetcatsetstudentnamesetstudentnumbersetphonesetemailsetparentssettextbookaddscoreaddattendanceclearlistsetrowssetcolumnsaddtolistWhereBacktraceClearAddEntrysetTBConditionsetTBIssueDatesetTBReturnDatesetTBReturnConditionsetTBFineDateValuesetallcommentssetscoresetattendanceExist{xV4  BB BB(B 2B<BJBx X c j r     @B3B BB BBBB h< |< |k< |< |< | | GCategory_newgetnamesetnamesave_xmlgetweightsetweightgetlabelcolorsetlabelcolorNew Category1.0FilegbColorTabWhite{xV4 , BB!A(A 1A ;BHAUBdBtAAA     H $ , t@G $@G !OW_ g l 1 O_ |  (  $;d -2=DHSYbpv|tX AAAAA A$A(BEBBB7B< <  $%   4    0    p"+ $%    P5       ( ((    !" # $ %&'( )  frmAddStudentComments_new$loadbtnAddbtnClosebtnRemovebtnAdd_ClicklblAvailablebtnClose_ClickbtnRemove_ClicklbCurrentCommentslblStudentCommentslbAvailableCommentsComments for 32.428626.4286101.1429Add Comment for Student2.14292.714350.14293.4286Current Comments for Name:59.4286Available Comments:8.428635.428644.428618.714312.7143&Addimages/left.png&Removeimages/delete.png81.142946.142912.4286&Closeimages/quit.pngBorderButtonFormLabelListBoxPictureWindowfrmGradeLGClassclCurrentMPmystudentsgetstudentnameTextmycommentsLengthAddaddcommentIndexNotSavedremovecommentClearClosehascommentsgetallcommentsgetcommentMoveScaledFixedDefault{xV4 B B&A/A:BKAP \ b \ j bpx   K  &  / !) 1 7$OV[`fnv}HKHVn(AA AB NB B`     $% k< k<  $ C," <          0       AssignmentDistributionForm_new$loadDistListDoneButtonDoneButton_ClickfrAssignmentName = Other68.428627.142944.857156.2857Assignment Distributionimages/gambasgrade2.png1.142943.4286Assignment Name3.42864.571437.714342.2857Bitstream Vera Sans Mono,1017.142950.285712.8571&Doneimages/check.pngBorderButtonFontFormFrameListBoxPictureWindowGClassmympsAssignmentsgetnameCaptionAddmygradingscalegetletterassignmentcountCloseMoveScaledTextIconFixedDefault{xV4 X8BBA &A 0A :BEB PB [B fBrA BB0             ) - > F J N Q ] h m h w          )  F J N Q ] h m h w    0   &   r @ $,7BJT [` kqwr{}$ %*0<DMWdmpz6BL[fpv (,048<@DA HA LA PA T B BB  Ez"/ SBBBBBBU                   2 2 *"C22               22 $%d (" 0 2*"N            2 2  20 2     X "  k< | k< |   2 21 *"-  $% 22  ,"   P  $%> 22 $% (" 0*" 2  ,"    nqk   <   !     " #5$%E  " #$ %  " #&k<  22212130U " #5 " #25$%E  " #$ %  " #&k<    ! 222121230U " #25 " #$%E  " #$ %  " #&k<    ! 2  !     '$%l ( *"^ '$ ) * k ) ( k< ) + k ,- + <    " $<  . /(" 0 k 1 k<   2  ,- 3 <  22212130U   4 k< 5 &' k<  6 k< 7 &' !k< 8 9"<  "  : &'  ; ,"2*D  <= >?< `  <= >?2d50<2d52d5   nqk#$ % & < 2d502d50!2d502d50      " #5$%T  " #$ % 2d50' " #&k< 2d502d50 2(2212130U " #5 " #25$%T  " #$ % 2d50) " #&k< 2d502d50 !2d512d51 2*22121230U " #25 " #$%W  " #$ | % 2d50+ " #&k< 2d502d50 !2d512d51 22d50!2d502d50  2d50 ,2d50  '$% ( *"r '$ ) * k2d50- ) ( k<2d50 ) + k. ,- + <2d502d50 ~2d50  /2d50  0 k0 1 k1<  2 2 ,- 3 <  232212130U 42d50 5 4 k< 5 &' 2d506k< 2d507 6 k< 7 &' 2d508k< 8 9"K2d50  9 2d50 : &'  ;2d50 ,"2*2d50(   ɯ @zAao : A ;< => ? @A B C@P8 BStudentReportForm_new$loadFileMenuCloseItemPrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizeReportScrollCloseItem_ClickPrintItem_ClickGradeL: Student Progress Report0.750.68.5LetterCopies = Resolution = 0.5 Student Report for in with / Category Summary:% Current Overall Grade: / = % Attendance:Absences: Tardies: Comments:Current Overall MP Grade:images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.pngObject[]DrawBorderColorDesktopFillFontFormLineMenuPicturePictureBoxScrollViewPrinterfrmGradeLGClassTextResolutionWhiteBeginEndXYWidthHeightSunkenVisibleAddmystudentsLengthSizePortraitOrientationCloseSetupcopiesNewPageBlackForeColorBoldgetstudentnamegetclassnamegetinstructorBluemympsAssignmentsgetnamegetscoregetpointsmycategoriescattotalrdcatearnedcatgrademygradingscalelettergradegetgradingmodePOINTS_MODEmyearnedmytotalgetPercentMPGradempgradestudentabsencesstudentabsences_datesliststudenttardiesstudenttardies_dateslisthascommentsCurrentMPgetallcommentsmycommentsFillColorSolidFillStyleRectMoveIconExpand{xV4 BBA(A3B?B N Q N U ] ` ] e (   h(#)16:DLVet AA B=B%B%B7 |  d     L $%#       $%v -"4 2U 3k< #<     $%j  $%\ -". 2U 3k< < L    ӯ  pW@ S5 F9     frmCategoryAverages_new$loadbtnClosegvAveragesForm_ResizebtnClose_Click % --- % % --- Category Averages by Student12.42864.2857&Closeimages/gtk-close.pngButtonColorFormGridViewPicturefrmGradeLGClassclmystudentsLengthRowsCountmycategoriesColumnsWidthHeightClosegetnameTextRGBBackColormpgradeCurrentMPgetstudentnamemygradingscalelettergradecatgradeYXMoveScaled{xV4 `PBA B$A -A 7A ABLB WB bB mByABB< -   "    $)  . 3:?) D:? L)PTY)^  "      . 3:? c)ss D:? L)PT)^) w $  7   -   y D *2<ALNPU_knt~ $/>O_n| ( ,048<@DHA LA PA TAXA \ BBBL R  { jQ BBBBBBn     p  22      202     20 2*"! 20 2     20d2 2d2    2*"    2    " B  21 $% ,"     nqk   ! "k<  20# $ $   2 20       -"21     %  $% (" %&   %'  (  k )  k< 22  %*   20     + ("# $   a# $   22  ,  k -  k< 20     + -"# $  2 # $20 $2     + ," . 2$20     + *"    + $%c 2!2     /   +   +k   . 0Y3 1   22 nqk"#  $ !% "k<  &20$  221250$  221250 % ,"A   + ,"    + ," % ,"  250'21     (" % &   % ' ( (  k) )  k< *2+2  , | % *   -20    + ( 221*9"250$  221250  % (.221*9"</221,"$  221250 0 1222  ,  k3 -  k< 420    + - 221*9"250$  221 52 $620 $250    + ,". 272822250$920      * 221*9"  ɯ 36 : 4 ;< => ?  @A B C38 5 D3 (X 56 7frmAttendanceReport_newRBox$loadFileMenuCloseItemPrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizeReportScrollCloseItem_ClickPrintItem_ClickGradeL: Marking Period Attendance Spreadsheet0.6Letter2.90.3 Attendance Spreadsheet Report for with - Period: 1.52.920.35A = , T = 2.153.00Totals: / 2.10.852.971.27Attendance rows8.5images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.pngObject[]DrawBorderColorDesktopFillFontFormImageLineMenuMousePicturePictureBoxScrollViewPrinterfrmGradeLTextResolutionXYSizeLandscapeOrientationclmympsCurrentMPAssignmentsLengthWhiteBeginEndResizeWidthHeightCloseSetupRefreshWaitcopiesNewPageDefaultBlackForeColorBoldgetclassnamegetinstructorgetperiodBluemystudentsgetstudentnamegetstudentnumberstudentabsencesstudenttardiesgetattendanceClassDaysabsencesperdaytardiesperdayWeekDayNameRotateAddStretchMoveIconExpandSunken{xV4 0BB  A&A -A4A <ADA LATB`AlByAB BBBAB B  9 / 7 > E X - p L    y   `      <   &   4  D , 20JQV\dlt{l 74;FW_ejotClz` AA AAAAA A$A(A,B 0B1B1BB-B BB fBB4    ` $%   d   *" d*" )"     <*" \*,8"  0*"    ?< ("F $%    $%          xX       Px pX    xX   X   X      X    X   HX   SelectAssignmentForm_new$loadbtnUpbtnAddFrame1btnDistbtnDownbtnEditbtnSortbtnUp_ClickCloseButtonbtnAdd_ClickDeleteButtonbtnDist_ClickbtnDown_ClickbtnEdit_ClickbtnSort_ClickAssignmentListBoxCloseButton_ClickDeleteButton_ClickYou must add at least one assignment to use this feature.Delete DeleteCancelManage Assignmentsimages/gambasgrade2.pngCurrent Assignments&Sortimages/sort.png&Deleteimages/delete.png&Closeimages/check.png&Upimages/stock-go-up.pngD&ownimages/stock-go-down.png&Addimages/blueplus.pngDistribution&Editimages/sheet.pngBorderButtonFormFrameListBoxMessagePictureWindowAssignInfoFormAssignmentDistributionFormGClassAddAssignmentFormCenterClearmympsAssignmentsLengthAddgetnameIndexShowModalNotSavedInfoswapassignmentsSortAssignmentsByDateRemovemystudentsremoveassignmentdroppedCloseMoveTextIconFixedDefault{xV4   BBAA(A1A;AFASAaBqB     S   ;   1 #+ 3 8 F #+ L T fm u ({ ,{L %-1:@KP@ AAA AAAABBOBB   8  0   F" =  F(" ("  j      `7               !"#$%& '()*+ XCodeAddForm_new$loadlblCodeCodeEdittbPointsAddButtonZeroButtonCancelButtonExcusedButtonAddButton_ClickCancelButton_ClickCode already in list.47.857139.571425.7143Add Grade Codeimages/gambasgrade2.png5.71436.85714.285730.85712.285719.42864.5714E&xcused9.1429&Value17.142914.2857&Addimages/blueplus.png&Cancelimages/cancel.png3.428618.2857Code:41.14290BorderButtonFormLabelMessagePictureRadioButtonTextBoxWindowGCodeGClassCenterValueTextDefaultCancelHasGradeCodeWarningsetidsetvaluesetpointsmycodesAddNotSavedCloseMoveScaledIconFixed{xV4   BBAA$A,A6A@AKAVBbBrz @  K   $  6      ,   (+8?DJPX`g@q|1P@ AAA AAAABBBB $  , |  (                ! "  #$%& ' frmGridSize_new$loadbtnOKsbRowslblRowsbtnCancelsbColumnsfrGridSIzelblColumnsbtnOK_ClickbtnCancel_Click62.142934.714342.142926.4286Set Grid Size1.1429Grid Size4.57143.4286Columns:10.2857Rows:22.85716.85715.714318.285712.5714&OKimages/check.png&Cancelimages/cancel.pngAlignBorderButtonFormFrameLabelPictureSpinBoxWindowfrmGradeLgetcolumnsValuegetrowssetcolumnssetrowsCloseMoveScaledTextFixedRightAlignmentMinValueMaxValueDefault{xV4 hBB B$B -B6A@B KBVB bAnB{BBB B        ' 8 K X cjox{-(  AAB }BBB BBBBBBBB.B4  < |< |k< |k< | $% < < | $% k < |  < | < | |( q q   \ $%  ))8" 0 @  +"o)o)8"  GMarkingPeriod_newgetnamesetnamemppointssave_xmlClassDaysgetenddatesetenddateaddclassdayAssignmentsgetstartdatenumberofdayssetstartdateaddassignmentremoveclassdayNew Marking PeriodExtra CreditFinal ExamDate[]FileObject[]gbGAssignmentTabLengthAddRemovegetcatgetpoints{xV4 BB#A-A9AHBXBjrz   9 -    #   )05=ELPV]cilw{"= AAA B BB- B` \   @  $%        0         DroppedStudentsListForm_new$loadbtnUnDropCloseButtonDroppedListBoxbtnUnDrop_ClickCloseButton_Click55.857126.571455.142956.7143Dropped Student Listimages/gambasgrade2.png3.42862.285744.571433.142949.142912.8571&Closeimages/quit.png10.2857&UnDropimages/stock-undo.pngBorderButtonFormListBoxPictureWindowfrmGradeLCenterCloseIndexclmystudentsAdddroppedRemoveNotSavedresetguiClearLengthgetstudentnameMoveScaledTextIconFixedDefault{xV4 BB A(A6ADBSAbBP v3  9 , - :BJR Z 6 szs  Sz (       ( $+7`AGJPZgrz( AAA ABBBBw  n 4,*9" < m" < `  $%     $%     k< |   <&' ("         &    "&  frmAddAttendanceDate_new$loadButton1btnSelectDatelblAttendancebtnClose_ClickctrlDatePickerbtnSelectDate_ClickThis date is not included in this marking period. Please select another date.This date is already included in the attendance record. Please select another date or edit this one.Date Added: 59.428627.428657.142944.5714Add Attendance Date Form2.285742.2857Add Date to Attendance Calendar:5.714330.857114.8571&Selectimages/check.pngbtnClose&Closeimages/cancel.pngAlignBorderButtonFormLabelMessagePictureWindowDateChooserfrmGradeLValueclmympsCurrentMPgetstartdategetenddateWarningaddclassdaymystudentsLengthaddattendancedroppedNotSavedCloseClassDaysMoveScaledTextFixedCenterAlignmentDefaultName{xV4 5BBA!A )A2A ;BEA OAYA dApA }B A BB .   * C> 3              #,4 < L O dks z  2ds )ks z  s  d ks z  Y ks E ks z   z   p  z   ! 8)6=FKPV^fnu #$/7AHPY_jo/Fu{^p 4A A AAAA A$A(A,A 0BBBMBB hB) h ("   k   $%F ;(8"( 6 (  5;8"       ;"kk< d;F(8  58" GF j  ," |   | # *" |   |  ("  \("  S("  J(" A(" 8(" /(" &("  ("  (" (" TP5          !"#$ %&'() *  +,-./   !01234 5   6 789 : ;<=> ?  @ -AB C  D " E F-GH I  J " K LMNAssignInfoForm_new$loadCatBoxDateBoxCatLabelNameEditCheckDateDateLabelNameLabelPointsEditPointsLabelCancelButtongetmonthnameUpdateButtonCancelButton_ClickUpdateButton_ClickFinal ExamThe assignment date is outside the start date () and the end date () of the marking period.

Choose another date or Cancel and modify marking period setup.This semester already contains a final exam.Start Date FailsEnd Date FailsJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember47.142926.4286Assignment Infoimages/gambasgrade2.png1.142914.14294.142910,BoldName:61.42866.1429Category:37.1429 11.1429Points:21.4286Date:14.2857&Updateimages/plus.png46.7143&Cancelimages/cancel.png18.142917.142944.4286ErrorAlignBorderButtonComboBoxFontFormLabelMessagePictureTextBoxWindowDateChooserGClassmympsAssignmentsgetcatDefaultCancelgetnameTextgetpointsmycategoriesLengthget_semestersgetmp_per_semesterHasFinalAddgetdateValuegetstartdategetenddatesetnamesetpointssetcatsetdateNotSavedCloseMoveScaledIconFixedRightAlignmentReadOnlySorted{xV4 B  BBB$B-B7B` A H M S [ d m w   B4BB BBBB h< |< |k< |k< |< | |GCodegetidsetidgetvaluesave_xmlsetvaluegetpointssetpointsFilegbTab{xV4 xBBA"A+B : >CKS[ c y "  $G4"(38> AA B DB BG     $%*  "< 0<  0C $%  < <   0   3      HfrmDistribution_new$loadlbDistbtnClosebtnClose_Click - 59.428619.142946.428657.7143Class MP Distribution37.7143Monospace,1113.7143&Closeimages/check.pngCollectionBorderButtonFontFormListBoxPictureWindowGClassgetmpcollectionAddmygradingscalegetletterExistCloseMoveScaledTextFixedDefault{xV4 BBA#A-A8ADARB a s #  8  " D  -    ,%+@29>DLR[cgmrw}8  AA AAABB(B   4    P  (" ,      d = " 7#$%& ' 7()*+, ;- > = . 7/012 3 745678 ;9 > = :7;<=  ? >7 K?@ A @ B7-KCD E @F7GHIJ ;K > =L7%MNOP  AQRa BS7TUVWX ;Y > =Z7[\]^_ ;` > =a7bcde ;f > =g7hijkl ;m > = n7op0q r7st0u v7wx0y z7{|0} ~7( ; > =7 ; > = 70 C ? 70( C ? hClassInfoForm_new$loadlblSNlblTLcbModeFrame1Label1lblMPslblModelblGandROKButtonPeriodSpintbPasswordlblPasswordPeriodLabelsbSemestersCancelButtoncbMode_ClicklblSemesterstbCourseCodeClassNameEditlblCourseCodefrOnlineGradesInstructorEditOKButton_ClicktbTeacherLoginInstructorLabeltbSectionNumbersbMarkingPeriodsfrGradesReportingCancelButton_ClickcodeWarning: Category weights do not sum to 1. Please correct this IN "Categories".Gambas Gradebook: - Period You may only change the grading mode when creating a class. Please Choose carefully.81.4286New Classimages/gambasgrade2.png1.1429Course Information49.142967.4286Online Grades SetupGrading && Reporting3.428665.1429ItalicOnly available for a NEW class. Please choose carefully.2.14294.428617.142910,BoldClass Name:20.428645.71439.1429Instructor:13.7143Period:&Updateimages/check.png&Cancelimages/cancel.png30.7143Grading Mode:29.7143 Straight PointsWeighted Categories52.428614.7143Course Code:5.714357.142912.4286Section #:61.7143Teacher Login:66.1429Password:19.428633.1429BoldMarking Periods Per Semester:35.4286Number of Semesters:ErrorAlignBorderButtonComboBoxFontFormFrameLabelMenuMessagePictureSpinBoxTextBoxWindowWeightsFormfrmGradeLGClassmystudentsLengthHasAssignmentsEnabledgetclassnameTextget_semestersgetmp_per_semesterCentergetinstructorgetperiodValuegetcoursecodegetsectionnumbergetteacherlogingetpasswordCancelDefaultgetgradingmodeIndexCloseset_semesterssetmp_per_semestersetupallmenussetupmarkingperiodssetclassnamesetinstructorsetperiodsetgradingmodesetcoursecodesetsectionnumbersetteacherloginsetpasswordverifycategoryweightsIsWarningIssuedWarningIssuedNotSavedWarningcheckperiodweightsShowModalMoveScaledIconFixedForegroundAlignmentRightMaxValueReadOnlyListMinValue{xV4  BBA$A-A6A@AKBZBiByAB,    -  y  6   # $ 5 <  L S @  f o0oDy15:EK8 AAA AAA B BBBB$B  0 )"  8 &'    H*"   <L @'     <"     0       0     0     0   TfrmManageRecent_new$loadbtnClearbtnClosefrRecentbtnDeletebtnDetailsbtnClear_ClickbtnClose_ClickbtnDelete_ClicklbRecentClassesbtnDetails_ClickManage Recent Classes ListClass Name: File: Recent Classes43.428629.7143Bitstream Vera Sans Mono,1112.8571&Removeimages/delete.png&Closeimages/quit.pngC&learimages/unknown.png&Detailsimages/info.pngObject[]String[]BorderButtonFontFormFrameListBoxMessagePictureWindowfrmGradeLTitleTextRemoveRecentFileByIndexIndexClearRecentFilesCloseClearGetRecentFilesListAddInfoMoveScaledFixedDefault{xV4 (8 ABBA!A)A1A :ADANAXAfBvB    X   )   D  # + :  ; C !U\ c N  \i  1qy $~L  )/:?PAAA AAAAA A$BDBCBB    ("  0   k  ("   ("  j                    ! "#$%&' ( )*+, HCodeEditFormn_new$loadtbCodelblCoderbValuetbPointsbtnCancelbtnUpdaterbExcusedExcusedButtonbtnCancel_ClickbtnUpdate_Click52.571455.714355.285724.5714Edit Grade Codeimages/gambasgrade2.png6.857118.28574.571417.142971.428614.28574.2857E&xcused30.857110.2857&Value&Updateimages/plus.png&Cancelimages/cancel.png3.42862.2857Code:20.571442.28579.14290BorderButtonFormLabelPictureRadioButtonTextBoxWindowGClassCentermycodesgetidTextDefaultCancelgetvalueValuegetpointssetidsetvaluesetpointsNotSavedCloseMoveScaledIconFixed{xV4 LPBA  B&A /A 9A CB NB YB dB oB {A BB "       ! &/ 39 =E!/9E      ! &/ 39 =E!/9E J & b 9 h o /   { <OJ@ !'.3<HNTY`hpv x (,04A8A<A@A DA HBYBBLs ~ BBBBBBn`       22   2 2         " B     21  $% 22 ,"      nqk  <   2 2222 12     $%d    2 !2 "2 #2 $2   nqk  < 2d5022 !2"#2$%22d502&122d50     $%i    2 !'2 "(2 #)2 $*22d50    ɯ %6o + &, -  . / 0  1 2 3 4 %8 ' 5% (X '( )StudentInfoReportForm_newRBox$loadFileMenuCloseItemPrintItemsetbmarginsetlmarginsetrmarginsettmarginForm_ResizeReportScrollCloseItem_ClickPrintItem_ClickGradeL: Student Information Report0.68.5Letter Student Information Report for with StudentStudent NumberPhone3.25Textbook4.5Email5.5Parents6.75images/gambasgrade2.png&File&Printimages/print.png&Closeimages/quit.pngDrawBorderColorDesktopFillFontFormLineMenuMousePicturePictureBoxScrollViewPrinterGClassTextResolutionXYWhiteBeginEndWidthHeightSizePortraitOrientationCloseSetupWaitcopiesNewPageDefaultBlackForeColorBoldgetclassnamegetinstructorBluemystudentsLengthgetstudentnamegetstudentnumbergetphonegettextbookgetemailgetparentsMoveIconExpandSunken{xV4 ,BBB#A +B3B;BCBLAUA`AkAvB B AAA BBBB   N W n          k ! ( 2" ` U\ c u L{\ c  U c  # HcW  '/5>MV#[agnx} &/8XA AAAAA A$A(`BCB0B<BB3BBBfB@B,BBB`B0      d    ` $%"  k  x              <    0   h     2   0    0 - "2  $%   j  < |         (   0(8" +  -"  0     0 (   2 0 (    2 0   1  1   1*" 1 1X !("F  1  1   1  ," 1 1  "("A  1  1   1*" 1 1  #( $(9"=  1  1  (" 1 1 D %(";  1  1  (" 1 10   20 0  20 <   &'   |  j)"  $%1 e e9" |  j j," ()K   )*  (D     +(D   +( , -  .( , (  ,! "( # ,$ % (  /2 0& (". 1@GradingScaleForm_new$loadfillTBsbCountSetupTBtbMoveXtbMoveYFillGridMinLabelCountLabelGradeLabelScaleLabeltb_Activatetb_KeyPressCancelButtonUpdateButtongvGradingScalesbCount_ChangeCancelButton_ClickUpdateButton_ClickgvGradingScale_MouseDowntbPercents must be entered in descending order with last value equal to zero. Please correct error.Grading Scale ErrorCheckPercents found NULL Value.59.142917.1429Grading Scaleimages/gambasgrade2.png14.14294.2857&Updateimages/plus.png&Cancelimages/cancel.png34.14295.714310,ItalicClick a cell to edit its contents.9.14292.714310,Bold,UnderlineGrade12.7143MinimumNumber of Grades:ErrorAlignBorderButtonFontFormGridViewKeyLabelMessageMousePictureScrollScrollBarSpinBoxTextBoxWindowGClassCenterCancelColumnsCountVerticalmygradingscalegetCountRowsValueWidthHeightgetletterTextgetpercentXClientYYShowCloseClearAddEntryNotSavedHideRowAtColumnAtCodeDownUpRightTabBackTabSetFocusRefreshMoveScaledIconFixedForegroundAlignmentMinValueMaxValueExpand{xV4 BB BB 'B0B9B DBl O Y ` h r }    @B3BBB BB BB h< |< |< |k< |< | |GAttCode_newgetcodesetcodegetvaluesave_xmlsetvaluegetcommentsetcommentPresentFilegbTab{xV4 BBB!B)B1BH : G P Z h kpu1!~BBBBBB 4 |k< | | |(nqGAttendance_newgetcodegetdatesetcodesetdatesave_xmlNENoneFileGAttCodesetcommentsetvalue.projectimagesinstall.shgradel-sample.gdlgradel.desktopCOPYING.languninstall.shREADMEINSTALLcompile.shChangeLog.gambas/1:unknown.png/1:stock-undo.png/1:about.png/1:gambasgrade2.png/1:quit-gnome.png/1:sheet.png/1:left.png/1:stock-go-down.png/1:title.png/1:quit-old.png/1:plus.png/1:cancel.png/1:x-office-calendar.png/1:minus.png/1:gradecodes.png/1:open-file.png/1:save.png/1:stock-go-up.png/1:sort.png/1:grid.png/1:periodweights.png/1:gradel.png/1:delete.png/1:onlinegrades.png/1:rename.png/1:stock-home.png/1:quit.png/1:print.png/1:gtk-close.png/1:quit-kde-old.png/1:info.png/1:save-all.png/1:quit-kde.png/1:check.png/1:seatingchart.png/1:blueplus.png/1:preferences-system.png/1:right.png/1:gradingscale.png/12:FRMGRADEL/12:SPREADSHEETREPORTFORM/12:CATEDITFORM/12:FRMCOMMENTS/12:GSEATINGCHART/12:GRADECODEFORM/12:ADDSTUDENTFORM/12:CATEGORIESFORM/12:CATADDFORM/12:FRMREMOVEDATE/12:SEATSFORM/12:FRMATTCODEADD/12:CLASSREPORTFORM/12:MPSETUPFORM/12:GASSIGNMENT/12:EMPTYGRIDFORM/12:WEIGHTSFORM/12:FRMTSVEXPORTOPTIONS/12:SELECTSTUDENTFORM/12:GSTUDENT/12:GGRADINGSCALE/12:STUINFOFORM/12:FRMATTCODELIST/12:FRMINPUTCOMMENT/12:ADDASSIGNMENTFORM/12:ABOUTFORM/12:FRMPREFERENCES/12:FRMEDITATTENDANCEDATE/12:GCLASS/12:GCATEGORY/12:FRMADDSTUDENTCOMMENTS/12:ASSIGNMENTDISTRIBUTIONFORM/12:STUDENTREPORTFORM/12:FRMCATEGORYAVERAGES/12:FRMATTENDANCEREPORT/12:SELECTASSIGNMENTFORM/12:CODEADDFORM/12:FRMGRIDSIZE/12:GMARKINGPERIOD/12:DROPPEDSTUDENTSLISTFORM/12:FRMADDATTENDANCEDATE/12:ASSIGNINFOFORM/12:GCODE/12:FRMDISTRIBUTION/12:IMPORTCODEFORM/12:CLASSINFOFORM/12:FRMMANAGERECENT/12:CODEEDITFORM/12:STUDENTINFOREPORTFORM/12:GRADINGSCALEFORM/12:GATTCODE/12:GATTENDANCE8 > ,D7)pFt 7GVF>^ C: O( PU4 \ fg o+v;9 Q' (Df l G" %\2.X   YC( OZ2#\ ;3`G*aXbM hd4shQ  k> kAl# o" q%"t|< w ~x^ z6 f} X7!Y 4B?bgN4A ]EIiړD|C0c- N[, Mc)h U a1C ` ?)i!=;]H HM 9[U8 l y$ }/&L0 AWT]H:l]~t ;QDJ 0Nť Z$Ѭ`3 E@Xp_ mYL Kz b Q 3 A$ *L/Mt#eh!)46]@LN F]ITl V~)U0 EE:\ MWQV`R]Oz0 5݃< d%1>\[ R|S^