teachers-gradebook

Differences between revisions 4 and 5
Revision 4 as of 2007-03-16 10:22:42
Size: 1786
Editor: dsl-hvkgw1-fe6ffa00-119
Comment:
Revision 5 as of 2007-03-16 10:49:00
Size: 5130
Editor: dsl-hvkgw1-fe6ffa00-119
Comment: New Information Update.... Basic and initial creation...
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * '''Packages affected''':  * '''Packages affected''': None
Line 12: Line 12:
This spec discuss the creation of "Coon" an application to help teachers manage their students grade information. I a few words, a Gradebook in Edubuntu/Linux for teachers.

== Rationale ==
Line 13: Line 16:
== Rationale ==
Line 24: Line 25:
Katri want to contact one of the students parents because of the great Katri wants to contact one of the students parents because of the great
Line 30: Line 31:
 * '''Create Classes of Students'''- Among many obvious features, Coon will help the teacher keep track of the students personal data as well as the grades of each assignment that was given them. Flexibility is key in this feature as all teachers have many ways to give grades to their students. One common grade feature that I feel will be expected is removing the lowest grade that was received by each student in the class.

 * '''Manage types of work kept track of'''- Teachers may have homework that is graded the same as others. Grouping (tagging) the works gives the teacher the ability to quickly manage the works. One example of this is grouping certain work as a “Test” and others as “Quiz”. It also makes a great way to view the information of the student later.

 * '''Multi-views'''- Teachers will have the ability to view all the test results, ability to view all students currently class grade, and many other views. Even the ability to view all the results of a particular homework. Almost all of these views will actually be queries from the database.

 * '''Students can come at any time'''- Many times a teacher has to begin grading a student when they come from somewhere else and need to start from scratch ignoring previous scores. Additionally this feature come in handy if the student was extremely sick and couldn't attend class for a month for example.

 * '''Reminded backups'''- Backups are going to be asked to be made so that the teacher has decreased chance of losing ALL of their data.

 * '''Grading a work has many options'''- when grading a work the teacher can use percentage, part-of-total, and others. Teachers can even add a weight to the work so that it will count for more than others. For example tests can have a greater weight than homework.

 * '''Grading is scalable'''- In America they have A,B,C,D,F, but in Finland they have 1,2,3,4,5 and in other countries other scales. Coon will give the teacher to use there own costume scaling system to meet the needs of the school they are at.

 * '''MySQL Database'''- After thought, I think it would be best to implement a database that can be accessed easily by other systems. That way Coon can even post to a server and that server can post the data to others. It is also easier to implement, as compared to creating my own file saving system.
Line 31: Line 48:
A PyGTK frontend will interact with the main parts of the program. These "Main Parts" are the peices the work with the database in various ways. Examples could be quaries of students with grade information.
Line 33: Line 51:
Existing Solutions: Opengrade Well made, but not what we want for a unified desktop for grading. (ie... GTK Python and interopability with other Edubuntu parts.) [http://www.lightandmatter.com/ogr/ogr.html]
Line 35: Line 54:
Code will be entirely Python Programming. Created using the Python Plugin for Eclipse.
Line 37: Line 57:
Data will be stored in the CVS of Bazaar. Code will also be backed-up (Backuped?) on a main server run by Jason Brower and will always have a personal copy of the software on his Programming Laptop.
Line 39: Line 60:
Coon has neither been accepted or regected as a Google Summer of Code Project.

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

This spec discuss the creation of "Coon" an application to help teachers manage their students grade information. I a few words, a Gradebook in Edubuntu/Linux for teachers.

Rationale

When looking threw the default Ubuntu repos', I noticed no application for teachers to keep track of students grades. I then searched and found Opengrade a fairly well built Perl based grade book software. But Opengrade lacked progression, organization, gtk, and my favorite language (Python). This gave me the idea to create a software for teachers that can organize the assignments, tests, exams, and other works that would be given to students.

Use cases

Ms. Ahlfors wants to record the results of a recent test and sum then to the total grades given this year segment. Ms. Ahlfors opens Coon to enter the data.

Mr. Ahmed has recorded all the students grades and wants read the data and destroy the lowest grade from each student. Mr. Ahmed loads coon to review the data and to destroy the lowest grade from each student.

Katri wants to contact one of the students parents because of the great grade he just received on his test. She opens Coon to read the student's information.

Scope

  • Create Classes of Students- Among many obvious features, Coon will help the teacher keep track of the students personal data as well as the grades of each assignment that was given them. Flexibility is key in this feature as all teachers have many ways to give grades to their students. One common grade feature that I feel will be expected is removing the lowest grade that was received by each student in the class.

  • Manage types of work kept track of- Teachers may have homework that is graded the same as others. Grouping (tagging) the works gives the teacher the ability to quickly manage the works. One example of this is grouping certain work as a “Test” and others as “Quiz”. It also makes a great way to view the information of the student later.

  • Multi-views- Teachers will have the ability to view all the test results, ability to view all students currently class grade, and many other views. Even the ability to view all the results of a particular homework. Almost all of these views will actually be queries from the database.

  • Students can come at any time- Many times a teacher has to begin grading a student when they come from somewhere else and need to start from scratch ignoring previous scores. Additionally this feature come in handy if the student was extremely sick and couldn't attend class for a month for example.

  • Reminded backups- Backups are going to be asked to be made so that the teacher has decreased chance of losing ALL of their data.

  • Grading a work has many options- when grading a work the teacher can use percentage, part-of-total, and others. Teachers can even add a weight to the work so that it will count for more than others. For example tests can have a greater weight than homework.

  • Grading is scalable- In America they have A,B,C,D,F, but in Finland they have 1,2,3,4,5 and in other countries other scales. Coon will give the teacher to use there own costume scaling system to meet the needs of the school they are at.

  • MySQL Database- After thought, I think it would be best to implement a database that can be accessed easily by other systems. That way Coon can even post to a server and that server can post the data to others. It is also easier to implement, as compared to creating my own file saving system.

Design

A PyGTK frontend will interact with the main parts of the program. These "Main Parts" are the peices the work with the database in various ways. Examples could be quaries of students with grade information.

Implementation

Existing Solutions: Opengrade Well made, but not what we want for a unified desktop for grading. (ie... GTK Python and interopability with other Edubuntu parts.) [http://www.lightandmatter.com/ogr/ogr.html]

Code

Code will be entirely Python Programming. Created using the Python Plugin for Eclipse.

Data preservation and migration

Data will be stored in the CVS of Bazaar. Code will also be backed-up (Backuped?) on a main server run by Jason Brower and will always have a personal copy of the software on his Programming Laptop.

Unresolved issues

Coon has neither been accepted or regected as a Google Summer of Code Project.

BoF agenda and discussion


CategorySpec

GoogleSoC2007/teachers-gradebook (last edited 2008-08-06 16:32:03 by localhost)