Hello!
I am working with the preprogrammed face-name associative memory exam (
https://www.millisecond.com/download/library/facenameassociativememoryexam/) but I seem to be having some issues with the data it gives me.
I have made some edits to the code and split it into two parts, before the delay, and after the delay.
I have manually recorded my results and compared them to the data from the test and there are some inconsistencies.
Before the delay: The CRN (correctly recalled names) value it is giving me is larger than the number of names that I actually correctly recalled, and the CRO (correctly recalled occupations) continually gives me "nan". I think the number I am getting for CRN is a combination of correct names and occupations (e.g., if I got 5 names correct and 4 occupations the CRN would be 9).
After the delay: The CRN30 (correctly recalled names after a 30-minute delay), I am getting the correct number, however, for CRO30 (correctly recalled occupations after a 30-minute delay) I am once again getting "nan".
Perhaps it is something with my edits, so I manually recorded my data for the unedited version and still got inconsistent results ("nan" for both CRO and CRO30).
Does anyone know why this might be happening or what I can do to fix it?