Data From "Gaze cues and arrow cues modulate accuracy of recall of verbal items in a working memory task "
收藏资源简介:
Data from Experiment 1: gaze-working-memory-data.csvData from Experiment 2: gaze-arrow-wm-data.csv{ "objects":[ {"name":"TEST TRIALS", "contents":[ { "key":"image1", "type":"url", "description":"url to image file. This is always the image of the face with eyes directly facing the participant item" }, { "key":"image2", "type":"url", "description":"url to image file. This is either the image of the face with eyes facing left or the image with eyes facing right" }, { "key":"grid_items", "type":"array", "description":"array of letter information", "contents":"LETTER OBJECT" }, { "key":"target", "type":"object", "description":"the target probe presented", "contents":"LETTER OBJECT" }, { "key":"gaze_direction", "type":"enum", "description":"is gaze to left or right", "contents":["left", "right"] }, { "key":"grid_position", "type":"enum", "description":"is grid on left or right", "contents":["left", "right"] }, { "key":"target_type", "type":"enum", "description":"is target valid (gazed at) or invalid (gazed away)", "contents":["valid", "invalid"] }, { "key":"trial_type", "type":"enum", "description":"type of trial", "contents":["practice", "block-1", "block-2", "block-3", "block-4"] }, { "key":"face", "type":"enum", "description":"identity of face to be shown a -f", "contents":["a", "b", "c", "d", "e", ""] }, { "key":"window", "type":"object", "description":"x, y dimensions of window and name of HTML element that was fullscreen or FALSE if participants were not in fullscreen mode" }, { "key":"rt", "type":"integer", "description":"time in ms before participants key press" }, { "key":"response_type", "type":"string", "description":"type of response" }, { "key":"key_press", "type":"string", "description":"name of key pressed", "contents":["left", "right"] }, { "key":"response", "type":"string", "description":"name of key pressed", "contents":["left", "right"] }, { "key":"avg_frame_time", "type":"float", "description":"time in ms screen displayed for before refreshing" }, { "key":"center_x", "type":"float", "description":"x coord at centre" }, { "key":"center_y", "type":"float", "description":"y coord at centre" }, { "key":"trial_type", "type":"string", "description":"jspsych trial type name" }, { "key":"trial_index", "type":"int", "description":"trial index" }, { "key":"plugin_version", "type":"string", "description":"version of jspsych plugin" }, { "key":"time_elapsed", "type":"int", "description":"elapsed time" } ] }, { "name":"OTHER_TRIAL_COMPONENTS", "description":"stored information for trial components (e.g. inter-trial intervals) that were presented but are not critical to analysis", "contents":[ { "key":"rt", "type":"integer", "description":"time in ms before participants key press" }, { "key":"response_type", "type":"string", "description":"type of response" }, { "key":"key_press", "type":"string", "description":"name of key pressed", "contents":["left", "right"] }, { "key":"response", "type":"string", "description":"name of key pressed", "contents":["left", "right"] }, { "key":"avg_frame_time", "type":"float", "description":"time in ms screen displayed for before refreshing" }, { "key":"center_x", "type":"float", "description":"x coord at centre" }, { "key":"center_y", "type":"float", "description":"y coord at centre" }, { "key":"trial_type", "type":"string", "description":"jspsych trial type name" }, { "key":"trial_index", "type":"int", "description":"trial index" }, { "key":"plugin_version", "type":"string", "description":"version of jspsych plugin" }, { "key":"time_elapsed", "type":"int", "description":"elapsed time" } ] }, { "name":"LETTER OBJECT", "contents":[ { "key":"letter", "value":"string", "description":"letter to be displayed or nothing if blank string" }, { "key":"color", "value":"string", "description":"color of letter" } ] } ] }
实验1数据:gaze-working-memory-data.csv;实验2数据:gaze-arrow-wm-data.csv { "objects":[ { "name":"测试试次(TEST TRIALS)", "contents":[ { "key":"image1", "type":"URL链接", "description":"图像文件的URL链接,该图像始终为双眼直视被试的人脸图片" }, { "key":"image2", "type":"URL链接", "description":"图像文件的URL链接,该图像可为双眼朝左或朝右的人脸图片" }, { "key":"grid_items", "type":"数组", "description":"字母信息数组,元素为字母对象(LETTER OBJECT)", "contents":"字母对象(LETTER OBJECT)" }, { "key":"target", "type":"对象", "description":"当前试次呈现的目标探测刺激,内容为字母对象(LETTER OBJECT)", "contents":"字母对象(LETTER OBJECT)" }, { "key":"gaze_direction", "type":"枚举类型", "description":"标识人脸视线朝向", "contents":["左", "右"] }, { "key":"grid_position", "type":"枚举类型", "description":"标识实验网格所在位置", "contents":["左", "右"] }, { "key":"target_type", "type":"枚举类型", "description":"标识目标类型:有效(注视朝向)或无效(注视背离)", "contents":["有效", "无效"] }, { "key":"trial_type", "type":"枚举类型", "description":"标识试次类别", "contents":["练习试次", "组块1", "组块2", "组块3", "组块4"] }, { "key":"face", "type":"枚举类型", "description":"标识待呈现的人脸身份,范围为a-f", "contents":["a", "b", "c", "d", "e", ""] }, { "key":"window", "type":"对象", "description":"存储窗口的x、y维度信息,以及全屏状态对应的HTML元素名称;若被试未处于全屏模式则为FALSE" }, { "key":"rt", "type":"整数", "description":"单位为毫秒,指被试按下按键前的反应时长" }, { "key":"response_type", "type":"字符串", "description":"标识本次反应的类型" }, { "key":"key_press", "type":"字符串", "description":"存储被试按下的按键名称", "contents":["左", "右"] }, { "key":"response", "type":"字符串", "description":"存储被试按下的按键名称", "contents":["左", "右"] }, { "key":"avg_frame_time", "type":"浮点数", "description":"单位为毫秒,指屏幕刷新前的平均显示时长" }, { "key":"center_x", "type":"浮点数", "description":"实验界面中心点的x坐标" }, { "key":"center_y", "type":"浮点数", "description":"实验界面中心点的y坐标" }, { "key":"trial_type", "type":"字符串", "description":"jspsych试次的类型名称" }, { "key":"trial_index", "type":"整数", "description":"试次的全局索引" }, { "key":"plugin_version", "type":"字符串", "description":"jspsych插件的版本号" }, { "key":"time_elapsed", "type":"整数", "description":"从实验开始到当前试次已流逝的时长" } ] }, { "name":"其他试次组件(OTHER_TRIAL_COMPONENTS)", "description":"存储试次组件的附属信息(例如试次间隔),此类信息虽已呈现但对核心数据分析无关键作用", "contents":[ { "key":"rt", "type":"整数", "description":"单位为毫秒,指被试按下按键前的反应时长" }, { "key":"response_type", "type":"字符串", "description":"标识本次反应的类型" }, { "key":"key_press", "type":"字符串", "description":"存储被试按下的按键名称", "contents":["左", "右"] }, { "key":"response", "type":"字符串", "description":"存储被试按下的按键名称", "contents":["左", "右"] }, { "key":"avg_frame_time", "type":"浮点数", "description":"单位为毫秒,指屏幕刷新前的平均显示时长" }, { "key":"center_x", "type":"浮点数", "description":"实验界面中心点的x坐标" }, { "key":"center_y", "type":"浮点数", "description":"实验界面中心点的y坐标" }, { "key":"trial_type", "type":"字符串", "description":"jspsych试次的类型名称" }, { "key":"trial_index", "type":"整数", "description":"试次的全局索引" }, { "key":"plugin_version", "type":"字符串", "description":"jspsych插件的版本号" }, { "key":"time_elapsed", "type":"整数", "description":"从实验开始到当前试次已流逝的时长" } ] }, { "name":"字母对象(LETTER OBJECT)", "contents":[ { "key":"letter", "value":"字符串", "description":"待显示的字母;若为空字符串则不显示任何内容" }, { "key":"color", "value":"字符串", "description":"字母的显示颜色" } ] } ] }



