Flash cards: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (+cat)
No edit summary
Line 1: Line 1:
== Concept ==
Idea:


A flash cards activity with a very simple interface.
A flash cards activity with a very simple interface.
Line 9: Line 9:
A b/w interface. With one side of a card being Black letters on a while field, and the other being reversed.
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, [[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.


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

Revision as of 00:52, 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 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.