Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory game Changes #827

Open
sarithapillai8 opened this issue Sep 4, 2024 · 1 comment
Open

Memory game Changes #827

sarithapillai8 opened this issue Sep 4, 2024 · 1 comment
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

Comments

@sarithapillai8
Copy link
Contributor

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

@sarithapillai8 sarithapillai8 added feature New feature or request frontend LAMP-dashboard, LAMP-activities, and LAMP-js QA testing Issue is being QA tested for production release labels Sep 4, 2024
@evinkalengaden
Copy link

Hi @kijote0

We have updated the Dashboard Staging with these changes. Could you please review and let me know your comments.

Thanks,
Evin K Alengaden

@sarithapillai8 sarithapillai8 removed the QA testing Issue is being QA tested for production release label Sep 10, 2024
@kijote0 kijote0 added the Final testing Issues ready to be closed pending testing for new release label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants