Difference between revisions of "Activities/Recall"
(18 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
[[File:Recall-icon.svg]] | [[File:Recall-icon.svg]] | ||
− | The Recall Activity is a series of | + | The Recall Activity is a series of four memory games, each of increasing difficulty. |
[[File:Recall.png]] | [[File:Recall.png]] | ||
== Where to get Recall == | == Where to get Recall == | ||
− | The Story activity is ''soon to be'' available for download from the [http://activities.sugarlabs.org Sugar | + | The Story activity is ''soon to be'' available for download from the [http://activities.sugarlabs.org Sugar Activity Library]: [http://activities.sugarlabs.org/en-US/sugar/addon/4567 Recall] |
− | The source code is available on [ | + | The source code is available on [https://github.com/sugarlabs/recall/ github]. |
== Using Recall == | == Using Recall == | ||
− | Simply launch the activity and the games will begin. | + | Simply launch the activity and the games will begin. |
+ | |||
+ | Each game has six levels of difficultly. As you complete a level – by getting four correct answers in a row – you automatically advance to the next level. | ||
The first game prompts the learner to observe which images are repeated in the grid. It starts easy, with just three images, but as more images are added, it becomes more challenging. | The first game prompts the learner to observe which images are repeated in the grid. It starts easy, with just three images, but as more images are added, it becomes more challenging. | ||
− | [File:Recall-game-1.png|300px]] | + | [[File:Recall-game-1.png|300px]] |
− | [File:Recall-game-1- | + | [[File:Recall-game-1-question.png|300px]] |
The second game prompts the user to identify the image which had not appeared in the grid. Again, it starts easy, with just three images to remember, but gets very challenging as the number of images increases. | The second game prompts the user to identify the image which had not appeared in the grid. Again, it starts easy, with just three images to remember, but gets very challenging as the number of images increases. | ||
− | The third game (an "n-back-style game | + | The third game (an "n-back"-style game) shows images in sequence and prompts the learner to recall which image came earlier. First is asked for the image that was present just previously; then two-previously,... up to six previously. |
[[File:Recall-game-3.png|300px]] | [[File:Recall-game-3.png|300px]] | ||
[[File:Recall-game-3-question.png|300px]] | [[File:Recall-game-3-question.png|300px]] | ||
+ | |||
+ | A fourth game is similar to Game 2, except the images are in color. | ||
+ | |||
+ | [[File:Recall-color.png|300px]] | ||
+ | |||
+ | [[File:Recall-color-2.png|300px]] | ||
=== The Toolbars === | === The Toolbars === | ||
Line 36: | Line 44: | ||
:from left to right | :from left to right | ||
;Activity-toolbar Button: opens standard Sugar activity toolbar | ;Activity-toolbar Button: opens standard Sugar activity toolbar | ||
− | ; | + | ;Repeat-game Button: loads a new 'repeat' game |
+ | ;Missing-game Button: loads a new 'missing' game | ||
+ | ;N-back game Button: loads a new 'n-back' game | ||
+ | ;Color Missing-game Button: loads a new 'missing' game using color | ||
;Label: special instructions appear here | ;Label: special instructions appear here | ||
;Stop Button: used to exit the activity | ;Stop Button: used to exit the activity | ||
Line 42: | Line 53: | ||
== Learning with Recall == | == Learning with Recall == | ||
− | Recall is a fun way to practice observation and memory skills. It is based | + | Recall is a fun way to practice observation, attention, and memory skills. Two types of games are available: attentional retraining and n-back. |
+ | |||
+ | Games 1, 2, and 4 are variants of "attentional retraining". The task is to observe randomly presented symbols and subsequently recall some difference, such as a repeated symbol (Game 1) or a newly introduced symbol (Games 2 and 4). It is theorized that cognitive retraining can generalize to attentional processes employed in every-day life ([http://en.wikipedia.org/wiki/Attentional_retraining]). | ||
+ | |||
+ | Game 3 is an n-back game. "Games based on N-back tests require players to remember the location of a symbol or the sound of a particular letter presented just before (1-back), the time before last (2-back), the time before that (3-back) and so on. Some researchers say that playing games like this may actually make us smarter." ([http://www.nytimes.com/2012/04/22/magazine/can-you-make-yourself-smarter.html?_r=2&ref=magazine]). | ||
== Extending Recall == | == Extending Recall == | ||
Line 58: | Line 73: | ||
== Where to report problems == | == Where to report problems == | ||
− | You can ''soon'' report bugs and make feature requests [https://bugs.sugarlabs.org/newticket?component=Recall on our bug-tracking system] (You need to create an account first). To list all open tickets of Recall you can use [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=Recall query component=Recall]. You are also welcome to leave comments/suggestions on the [[Talk:Activities/Recall] page. | + | You can ''soon'' report bugs and make feature requests [https://bugs.sugarlabs.org/newticket?component=Recall on our bug-tracking system] (You need to create an account first). To list all open tickets of Recall you can use [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=Recall query component=Recall]. You are also welcome to leave comments/suggestions on the [[Talk:Activities/Recall]] page. |
== Credits == | == Credits == | ||
− | Recall was written and is maintained by [[User:Walter]] | + | Recall was written and is maintained by [[User:Walter]] , [[User:Ignacio_Rodríguez]] |
Most of the images are from the [http://thenounproject.com/ The Noun Project]. | Most of the images are from the [http://thenounproject.com/ The Noun Project]. | ||
[[Category:Activity]] | [[Category:Activity]] | ||
+ | [[Category:Activities]] |
Latest revision as of 07:22, 11 August 2020
About Recall
The Recall Activity is a series of four memory games, each of increasing difficulty.
Where to get Recall
The Story activity is soon to be available for download from the Sugar Activity Library: Recall
The source code is available on github.
Using Recall
Simply launch the activity and the games will begin.
Each game has six levels of difficultly. As you complete a level – by getting four correct answers in a row – you automatically advance to the next level.
The first game prompts the learner to observe which images are repeated in the grid. It starts easy, with just three images, but as more images are added, it becomes more challenging.
The second game prompts the user to identify the image which had not appeared in the grid. Again, it starts easy, with just three images to remember, but gets very challenging as the number of images increases.
The third game (an "n-back"-style game) shows images in sequence and prompts the learner to recall which image came earlier. First is asked for the image that was present just previously; then two-previously,... up to six previously.
A fourth game is similar to Game 2, except the images are in color.
The Toolbars
- from left to right
- Activity-toolbar Button
- opens standard Sugar activity toolbar
- Repeat-game Button
- loads a new 'repeat' game
- Missing-game Button
- loads a new 'missing' game
- N-back game Button
- loads a new 'n-back' game
- Color Missing-game Button
- loads a new 'missing' game using color
- Label
- special instructions appear here
- Stop Button
- used to exit the activity
Learning with Recall
Recall is a fun way to practice observation, attention, and memory skills. Two types of games are available: attentional retraining and n-back.
Games 1, 2, and 4 are variants of "attentional retraining". The task is to observe randomly presented symbols and subsequently recall some difference, such as a repeated symbol (Game 1) or a newly introduced symbol (Games 2 and 4). It is theorized that cognitive retraining can generalize to attentional processes employed in every-day life ([1]).
Game 3 is an n-back game. "Games based on N-back tests require players to remember the location of a symbol or the sound of a particular letter presented just before (1-back), the time before last (2-back), the time before that (3-back) and so on. Some researchers say that playing games like this may actually make us smarter." ([2]).
Extending Recall
- Recall can be shared.
Modifying Recall
- Add new images to Recall by putting them in the images folder of the activity.
Your suggestions for enhancements and/or use cases...
Where to report problems
You can soon report bugs and make feature requests on our bug-tracking system (You need to create an account first). To list all open tickets of Recall you can use query component=Recall. You are also welcome to leave comments/suggestions on the Talk:Activities/Recall page.
Credits
Recall was written and is maintained by User:Walter , User:Ignacio_Rodríguez
Most of the images are from the The Noun Project.