OLE Nepal: Blog Development

From OLPC
Jump to: navigation, search


Contents

Development

New Activities-Screenshots

New Activities-Screenshots
December 14th, 2007 By: Sulochan Acharya

Here are a few screenshots of our new activities.

Activities-1.jpg

Activities-2.jpg

Our Plans for the School Server

Our Plans for the School Server
January 23rd, 2008 By: bryan

Below is an e-mail that I wrote to several of the OLPC mailing lists. It was supposed to be a concise summary of the work we are doing on the school server but it ended up being way to long. I have posted it here because blogs are perfect for overly long messages.


The purpose of this e-mail is to let the wider OLPC community know what we are planning for the school server in Nepal’s spring test school and to solicit your ideas on what we can do better. Sulochan Acharya and I are leading the work on the school server for the test school. If you are interested to learn who the heck we are, skip to the end of this e-mail.

Sorry for the overly long e-mail but I think Sulo and I and have not been sharing enough of our ideas w/ the rest of the OLPC community. So it was time for a brain dump Our Ideas for the School Server ——————————-

1. Backing up Student data and sharing information:

We are looking to use WebDav to back up the individual student’s home folder to the school server.

Sulo will work this week on stripping down Moodle to bare bones for sharing materials and general content management. Right now we are considering using one acct for everyone. We don’t have any existing Moodle courses in Nepali so we aren’t looking to deliver courseware through Moodle.

Apparently, the guys at OLPC India are using drupal for content mgt. I like Drupal but it seems to offer way more than what we are looking to do: Share files, share projects, share documents. We’d like to see how they are using it.

How do we store team projects for later use? Perhaps the Journal will allow us to do this in the future but I have the impression that it is still under heavy development. Perhaps, the journal already handles this well and I am simply misinformed. Please disabuse me of any false notions.

Issues:

1. Does the School Identity Manager support LDAP? LDAP support is essential for integrating existing content management systems w/ the School Server.

2. How do students share team projects for later use? For example, Laxmi and Arun are working on an essay together. Laxmi started the document and then shared it through the mesh w/ Arun. Arun goes home and wants to work on the paper by himself for a while. He is connected to the mesh but Laxmi’s XO doesn’t appear in the mesh view. Can he still edit the document?

2. Digital Library

There isn’t much Nepali digital content on the Internet so part of OLE Nepal’s work will be to digitize poems, literature, histories, etc. and store them “somewhere.” Finding the right “somewhere,” turned out to be more difficult than we thought. We needed a repository that could support multiple front-ends, w/ simpler front-ends for novice users and more complex front-ends for the people that will load content into the repository.

This may sound like overkill to a lot of people but that is because they are accustomed to the abundance of materials in their own language on the Internet and/or access to physical libraries. There are very, very few public libraries in Nepal and Nepali-language materials on the Internet are quite limited. We don’t want to have to change out the back-end repository 6 or 12 months from now if we choose something that can’t scale.

We looked at Dspace and Eprints before settling on the fedora repository server www.fedora-commons.org, not to be confused w/ fedora Linux. We like fedora because it is a very powerful back-end repository that is very scalable, up to 10 million objects. It is a true web service that is decoupled from the front-end. We wouldn’t be telling the full truth if we didn’t admit that we chose fedora in part due to the awesome implementation of it by the Encyclopedia of Chicago http://www.fedora-commons.org/about/outreach.php#video

We need to support multiple representations of a single object w/ in the repository. For example, we need to allow users to access Nepal’s constitution as both a .pdf file and as an .xol bundle. We have to support non .xol bundles because we want people w/out XO’s to still be able to access the library. Fedora lets us do this.

The problem w/ the fedora is that the off-the-shelf user interfaces are fairly difficult to set up and maintain. Right now we are using “Fez” http://dev-repo.library.uq.edu.au/wiki/index.php/Main_Page It is a great front-end but was fairly time-consuming to install and customize the interface.

Since the installation and maintenance of a fedora repository is fairly complex we will try to use a centralized server and smart caching on the school servers.

Matt Zumwalt of MediaShelf http://www.yourmediashelf.com/ has been extremely helpful to us in working w/ fedora. I need to enlist his help to figure out how to represent .xo and .xol bundles in the fedora repository.

Issues for the Digital Library:

1. We will need the School Server to aggressively support caching of requests from the library

2. The .info file format for content and activity bundles is not XML. Ivan told me recently, “XML is a solution to a problem that doesn’t exist.” Perhaps he and Eric Raymond are right, but we need to a way to represent .xol metadata in the fedora repository

3. .XO bundles don’t currently support Dublin Core metadata, the standard for digital archives. I will be discussing this later this week w/ SJ. For more about Dublin Core, read here http://dublincore.org/documents/usageguide/#whatis

4. We need LDAP support on the School Server so users can access their stored searches and virtual “book bag” of previously accessed materials.

3. What our team needs

————— Hardware: 10 more XO’s 2 active antennas

We really need about 10 more XO’s and 2 active antennas. I will be in Cambridge this Thursday and Michailis has generously already offered to give me two. We really need more XO’s to test out the mesh and for our development team of 4 people. I believe that Sulo is filling out the XO request as I write this e-mail.

Our development team does way too little testing of our activities on actual XO’s because we only have 2 working XO’s at the moment. The result is that we don’t diagnose performance problems for our activities until far too late in the development cycle.

About us:

———- Open Learning Exchange Nepal is a local Nepali NGO that is part of the grassroots OLPC community in Nepal. We have an agreement w/ the govt of Nepal to help them implement OLPC at a Nepali school this April and later in the fall at a larger # of schools. Sulochan Acharya and I are working on the school server. Dev Mohanty of Nepal Wireless may also spend a lot of time working on it w/ us. There is also a development team at OLE Nepal of 4 people working full-time on constructivist Etoys for Math and English. They are working hard to involve students, kids, and teachers in developing more activities.

There is also the larger FOSS community that is contributing to OLPC in Nepal. If you want to know more go to www.olenepal.org

There’s more that we are working on but don’t have to time to write about right now. Thanks for reading to the end of this message! Any comments, suggestions, ideas, or constructive criticism would be most appreciated.

Bryan Berry
OLE Nepal
www.olenepal.org>

School Server Network Structure With Squid

School Server Network Structure With Squid
February 12th, 2008 By: Sulochan Acharya

Squid Image

Here is the network structure for the school server with proxy setup.

  1. vi /etc/sysctl.conf

make net.ipv4.ip_forward = 1 service network restart

Then ip-forwarding through ip-tables

  1. iptables –table nat –append POSTROUTING –out-interface eth0 -j MASQUERADE
  2. iptables –append FORWARD –in-interface eth2 -j ACCEPT

squid

install and cofigure squid

——————–squid.conf————————————-

http_port 3128 transparent hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? cache deny QUERY acl apache rep_header Server ^Apache access_log /var/log/squid/access.log squid hosts_file /etc/hosts refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern . 0 20% 4320 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 # https, snews acl SSL_ports port 873 # rsync acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp

  1. Add more acl rules here if we want more

acl purge method PURGE acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost acl lan src 192.168.0.113 192.168.1.0/24 http_access allow localhost http_access allow lan http_access deny all http_reply_access allow all icp_access allow all visible_hostname sugaroffice.ole always_direct allow all coredump_dir /var/spool/squid

Direct port 80 requests to squid listen port (On the machine runnning the cache server)

iptables -t nat -A PREROUTING -i eth2 -p tcp –dport 80 -j DNAT –to 192.168.0.113:3128 iptables -t nat -A PREROUTING -i eth0 -p tcp –dport 80 -j REDIRECT –to-port 3128

Comments , corrections and ideas are welcome.

How to (hack) customize a built for XO

How to (hack) customize a built for XO
March 23rd, 2008 By: Sulochan Acharya

The problem we faced:

We needed a customized built for all our XOs that would have the default language set to Nepali, the default jabber server set to a local server, a set of activities to match the grade level of students, and some other stuff. We’ve been harassing OLPC developers to get a script that would do all this on install time so that we didn’t have to manually do this on every machine. Also, we wanted to make sure that a teacher with limited technical knowledge should be comfortable in re-flashing the XO if/when needed.

The solution:

After playing with it for a little bit and with some help from Ties, I figured out a really easy way to achieve this custom built (provided that you can get into the firmware). Well, not really a custom built—but will do the job just fine.

Here is how:

Get a XO and install the activities you want and change the language and jabber server to match you needs. You can use the USB method or use sugar command to install activities.

To change your jabber server by editing the default sugar profile Change the language to your language by either editing the .i18n file or by using sugar-control-panel -s language <your language> command. Now, go to /home/olpc/.sugar/default directory, and delete a file named config . The reason to do this is so that next time you use this image on other XO s they can put in their own nickname and not have to use your name. This is the file that will be checked by sugar to see if a user named is configured, if this file is not present, it will prompt you to give your XO a name and choose color etc.

Next reboot the XO , press the x button and get into the firmware.

Now make a nand image of this machine on a USB stick with the save-nand command. It will create a img and a crc file associate with the image.

Wa la …we got what we wanted. An image that can be installed on our XO with the language, activities and server we wanted. All we have to do is just install this image on all other XO s to get the exact same settings. This simplified the process, and is pretty easy for everyone to do. We are using 698 built as a base so we still had to go the firmware and do a copy-nand to install the image. It will be great if someone can make a fs.zip for this built so that the whole process of installing goes back to pressing four game keys.

What are the drawbacks of doing this? I don’t know :)!! If anyone does leave a comment.

Let me know what you guys think.

Important Comment

Bryan Berry // Mar 23, 2008 at 6:23 pm

Hey dude! You forgot to mention how you changed the default Jabber server.

To change the Default Jabber server, change the variable DEFAULT_JABBER_SERVER to your Jabber server in the file /usr/lib/python2.5/site-packages/sugar/profile.py

an

School Network Update

School Network Update
April 1st, 2008 By: Dev Mohanty

Over the last few of weeks the networking team has been working hard in getting together a concrete plan, to connect the pilot schools. The network had to be both cost effective as well scalable. So, with all the options available it was decided to connect the schools and the relays over Wireless with cheap point to point Wi-Fi radios from the Kathmandu Valley.

First we conducted field visits to the schools and the Dept of Education (DOE) in the valley and the surrounding area to collect GPS data. Which helped us a great deal with the network design and also chart out the various relay points we could use in places where we didn’t have direct line of sight with other network nodes.

We are using Deliberant brand of radios for the point-to-point connection to the Department of Education. The radio have an effective bandwidth 8 Mbps in the 802.11b standard. The radios from the schools are transmitting at an air distance of 4 km to the DOE located in the valley, which is right next to the international airport, so we’d figured we would be having interferences.

DOE relaying to schools

We are using 12 dbi omni-directional antennas from Deliberant Networks, on-site at both schools, powere by a DLB2701 radio. We decided not use the Active Antennas, as they didn’t quite perform upto our expectations. The 250 mw radio is the access point for the XO’s. It costs roughly 150 USD and has a range of 12 km in ideal conditions. We also do not intend to use VSAT for any of Nepal’s pilot schools. Though installation is not terribly expensive but monthly bandwidth charges are prohibitively expensive when compared with the cost of long-range wifi networks, as pioneered by Nepal Wireless Project.

School Network

Below is the connectivity diagram between OLE-DOE and the pilot schools. DOE is connected to Ratobangla School in the valley over Canopy radios. And further relays to both schools with a 19dbi Deliberant radio. The radio at DOE is being used as a point to multi-point radio, as it connects to both schools simultaneously. Since both schools do not have a direct line of sight with DOE, we are using relay centres about 100 meters away from the school buildings. OLE is connected to Ratabangla school over a VLAN network installed by Subisu Network, connected at 1/1 Mbps intranet and 256/160 Kbps internet access shared with both schools.

The school servers would be installed on-site at both schools, while we have a proxy and the E-library setup at DOE. We would also be setting a cache server at DOE to save on the bandwidth and plan to monitor usage from OLE across the network while also uploading new educational material as and when ready.

OLE Network

Below are some of the daily notes taken down while setting up the network.

DOE

15th March 08 Update

We got an 16dbi Deliberant installed at DOE. Being a hazy day, the hills where the schools were located were pretty much next to not being visible. So getting the angles right was all the more challenging, as this relay needs to be broadcasting to both schools simultaneously. And unlike a Canopy a Deliberant radio can broadcast to different relays within an angle of 60-70 degrees. So let’s hope we’ve got it right, which we’d know once at Bashuki.

19th March 08 Update

We installed an 19dbi Deliberant at DOE and removed the 16dbi radio. We’re now connected to the school at 70 dbm Rssi and 0% packet loss, which is just what we needed.

Bashuki School:

Right on the hill-top there is an army base which is about a 100 yards away from the School. The army base has direct line-of-sight with the Department of Education, in a range of 3-4 km air distance.

We plan to mount a Point-to-Point radio for Bashuki School either at the adjacent Military Post or on a tree situated on a high hilltop. The radio located near Bashuki will connect to a multi-point radio located at the Department of Education, 8 km (by road) east of the school and in direct line of sight.

[25th March 08 Update]

Rabi and Mahabir clamping CAT6

We were back to the school to complete this end of the networking. Which required us to fix a relay from DOE at the Army outpost and get it connected to the school and also setup an omni antenna as an AP for the XOs. After half an hour of diplomatic talk with the Army officer in-charge of the barrack, we were finally allowed to setup it up. Since we could not use power from the barrack. We decided to run a cat5 cable across to the school about 100 mtrs away to power up the radio over POE from the switch at the school. For certain reasons the 16di radio refused to power up, and we had to use the 19dbi radio instead as the relay which gave connectivity at 72 dbm rssi 0% packet loss. That was the highlight of the day, as the omni radio too refused to power up, so we didn’t get to install it.

Setting radio at the Army Camp

Prior to leaving we did install a battery and an UPS with the XS connected to the switch, though it all needs to be thoroughly tested. Maybe in a couple of days, when I get there next to install the omni radio.

Bishwamitra School:

The school itself is a bad location for our long range antenna as it is nestled into the hillside. It does not have line-of-sight with the Department of Education. Instead we are using a house located on the hill opposite the school as a Relay site.

The owner of this house has generously agreed to let us mount our network equipment on his house. We will place the Point-to-Point antenna in the topmost window, which has a line-of-sight view with our Multi-point radio at the Department of Education. We will place our omni-directional antenna on the lower part of the roof facing towards the school. This house is roughly 100 meters from the school. We will have to test the signal strength within the classrooms. If it is too weak, we will run a Cat 6 cable down to the school. We also like putting the antenna in the house because the antenna will less likely be stolen.

Relay house at Bishwamitra

[16th March 08 Update]

We headed off to Bishwamitra School, this time we were accompanied by Mahabir Pun, Rabi & Sulochan. Mahabir had been approached by a TV company, who needed some shots of him working on site for an ad campaign. So we decided to to club in and take the crew to Jyamirkot as we needed to install a couple of radios there for the school.

It was an hours ride to the base of the hill and a 15 mins trek up with all the equipment. We were welcomed by the school authorities, who got busy right away arranging for electricity for the house where we’d decided to get the radios installed. Believe this house had not been inhabited in quite a while and was completely empty.

We had a jolly good time unpacking and getting the radios fixed up while the film crew was busy shooting us at it and with our brilliant acting skills, the crew needed no retakes! Once they had their shots we got to some serious work.

Mahabir fixing the radio

The 16dbi radio got fixed at the window looking out to the valley below, where DOE is located. Once installed we were able to connect to the other radio at DOE which had just been fixed the previous day. Though it needed a lot of tweaking to improve the signal and at best we got connectivity at 84 dbm rssi with 10% packet loss. So we decided that the radio at DOE needed a bit more tweaking or we might have to be change it to a 19dbi Deliberant radio. As Kathmandu International Airport happens to be right next to DOE, we’re assuming it might be causing a lot of interference and hence the packet loss.

Rabi and Sulo fixing Omni

Rabi and Sulo got the Omni antenna fixed by the side of house facing the school. This 12dbi antenna is attached to a DLB2701 access point, which is a 250 mw radio. Sulo had taken a XO with him to test the AP range and was satisfied with the signal around the school and the village. If required we would also enhance the signal by adding a reflector to the omni facing the school to make it work as a sectoral antenna.

With the omni working out to our expectations, we’re glad that we didn’t have to use the CAT6 cables that we had taken along with us. As it would have been a herculean task having to connect it all the way to the school from the relay.

Interactive digital content development principles=

Interactive digital content development principles
April 7th, 2008 By: Saurav Dev Bhatta

During the teacher training, the participants spent a lot of time familiarizing themselves with our E-Paati interactive activities. As they were going through the activities, we clarified to them the basic principles we have adhered to in designing these activities. Here is a overview of what we discussed.

Types of digital content

The digital content (teaching-learning materials) under development at OLE Nepal fall under three categories:

1) Interactive educational content: These are subject and grade specific interactive activities (software modules) that follow the national curriculum. The teachers and students will use these software modules as part of the regular instruction process. Using these activities, the students can learn new concepts, do practice exercises, and self-assess their progress. In short, these learning activities enhance the possibility of self-learning.
2) Electronic library (e-library): This is a digital library containing full-text materials that can be accessed by students, teachers and families. It contains six major sections: literature, course-related materials, reference materials, teaching support materials, general educational materials and newspapers/magaizines. Our E-Paati interactive materials will also be included in the course-related materials section.
3) Student/teacher creations: These are writings, interactive activites, and or creative works by prepared and uploaded by the students and teachers themselves.

Overview of the concepts behind interactive content

The development of activities at ;femf lzIff O{–kf6L is guided by a set up principles that are based on the assumption that children can learn a lot of things on their own if they are provided with an opportunity to interactively explore new concepts and review old ones in a fun way. The interaction in this context is primarily with the computer though some activities might also require interactions with other people. It is expected that the interactive activities being developed will help the teaching-learning approach in Nepal to move in the direction shown by the arrow in Figure 1 below.

Learning-Teaching Dimensions

A key ingredient in any interactive educational activity is the “fun” element. If students do not see any fun in doing these activities, then they will probably view the computer activities as nothing more than digitized versions of routine textbooks. Hence a core principle of activity design is that learning can and should be fun. “Fun”, of course, is a relative concept. We would be hard pressed to claim that any of our activities are more fun than say playing in the rain, rolling in the mud, or jumping around in puddles. When we say fun, we mean fun compared to some of the traditional approaches to teaching and learning. We should, therefore, try to inject a healthy dose of the fun element in all activities.

General Teaching-Learning Objectives

Before detailing the principles of activity design, it is worth clarifying the general teaching-learning objectives of these activities. Broadly speaking all interactive activities aim to do one or more of the following:

(1) teaching new concepts,
(2) providing practice to help absorb learned concepts,
(3) providing opportunities for evaluating one’s understanding of a concept, and
(4) providing opportunities for correcting errors in understanding.

So when designing activities, it is also important to clarify which of these goals are being met by each activity. This clarification will be crucial in conceptualizing how an activity will be used in the classroom by teachers and students, and at home by students.

Fundamental principles of E-Paati interactive activity design

The following principles guide the development of all activities. In order to maximize the teaching-learning effectiveness of this project, each activity must be:

  • 1. Consistent with CDC curriculum objectives:
· The activity must be designed to meet specific learning objectives laid out by the curriculum development center.
  • 2. Interactive:
· The activity should be designed to maximize student interaction with the computer.
· In some cases, there might also be interaction with other students and teachers
  • 3. Child-centric:
· Children should be able to relate to the activity.
  • 4. Localized:
· The activity should be consistent with the Nepal context. In particular, the images, text, audio, and “story” should be “Nepali” in the broad sense of the term.
· The activities should try to reflect the diversity present in the Nepali context.
  • 5. Multimedia oriented:
· To the extent possible, the material should stimulate the different senses of the learner. This will make the material more interesting and understandable.
· So the activity should be designed to integrate text, images, audio, and animation where relevant and possible.
  • 6. Self-learning/self-assessment oriented:
· The activity should enable the user to learn the material on her own.
· Where relevant, the activity should allow the learner to correct mistakes as she proceeds.
· Where relevant, the activity should also enable the user to evaluate how well she has performed. For example, most of the match activities display the total number of question and the total number of correct answers.
  • 7. FUN:
· The fun dimension is extremely important. The goal is to capture the interest of the student even when the teacher is not there to prod her.
· There are, however, different degrees of fun. Enhancing the fun dimension can be thought of as
i. Moving from simple academic exercises è to games.
ii. Moving from isolated exercises è to stories or challenges that will take the student to an exciting “finish-line” (e.g., reaching the top of a mountain, or discovering a hidden treasure).
iii. Moving from less multimedia è to more multimedia.

Orientation Program for Parents and Other Stakeholders

Orientation Program for Parents and Other Stakeholders
April 22nd, 2008 By: Saurav Dev Bhatta

Saurav Dev Bhatta

Introduction

We just completed an orientation program for parents and stakeholders at Bishwamitra Ganesh Lower Secondary School yesterday (April 21). A similar program was held at Bashuki Lower Secondary School last Thursday (April 17). The objective of these programs was to give the parents and other stakeholders in these test schools an overview of the project and discuss the importance of their role in making it a success. We strongly believe that the success of the project hinges crucially on the enthusiastic participation of parents and the larger community. Needless to say, the protection of the laptop is not possible without developing a sense of ownership of the project on the part of the parents whose children are getting laptops . At the same time, it is equally important to bring the rest of the community also on board.

The programs were organized and conducted by the teachers themselves. As respected members of the local community, teachers are far more capable of garnering community support for this new idea than outside “experts”. Furthermore, this approach helps to drive home the idea that the project belongs to the local community.

Structure and content of the orientation program

The program was designed to last for two hours from 11:00 am to 1:00 pm. Because of delays in participant arrivals and continuation of discussions, the program went on till 2:00 pm in both schools.

The following topics were covered during the program:

1) Round of introductions
2) Brief introduction to the project
3) Discussion of the basic physical, emotional and social characteristics of 2nd grade and 6th grade students and how this relates to the use and protection of the laptop
4) Overview of the laptop (which was named E-Paati by the teachers themselves) and its functions
5) Brief example of how the E-Paati is used in the classroom
6) Educational benefits to students thorough the use of E-Paati in class and beyond
7) Discussion session: role parents and guardians in the education of their children and in getting students to effectively use E-Paati
8) Discussion session: usefulness of the E-paati to the rest of the family
9) Discussion session: how to protect the laptop at home, in the school, and when commuting to and from school

Participants in the programs

Number Attended
Invitee Category Bishwamitra Bashuki
1 Teachers/Headmaster 12 9
2 School Management Committee Members 6 5
3 Parent Teacher Association (PTA) Members 13 11
4 Ward Representatives 0 1
5 District Resource Person 1 0
6 Class 2 Parents 22 35
7 Class 6 Parents 40 38
Total (approximate) - there is an overlap among some of the categories 85 80

Rabi and I attended the orientation session as observers.

Dev Mohanty and Sulochan Acharya were also present though most of their time was spent working on the school network.

Photographs from the orientation program at Bishwamitra

Bisshwamitra-grade6-21.jpg

Bisshwamitra-grade21.jpg

Bisshwamitra-grade6.jpg

Photographs from the orientation program at Bashuki

Bashuki-i.jpg

Bashuki-ii.jpg

What we observed

Here, I will only list some general observations.

  • Overall, the teachers in both schools did a good job in conducting the orientation program even though they had either very limited or no experience in conducting interaction programs with parents and other stakeholders.
  • We now have no doubt that these types of orientation sessions must be conducted by the teachers themselves rather than by outsiders. The teachers clearly had a good rapport with the parents and stakeholders. In the case of Bishwamitra, the teachers belong to the local community itself—and this a big strength of the school.
  • All the children in Bashuki come from the Tamang community. We observed that the parents and stakeholders were more forthcoming in the discussions when they had the opportunity to talk in their native Tamang language rather than in Nepali. In the case of Bashuki, only one of the teachers—Neema—is from the local community. His active participation in the program was clearly very useful in getting the participants to actively engage in discussions.
  • Bishwamitra did not have large enough rooms for conducting the orientation program in a single room. Furthermore, since the different classrooms were not sealed off from one another (due to lack of solid partitions), sound from one orientation room often drowned the conversation in the other room. This is typical of poor rural schools in Nepal. And it shows how difficult it is to conduct classes in such schools.
  • The participants of Bishwamitra in particular were quite excited by the doors opened by this project.
  • As might be expected, stakeholders whose children were not in grades 2 and 6 (only these students are getting laptops in this test phase) were curious about when, if at all, their children would also receive laptops. There was some resentment as well. The teachers clarified that the program would encompass other grades as well in the future if the test phase proved to be a success.
  • The parents were quite concerned about the safety of the laptops particularly during the students’ commute to and from school since children have to walk through isolated forested areas (sometimes up to an hour) to get to school.
  • At Bashuki, the parents discussed the possibility of “guardian-pooling” where the guardians would form groups based on home location and take turns taking their children to school in groups.
  • In addition to guardian-pooling, the teachers at Bishwamitra also discussed implementing a strict rule that would require students to go home only in groups.
  • In Bishwamitra, the parents were also curious about whether or not it was wise for the rest of the family –in particular siblings not in class 2 and 6—to use the laptops. The teachers responded by clarifying that we want to encourage maximum use of the laptop and that the family should see it as a family asset.

Teacher Preparation Program for the OLPC Project - Part II

Teacher Preparation Program for the OLPC Project—Part II
May 4th, 2008 By: Saurav Dev Bhatta

We have just completed Part II of our teacher preparation program. The complete teacher training consisted of two segments:

Part I) A 4 day intensive residential, out-of-school training that focuses on integrating digitial educational materials and ICT-based teaching approaches in the regular classroom instruction process. This was completed on April 1, 2008. An earlier blog post has details about this segment of the training.
Part II) A 4 day training in the teachers’ regular classrooms where they get hand-on experience in developing, implementing, and fine-tuning child-centric, interactive, ICT-integrated lesson plans. This was completed on Friday, May 2, 2008. The current post is about this segment only.

Training location

For Bashuki teachers, the training was held at Bashuki Lower Secondary School itself. Similarly, for Bishwamitra teachers, it was held at Bishwamitra Lower Secondary School.

Why in-school training?

Important fact: TEACHING THE KIDS HOW TO USE THE LAPTOPS IS A RELATIVELY EASY TASK. THEY PICK IT UP IN NO TIME (within a few hours!!).

Even more important fact: THE REAL CHALLENGE IS INTEGRATING THE LAPTOP AND THE AVAILABLE DIGITAL CONTENT IN THE REGULAR CLASSROOM INSTRUCTION PROCESS.

The residential portion of the training did give the teachers some experience in integrating E-Paati in the classroom process (apart from making them completely familiar with the use of the laptop). But the simulated classroom environment in any residential training is a far cry from the actual setting in their own schools. Furthermore, since each school is very different in terms of physical infrastructure, student composition, community involvement and other resources, there are unique practical challenges associated with each school. So we felt that it would be very useful to give teachers hands-on experience in integrating E-Paati in their regular classrooms.

There is another important reason why in-school training is important in this case. In most teacher training programs, it is possible for teachers to learn about new approaches to teaching outside their school (for example, through practice teaching in another school) and they can take this knowledge to their own classrooms later. But in the present context, successful implementation in the classroom also requires the students themselves to learn about the new approach to learning and teaching. And this can only happen in the school where the laptop program is being implemented.

Structure of the training

Each day of the training was divided into four major segments:

1. Lesson plan review and revision
Content: group review of lesson plan for the day.
Participants: all the teachers in the schools + facilitators from OLE Nepal
Time allocated: 1 hour (before the start of classes)
2. Classroom instruction and observation
Content: classroom teaching according to the lesson plan
Participants: teachers (one teacher teaches the students; the rest are observers) + OLE Nepal observers + students
Time allocated: 3 to 4 full class periods (one period = 45 minutes in Bashuki; one period = 40 minutes in Bishwamitra)
3. Feedback
Content: discussion on the day’s experience (strengths, weaknesses, recommendations for improvement)
Participants: all teachers + OLE Nepal facilitators
Time allocated: 1-1.5 hours
4. Lesson planning for the next day
Content: development of a detailed lesson plans for each class
Participants: teachers delivering the lectures in these classes
Time allocated: 1 hour


On the first day of the training (Saturday, April 26), the teachers focused on teaching the students how to use the laptop and the E-Paati activities in the laptop. This was done in two 1.5 hour long sessions.

During the remaining four days, the teachers conducted regular math and English classes in grades two and six according to the ICT-integrated lesson plans they developed. At Bishwamitra the ICT-integrated classes were held on Sunday (April 27) , Monday (April 28), Tuesday (April 29) and Wednesday (April 30). Bashuki conducted similar classes starting Monday (April 29). But since they had decided to keep the laptops in school for this first week of classes, they set aside Wednesday (April 30) for giving students more practice on how to use the laptops. They had a break on Thursday and completed the training program on Friday (May 2).

Overview of content covered in the training

Lesson planning: Integrating ICT-based educational materials in the classroom requires teachers to carefully plan their lessons. We wanted to give the teachers a very simple framework for developing lesson plans so that they would continue to use it even after the training. If they were to use it throughout the year, they would have to see that planning the lessons would not really take up too much of their time—and that it would help them in their other classes as well.

Each lesson plan in this training consisted of the following: a) listing of the learning objectives of the class, b) listing and brief descriptions of the topics or activities to be covered in the class, and c) listing of time allocated for each topic or activity. E-Paati activites were integrated in each lesson plan as one of the many activities covered to meet the learning objectives of the class. We emphasized that the goal should be to integrate E-paati in the classroom lesson plan; not devise a lesson plan around the E-Paati activities. As a rule of thumb, we emphasized that E-Paati use should not take up more than 40% of the total time allocated for the class.

Lesson plan review and revision: The lesson plans developed were critically reviewed and revised by all the teachers together to make sure that:

a) the learning objectives of lesson were properly clarified,
b) the topics covered—including E-Patti topics—were consistent with the stated learning objectives, and
c) the time allocated for each topic/activity was appropriate.

Classroom instruction and observation: This segment of the daily training was designed to (i) give subject teachers hands-on experience in teaching according to the integrated lesson plans and (ii) enable other teachers to critically examine the teaching-learning process in the regular classroom. Hence, while the subject teacher was conducting the lesson, the other teachers noted down their critical observations in the following areas:

a) Classroom structure (including appropriateness of seating arrangement, placement of charging racks, seat assignment schemes etc.)
b) Correspondence between lesson plan and practice
c) Time on task (effective use of time from the perspective of student learning)
d) Interaction (student—student; student—teacher) and participation of students in the learning process
e) Instruction delivery (clarity, adequacy of explanations, …)
f) Time and classroom management (including tackling disruptive behavior on the part of students)

Feedback session: Feedback sessions were held at the end of each day to critically review the classroom process. The teachers delivering the lectures worked with the observers to analyze the strengths and weaknesses of the classes held that day focusing on the six areas listed above.

Through these discussions, the participants were able to identify areas that needed improvement and develop strategies for tackling problems.

Grade 2 students at Bishwamitra (English class)–totally into it!

Bishwamitragrade2pic1.jpg

Grade 6 students at Bishwamitra (math class)

Bishwmitragrade6intensestudents.jpg

Staff involved in the training

Facilitators/observers:

  • Saurav Dev Bhatta and Rabi Karmacharya (all five days)
  • Kamana Regmi (three days)
  • Bipul Gautam (one day)

Most interesting outcomes

  • Grade 6 students in both schools took just one day to become familiar with using the laptops!
  • The children at Bishwamitra were allowed to take the laptops home immediately after receiving them. The children at Bashuki, however, did not take the computers home this first week. This decision was made by the respective school administrations. Not surprisingly, we observed that the Bishwamitra kids were much more familiar with the machines by the second day of the training. The difference was more pronounced in the case of grade 2 children—it took two days for the Bashuki grade 2 students to get the hang of things, while it took the Bishwamitra kids only one day.
  • In both schools, the teachers had no experience in designing and using systematic lesson plans. They were very appreciative of the experience they gained during this training period.
  • One of the main challenges teachers initially faced when designing ICT-integrated lessons was in focusing on the learning objectives rather than on the E-Paati activities.
  • The biggest difficulties faced by the teachers in the classroom were a) getting the attention of students and b) managing the time. Once the students had the laptops in front of them, they were generally oblivious to what the teacher was saying. It was, therefore, very difficult for the teacher to cover all the material that needed to be covered in that class period. For example, on the second day of the training, the classes ran up to 30 minutes overtime on the second day of the training.
  • It was much more challenging for the teachers to get the attention of the grade 2 students. In fact, on the first day, there was chaos in the grade 2 classes in both schools!
  • Initially, just the process of getting the laptops from the charging racks and putting them back after use took up a significant amount of time.
  • The most effective ways of getting the attention of students were as follows: asking all the students to close the laptops; asking them to clap together, or stand up and stretch together; producing an alien sound that would grab their attention (for example, rattling a can of marbles).
  • In the case of grade 6, by the end of the training, the teachers had completely figured out how to efficiently and effectively conduct E-Paati integrated classes within the time period allocated for the class. But they felt that it would perhaps take another week for them to fine tune the classroom process in grade 2.
  • Bishwamitra teachers Manoj (who teachers grade 6 math) and Bhim (who teaches grade 2 math) were naturals at designing and implementing E-Paati integrated classes. Very impressive!
  • The teachers in both schools felt that the most useful parts of the training were the feedback sessions at the end of the day and the lesson planning sessions.
  • The biggest technical problem during this period was the jumpy cursor. The problem was particularly bad at Bashuki. This is something we have to fix!!

Grade 2 students at Bashuki–a different seating arrangement!

Bashukigrade2-pic1.jpg Bashukigrade2-pic2.jpg

Grade 6 students at Bashuki

Bashukigrade6-pic1.jpg

Our main “mantras” for the training

  • The learning objectives should determine when and how E-Paati is used in class, not the other way round
  • E-paati should be viewed as one of the many tools and activities used to achieve the learning objectives
  • The goal is to integrate E-paati in the classroom lesson plan; not devise a lesson plan around the E-Paati activities
  • Effective classroom management can make the class; ineffective classroom management can break the class
  • Proper lesson planning is the key to successful integration of E-Paati in the classroom
  • End-of-the day group review of lessons is the key to improvement


Saurav Dev Bhatta, Education Director

Some interesting feedback from teachers at Bashuki

Some interesting feedback from teachers at Bashuki
May 16th, 2008 By: Saurav Dev Bhatta

In his comprehensive overview of our experience so far, Rabi had mentioned that Bashuki’s School Management (SMC) Committee and teachers had jointly decided to wait for one week after the project launch before allowing students to take the laptops home even though our preference was to let the chidren take the laptops home right away. Their decision was apparently based on the following assumptions:

1. In the past, quite a few students who showed up on the first day of school disappeared within the first week. So it would take at least a week to find out who would be coming to school for sure.
2. Given the socio-economic conditions of the community, protection of laptops at home and during the kids’ daily commute to and from school would be a big problem. So it would be best to first give the children a week to get fully familiar with the machines in the school itself.


It turns out that the teachers and SMC members had indeed made the right decision in waiting for a week before letting the kids take the lapotps home. In particular, their first assumption turned out to be quite consistent with reality. Needless to say, far fewer grade 2 and 6 students (i.e., grades receiving laptops), dropped out in the first week this year compared to last year; but nevertheless, around 9 students might not show up in the coming months.

Interestingly, however, the teachers told us that their experience during the past three weeks has led them to completely drop their second assumption. According to their observation, there have been absolutely no problems related to the protection of laptops. The children and their families are taking very good care of them. And there have been no instances of laptops getting lost, stolen, pawned, or forcibly taken (even if temporarily) by others–these were the potential dangers the SMC members and teachers were quite concerned about.

Another interesting observation from the teachers relates to attendance. Even though it might a bit too early to tell how attendance is going to be impacted over the long haul, this is what the teachers conveyed to us:

1. Compared to last year, there has beeen a distinct decrease in the % of dropouts during the first three weeks. While 253 students appeared on the first day of school last year, the number dwindled to 190 by the end of the 3rd week. On the other hand, of the 225 students who came to school the first day, 200 have been attending school regularly even at the end of the 3rd week. The teachers feel that the introduction of Epaati is the main reason behind this positive change.
2. Compared to last year, the number of students disappearing from school in the middle of the school day has also drecreased significantly. Apparently, this is generally a notable problem in the school. But now, at least in grades 2 and 6, no one leaves school before the end of the school day.
3. There also seems to be some spillover effect on the other grades (perhaps because they have siblings in grade 2 and 6)–the attendance in the other grades has also improved.


It is relevant to note that these are general impressions on the part of the teachers (not the outcome of systematic research!). Nevertheless, these are encouraging outcomes.

One final interesting comment from the teachers relates to the unavailability of power adapters for charging at home. Currently, the kids charge the laptops in school and take them home. There is enough charge for them to do Epaati activities and a little bit more at home; but by the time they are done, it is time for recharging. The teachers strongly recommended that we keep it this way–i.e., not make charging facilities available at home. The reason? To give the kids motivation to come to school regularly! This is indeed an interesting point.


Saurav Dev Bhatta, Education Director