Hacker News new | ask | show | jobs
by dspillett 3915 days ago
> The replacement for a $100 problem is to buy students iPads and use an app and touchscreen?

When put exactly that way, yes that sounds silly.

But what about an app and a stack of much cheaper tablets? Not one per child but a pool for the school which are available to use in lesson time, exam time, and for the less well-off students to be borrowed for homework. Those that have their own Android tablet can just use their own and run the app on that, just needing a school one for exams (where they would not be allowed their own because they could bring notes into a closed-book exam).

For exam use they'd need to be locked down but that should be easy enough. Require that all students use a school provided one (so they can't hide notes and other such on their own devices) and re-image each before the exams start (so yes, some admin time to factor in here) with a base OS plus the desired app and all wireless locked off.

I mentioned Android above for cheapness mainly, if you are going to target one platform then for this use the one you can get the least expensive units for should win. Having said that, you don't need to go the native app route: build it in JS and you can run it on any device. For what the students will be needing even those cheap god-awful-slow tablets will cope quite nicely unless your JS and DOM manipulations are grossly inefficient. For the locked-down situation in an exam room "run" the app from local files and use the local storage options in the browser if you need to maintain state.

There would be an up-front cost (buying a job lot of tablets initially) and ongoing maintenance (a rolling program of replacing them as they break and some admin time updating/resetting them as needed) but you can get easily get 7" tablets for less than $50 each as single units and that price should drop when buying in bulk. For a smaller device something like https://www.kickstarter.com/projects/1598272670/chip-the-wor... might be more suitable (smaller screen but easier to pocket and has physical keyboard) when they are available.

And of course the schools don't have to provide them, if they already expect the students to have a TI calculator how is requiring them to have a cheap tablet or similar any different?

The key problems with this idea as I see it:

* Getting the new app-and-devices idea accepted as a viable alternative (the current graphing calculators are pretty entrenched).

* Writing the app in the first place, and then maintaining it. I doubt there would be a commercial impetus for anyone to do it so it would need to be some form of F/OSS arrangement or funded from education budgets. Maybe if I win the lottery and need a project to fill my spare time with I'll give it a go...

1 comments

They are entrenched but there's also a lot of reasons that they've stuck around too beyond the inertia of the education system. Any alternative is fighting against a lot of we established training and knowledge. Teachers have been using them for years and the functions are well known and pretty easy to figure out.

TI graphing calculators just work in a way that will be really hard to match with more complex or newer devices like an Android Tablet running an app. The software has been ironed out over years of use and I can't remember ever causing a crash on my 83s or my 89. Plus there's no admin or reimaging required because anyone can go and reset the device to factory in a couple seconds before a test.

Don't discount their low power draw and instantly replaceable batteries either. TIs get weeks of use out of a pair of batteries and you know that they're getting low long before they run out so there's plenty of time to get replacement batteries. Compare that to any cheap Android tablet where 5 hours of active use kills it dead and it takes too much time to charge it back up before a test or class is over so you have to either a) replace it with a charged spare or b) get power to the kid's desk. That's a pretty big knock against having a pool of devices as an important component of testing or in class work.