This is a story about how we arrived at integrating SchoolTool in NEXS infrastructure to provide schools with a tool to manage classrooms, students, teachers and their day to day activity.
Entries Tagged as 'Testing'
SchoolTool packaging for NEXS
December 9th, 2010 By: Abhishek Singh · 5 Comments
Tags: Development · Testing
Teacher Preparation Program for the OLPC Project—Part II
May 4th, 2008 By: Saurav Dev Bhatta · 1 Comment
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 [...]
Tags: Development · News & Events · Testing
How to (hack) customize a built for XO.
March 23rd, 2008 By: admin · 2 Comments
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 [...]
Tags: Development · Testing
School Server Network Structure With Squid
February 12th, 2008 By: admin · 4 Comments
Here is the network structure for the school server with proxy setup. # vi /etc/sysctl.conf make net.ipv4.ip_forward = 1 service network restart Then ip-forwarding through ip-tables # iptables –table nat –append POSTROUTING –out-interface eth0 -j MASQUERADE # iptables –append FORWARD –in-interface eth2 -j ACCEPT squid install and cofigure squid ——————–squid.conf————————————- http_port 3128 transparent hierarchy_stoplist cgi-bin [...]
Tags: Development · Testing
Moodle on school server
January 29th, 2008 By: admin · No Comments
I am putting a few moodle screenshots, that shows the idea of separate grouping. Lets say there are three users: Admin/teacher, user1 and user2 (students in grade 2 and grade 6). The teacher will see this on his/her moodle screen: This is what user 1 who belongs to group class 2 will see: And this [...]
Tags: Testing
Our Plans for the School Server
January 23rd, 2008 By: bryan · 1 Comment
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 [...]
Tags: Development · Testing
Template really helps
December 13th, 2007 By: admin · No Comments
Few weeks back I have created an
activity named "object identification". It took me a week
to complete that activity. Basically, It displays object and we have
to identify its name from list of options. Image, sound and text are
the integral components of this activity. After working on few more
activities We have realized that it will be better if we could
develop a template to make such activities. So, I invested few days
to make a template for multiple choice activity. Once it has
completed I have told one of my team mates that If I could create
three multiple choice activities within three hours then this
template can be consider worthy. To my surprise, it takes less than
three hours to complete three multiple choice activities. So, now I
have realized that if any thing is recurring then creating a template
really speed up activities development process.
Tags: Testing