Talk:Application Program: Test of ability with arithmetic

From OLPC
Revision as of 02:22, 1 June 2006 by 86.136.208.48 (talk) (Replying to the comments)
Jump to: navigation, search

Use UTF-8 for strings !!!

Using XML for translation strings garanties, that encoding isn't a problem.


<application name="aritmetic program"> <item>

 <string lang="en">0123456789</string>
 <string lang="de">0123456789</string>
 <string lang="ar">٠١٢٣٤٥٦٧٨٩</string>

</item> <item>

 <string lang="en">+-*/=.</string>

</item> <item>

 <string lang="en">How many digits should the numbers use?</string>
 <string lang="de">Wie viele Stellen soll die Zahl haben?</string>

</item> </application>


While I certainly understand the merits of a discussion about how to develop software for the machine, I am not sure that an arithmetic proficiency test is in the spirit of what we are trying to accomplish with the laptop. While we certainly could use laptops to distribute worksheets and administer tests, wouldn't it be more productive to work with an example where the children are being expressive? Perhaps we could work with one of the examples from Logo? Walter 19:11, 31 May 2006 (EDT)

Thank you for your comments. The program is not so much an arithmetic proficiency test, though it could be used as such, as a program for children to test themselves that they can work out the right answer to a problem. This could be used in a ready-to-test situation as outlined in the http://wiki.laptop.org/index.php/Software_Ideas_-_Education#The_.22ready-to-test.22_concept section.

Whether the ready-to-test idea is considered a good idea and, if so, whether it wil be used as part of the One Laptop per Child project is for the OLPC management to decide, perhaps influenced by any comments made by members of the community.

The "spirit of what we are trying to accomplish with the laptop" is an interesting phrase. The children need to be educated. Qualifications are an important part of being educated if that education is to be applied to obtain employment. This application program is just a drop in the ocean along that path, yet it is a start. A culture that examinations are a fun thing to do because they can lead to recognition of ability could be a major turn around from the traditional culture that examinations are something to fear.

This application program is intended to be an example of a stand-alone program which can run directly on the as-supplied laptop.

> ..., wouldn't it be more productive to work with an example where the children are being expressive?

Well, it would be good to have an example where the children are being expressive. However, I have no idea at present how to proceed to specify such an application program. If you or other readers would like to start a page for such an application program that would be good.

> Perhaps we could work with one of the examples from Logo?

Yes. I know very little about Logo at present, though I am interested to learn, so I could not start the page off. Would the example from Logo be a stand-alone program which can run directly on the as-supplied laptop? If it is not then it is still worth doing, though something else would be needed to try to produce a stand-alone program which can run directly on the as-supplied laptop.

William Overington 2006-06-01 0621Z