Hey everyone!
I’m finishing up a source memory task that I’m aiming to get online soon. I have a couple of things left that I’m having trouble trying to figure out, both regarding saving specific data to the output file.
- I need the old/new status of the word to be shown for the test words. So, mark it as old if it was shown during study and new if it wasn’t previously shown.
- I need the correct source (which I have marked as Identity in the code) to show. So, if the word was shown during study, what was the source paired with it (marked as Source in the study section) and mark it as ‘n’ for new if it wasn’t previously seen.
Right now the values are being added to the output file, but O_N is only being marked as old and Identity is only showing one source.
I have attached that section of the data file and the code in the task (initialization, study, and test).
Thanks in advance and let me know if you need more explanation/materials from the task!