Flash cards: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
== Plans ==
== Plans ==


I, [[User:Sethwoodworth|isforinsects]], plan on cutting my teeth on python programming by creating this activity. If someone else gets to it first, I'm not going to cry about it. I'll probably try to code my own version just for practice.
I, [[User:Sethwoodworth|isforinsects]], plan on cutting my teeth in python writing this activity. If someone else gets to it first, I'm not going to cry about it. I'll probably try to code my own version just for practice.


[[category:software development]]
[[category:software development]]

Revision as of 00:53, 19 December 2007

Concept

A flash cards activity with a very simple interface.

  1. Dropdown or connection to journal to load a Deck of flashcards.
  2. Speed setting for displaying the cards
  3. Counter for number of times to display each card.

A b/w interface. With one side of a card being Black letters on a while field, and the other being reversed.

Accelerated learning

If you're familiar with principles of Accelerated Learning, you might have heard that strong visual stimulus and measured 1/second beats have a very positive effect on memorization.

Baroque is the most often cited example of music with a 60 beats per minute tempo.

Java Example

Site
http://www.manifestation.com/neurotoys/learnfast/
Code
http://www.manifestation.com/neurotoys/learnfast/LearnFast.java

Plans

I, isforinsects, plan on cutting my teeth in python writing this activity. If someone else gets to it first, I'm not going to cry about it. I'll probably try to code my own version just for practice.