Memory game Changes #827
Labels
feature
New feature or request
Final testing
Issues ready to be closed pending testing for new release
frontend
LAMP-dashboard, LAMP-activities, and LAMP-js
Modification of the scoring of preexisting game (Temporal Order Memory Game)
-Data collected:
response time per screen touch, actual response (which item or location selected) and correct/incorrect. In other words
• The program should keep track of item selected as correct/incorrect as well as the actual item (each item can be assigned a number)
• The program should keep track of location selected as correct/incorrect as well as location (again, each location can be assigned a number)
• The program should keep track of the time it takes to select each and every item and each location as well as the total time to do each learning task and final recall/recognition task.
• Data collection for all learning trials and the final recall/recognition test.
Scoring: Total Learning
Number of correct items selected + Number of correct locations during learning phase
Total Recall
Number of correct items selected + Number of correct locations during recall phase
The text was updated successfully, but these errors were encountered: