Actions

Project list

From ACL@NCU

Revision as of 01:01, 21 March 2018 by Aclexp (talk | contribs)

==;Word Guessing Set a legitimate English word, tell the user how many alphabets it has, and allow the user to input their guess. Provide feedback to the answer each time, indicating which position they get it right. Finally, when the answer is a complete correct match, print out "Congratulations!!"

;Stroop RT data generation and summary

Randomly generate 100 files with three columns of data: the first column indicates color, the second column indicates the name of color, and the third column indicates RT (ms). There has to be "congruent" and "incongruent" combinations of column 1 and 2. That is, red color with the name "red" (congruent) and red color with the name "green". The RTs for congruent conditions have to be sorter than for incongruent conditions on average, and has to be normally distributed around their conditional mean. At least four different colors have to be used, and at least 10 rows of data for each color-name combination have to be generated. Finally, compute the mean RTs of congruent and incongruent conditions, respectively.