Funny Memory
Also known as the Associative Memory Game, Funny Memory is derived from visual association memory tests. Participants view image pairs with unrelated objects combined in the same image (e.g., a fox in an ice cream cone), then must recall and recognize these associations through multiple phases: learning, delay, free recall, cued recall, and recognition.
ActivitySpec: lamp.funny_memory
Cognitive domain: Associative memory, visual memory
Configurationโ
The game uses a fixed set of image pairs. The delay period between learning and recall phases can be customized within the mindLAMP platform.
Usageโ
The assessment progresses through multiple phases:
- Learning โ The participant is briefly shown 6 images with combined objects and asked to say aloud and record what two objects are in each image.
- Delay โ Orientation questions (today's date, day of the week, season, etc.) fill a customizable delay period.
- Free recall โ The participant records any image pairs they can remember.
- Cued recall โ Each image is shown with only one object; the participant must name the missing object.
- Recognition โ Four similar images are displayed, and the participant selects the one originally shown.
References
- Lindeboom, J. et al. (2002) Visual association test to detect early dementia of the Alzheimer type. Journal of Neurology, Neurosurgery, and Psychiatry, 73(2), 126-133. DOI: 10.1136/jnnp.73.2.126
Screenshotsโ







Dataโ
static_dataโ
| Field | Type | Description |
|---|---|---|
image_exposure_time | number | Time each image was shown during learning (ms) |
learning_trials | number | Number of learning trial repetitions |
image_set_shown | number | Image set used (1-6, selected based on current month) |
delay_time | number | Delay period between learning and recall (seconds) |
timeTakenForTrial | number | Total time for all learning trials (ms) |
timeTakenForRecall | number | Time for free recall phase (ms) |
timeForRecognition1 | number | Time for cued recall phase (ms) |
timeForRecognition2 | number | Time for forced-choice recognition phase (ms) |
number_of_correct_force_choice | number | Correct selections in the forced-choice recognition phase (0-6) |
total_number_of_pairings_listed | number | Number of image pairs presented |
orientation_survey | object | Delay-period orientation responses (see below) |
The orientation_survey object contains responses to orientation questions asked during the delay period. Each field has a value (the participant's answer) and is_correct (boolean, compared against actual date/time):
| Field | Description |
|---|---|
start_time | Current time (H:M format; correct if within 5 minutes) |
day | Day of the week |
today_date | Day of the month |
month | Current month |
year | Current year |
season | Current season |
temporal_slicesโ
| Field | Type | Description |
|---|---|---|
item | number | Image index from the randomized set |
value | string or null | Base64-encoded audio recording (learning, recall, and cued recall phases) or null (recognition phase) |
type | null or boolean | null for audio-based phases; true/false for recognition phase (correct/incorrect image selection) |
duration | number | Time since previous interaction (ms) |
level | string | Phase name: "Trial", "Trial1", "Trial2", "recall", "recognition1", or "recognition2" |
Cortex Featuresโ
funny_memory (raw). No primary or secondary Cortex features currently process Funny Memory data.
View in Portal | Python SDK | API Reference