Educational toolkit

From OLPC
Revision as of 22:32, 24 March 2008 by RossLight (talk | contribs) (Clarified problem editor)
Jump to: navigation, search

Educational Toolkit for OLPC

Motivation

There was a nice project done in Chile using Ipacks: the "teacher" would pose a problem and the children would formulate an answer. Then they'd gather in groups of four and pool their answers. Each group of four would then reach consensus on an answer they thought was correct. All of the group answers would be shared with the entire class. Then a class discussion would ensue: why did Group A come up with that answer? The role of the computer and the teacher was to facilitate the discussion among the students and to focus discussion around problem areas that revealed themselves in discussion. A nice use of collaboration that has nothing to do with taking control or "all eyes forward". - Walter Bender


Description

The educational toolkit is a software to facilitiate discussion in classroom with the help of technology. The software will aim at providing teachers and students with a tool to pose problems and then compare and discuss solutions. It will also be used as a formal testing tool for class tests and provide a better gauge of a student's progress to the teacher.

The software will be developed in Python with emphasis on easy User Interface and will aim to act like a tool which does not take over the job of teaching, but promotes natural class environment and will aim to fit in the classroom environment. The choice of Python as a programming language gives us the power of Object Oriented Design and Implementation along with lots of libraries and easy integration with Sugar.


Features

  1. Simple creation of problems with a visual editor. The editor will be able to add images, problem text, and answers.
  2. Simultaneous distribution of the problem/test to every student with the facility for typing and marking answers.
  3. Automatic Checking of objective answer sheets and manipulation of results.
  4. Demo mode from the teacher's device useful during a class discussion.
  5. Usage of DBus to communicate with other applications such as browser and calculators.


Technology Choice

  1. XML to share the data for which an XML schema has been defined.
  2. PyGTK for the frontend of the application.
  3. Using DBus Tubes for sending/receiving data and calling methods.


Useful Links

Status Update

The coding for the project has started and soon it will have a repository of its own.


Contact Me

My name is Deepank Gupta. Please feel free to add your valuable comments, criticism and ideas in the discussion page and contact me at - deepankgupta@gmail.com.