Advertisement
VictorVarela

OpenSesame - Loop Issues when online

Jan 13th, 2021
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.28 KB | None | 0 0
  1. ---
  2. API: 2.1
  3. OpenSesame: 3.3.6
  4. Platform: nt
  5. ---
  6. set width 1024
  7. set uniform_coordinates yes
  8. set title XCosExperiment
  9. set subject_parity even
  10. set subject_nr 0
  11. set start experiment
  12. set sound_sample_size -16
  13. set sound_freq 48000
  14. set sound_channels 2
  15. set sound_buf_size 1024
  16. set sampler_backend legacy
  17. set round_decimals 2
  18. set mouse_backend legacy
  19. set keyboard_backend legacy
  20. set height 768
  21. set fullscreen no
  22. set form_clicks no
  23. set foreground black
  24. set font_underline no
  25. set font_size 18
  26. set font_italic no
  27. set font_family sans
  28. set font_bold no
  29. set experiment_path "C:\\Users\\vvarela\\Downloads"
  30. set disable_garbage_collection yes
  31. set description "The main experiment item"
  32. set coordinates uniform
  33. set compensation 0
  34. set color_backend legacy
  35. set clock_backend legacy
  36. set canvas_backend legacy
  37. set background white
  38.  
  39. define sketchpad BlockExplanation
  40. set duration keypress
  41. set description "Displays stimuli"
  42. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="Block [Block]<br /><br /><br />Please press any key to continue..." x=0 y=0 z_index=0
  43.  
  44. define sketchpad Block_A_Explanation
  45. set duration keypress
  46. set description "Displays stimuli"
  47. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="In this block pairs of faces will be presented with manipulations<br />from face recognitions algorithms. Your task is to use highlighted areas and topographic colours<br />strategically to detect if they are the same person or different people" x=0 y=0 z_index=0
  48.  
  49. define sketchpad Block_N_Explanation
  50. set duration keypress
  51. set description "Displays stimuli"
  52. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="In this block pairs of faces will be presented without any manipulation<br />from face recognitions algorithms. Your task is to simply use your<br />strategy to detect if they are the same person or different people" x=0 y=0 z_index=0
  53.  
  54. define sketchpad Block_T_Explanation
  55. set duration keypress
  56. set description "Displays stimuli"
  57. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="In this block pairs of faces will be presented with topographic manipulations<br />from face recognitions algorithms. Your task is to use topographic colourred areas <br />strategically to detect if they are the same person or different people" x=0 y=0 z_index=0
  58.  
  59. define sketchpad Block_W_Explanation
  60. set duration keypress
  61. set description "Displays stimuli"
  62. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="In this block pairs of faces will be presented with manipulations<br />from face recognitions algorithms. Your task is to use highlighted areas <br />strategically to detect if they are the same person or different people" x=0 y=0 z_index=0
  63.  
  64. define loop Block_loop
  65. set source_file "Stimuli_Pairs.csv"
  66. set source table
  67. set repeat 1
  68. set order random
  69. set description "Repeatedly runs another item"
  70. set cycles 100
  71. set continuous yes
  72. set break_if_on_first no
  73. set break_if "([count_FixationCross]+1)%20 == 0 and [count_FixationCross] > 0"
  74. setcycle 0 Pairs Pair_1
  75. setcycle 0 ShowScoreV1 N
  76. setcycle 0 ShowScoreV2 Y
  77. setcycle 0 Type Match
  78. setcycle 0 XCOS_Score 0.391382724
  79. setcycle 1 Pairs Pair_2
  80. setcycle 1 ShowScoreV1 Y
  81. setcycle 1 ShowScoreV2 N
  82. setcycle 1 Type Match
  83. setcycle 1 XCOS_Score 0.571147442
  84. setcycle 2 Pairs Pair_3
  85. setcycle 2 ShowScoreV1 N
  86. setcycle 2 ShowScoreV2 Y
  87. setcycle 2 Type Match
  88. setcycle 2 XCOS_Score 0.505066574
  89. setcycle 3 Pairs Pair_4
  90. setcycle 3 ShowScoreV1 Y
  91. setcycle 3 ShowScoreV2 N
  92. setcycle 3 Type Match
  93. setcycle 3 XCOS_Score 0.485492051
  94. setcycle 4 Pairs Pair_5
  95. setcycle 4 ShowScoreV1 N
  96. setcycle 4 ShowScoreV2 Y
  97. setcycle 4 Type Match
  98. setcycle 4 XCOS_Score 0.233028725
  99. setcycle 5 Pairs Pair_6
  100. setcycle 5 ShowScoreV1 Y
  101. setcycle 5 ShowScoreV2 N
  102. setcycle 5 Type Match
  103. setcycle 5 XCOS_Score 0.462682724
  104. setcycle 6 Pairs Pair_7
  105. setcycle 6 ShowScoreV1 N
  106. setcycle 6 ShowScoreV2 Y
  107. setcycle 6 Type Match
  108. setcycle 6 XCOS_Score 0.378735244
  109. setcycle 7 Pairs Pair_8
  110. setcycle 7 ShowScoreV1 Y
  111. setcycle 7 ShowScoreV2 N
  112. setcycle 7 Type Match
  113. setcycle 7 XCOS_Score 0.519850254
  114. setcycle 8 Pairs Pair_9
  115. setcycle 8 ShowScoreV1 N
  116. setcycle 8 ShowScoreV2 Y
  117. setcycle 8 Type Match
  118. setcycle 8 XCOS_Score 0.613287568
  119. setcycle 9 Pairs Pair_10
  120. setcycle 9 ShowScoreV1 Y
  121. setcycle 9 ShowScoreV2 N
  122. setcycle 9 Type Match
  123. setcycle 9 XCOS_Score 0.57243222
  124. setcycle 10 Pairs Pair_11
  125. setcycle 10 ShowScoreV1 N
  126. setcycle 10 ShowScoreV2 Y
  127. setcycle 10 Type Match
  128. setcycle 10 XCOS_Score 0.433763236
  129. setcycle 11 Pairs Pair_12
  130. setcycle 11 ShowScoreV1 Y
  131. setcycle 11 ShowScoreV2 N
  132. setcycle 11 Type Match
  133. setcycle 11 XCOS_Score 0.364627421
  134. setcycle 12 Pairs Pair_13
  135. setcycle 12 ShowScoreV1 N
  136. setcycle 12 ShowScoreV2 Y
  137. setcycle 12 Type Match
  138. setcycle 12 XCOS_Score 0.465908885
  139. setcycle 13 Pairs Pair_14
  140. setcycle 13 ShowScoreV1 Y
  141. setcycle 13 ShowScoreV2 N
  142. setcycle 13 Type Match
  143. setcycle 13 XCOS_Score 0.476005256
  144. setcycle 14 Pairs Pair_15
  145. setcycle 14 ShowScoreV1 N
  146. setcycle 14 ShowScoreV2 Y
  147. setcycle 14 Type Match
  148. setcycle 14 XCOS_Score 0.586354017
  149. setcycle 15 Pairs Pair_16
  150. setcycle 15 ShowScoreV1 Y
  151. setcycle 15 ShowScoreV2 N
  152. setcycle 15 Type Match
  153. setcycle 15 XCOS_Score 0.360425055
  154. setcycle 16 Pairs Pair_17
  155. setcycle 16 ShowScoreV1 N
  156. setcycle 16 ShowScoreV2 Y
  157. setcycle 16 Type Match
  158. setcycle 16 XCOS_Score 0.513472795
  159. setcycle 17 Pairs Pair_18
  160. setcycle 17 ShowScoreV1 Y
  161. setcycle 17 ShowScoreV2 N
  162. setcycle 17 Type Match
  163. setcycle 17 XCOS_Score 0.528638542
  164. setcycle 18 Pairs Pair_19
  165. setcycle 18 ShowScoreV1 N
  166. setcycle 18 ShowScoreV2 Y
  167. setcycle 18 Type Match
  168. setcycle 18 XCOS_Score 0.41414088
  169. setcycle 19 Pairs Pair_20
  170. setcycle 19 ShowScoreV1 Y
  171. setcycle 19 ShowScoreV2 N
  172. setcycle 19 Type Match
  173. setcycle 19 XCOS_Score 0.336201131
  174. setcycle 20 Pairs Pair_21
  175. setcycle 20 ShowScoreV1 N
  176. setcycle 20 ShowScoreV2 Y
  177. setcycle 20 Type Match
  178. setcycle 20 XCOS_Score 0.310625166
  179. setcycle 21 Pairs Pair_22
  180. setcycle 21 ShowScoreV1 Y
  181. setcycle 21 ShowScoreV2 N
  182. setcycle 21 Type Match
  183. setcycle 21 XCOS_Score 0.409865946
  184. setcycle 22 Pairs Pair_23
  185. setcycle 22 ShowScoreV1 N
  186. setcycle 22 ShowScoreV2 Y
  187. setcycle 22 Type Match
  188. setcycle 22 XCOS_Score 0.701772034
  189. setcycle 23 Pairs Pair_24
  190. setcycle 23 ShowScoreV1 Y
  191. setcycle 23 ShowScoreV2 N
  192. setcycle 23 Type Match
  193. setcycle 23 XCOS_Score 0.442471355
  194. setcycle 24 Pairs Pair_25
  195. setcycle 24 ShowScoreV1 N
  196. setcycle 24 ShowScoreV2 Y
  197. setcycle 24 Type Match
  198. setcycle 24 XCOS_Score 0.644541562
  199. setcycle 25 Pairs Pair_26
  200. setcycle 25 ShowScoreV1 Y
  201. setcycle 25 ShowScoreV2 N
  202. setcycle 25 Type Match
  203. setcycle 25 XCOS_Score 0.529830456
  204. setcycle 26 Pairs Pair_27
  205. setcycle 26 ShowScoreV1 N
  206. setcycle 26 ShowScoreV2 Y
  207. setcycle 26 Type Match
  208. setcycle 26 XCOS_Score 0.68150562
  209. setcycle 27 Pairs Pair_28
  210. setcycle 27 ShowScoreV1 Y
  211. setcycle 27 ShowScoreV2 N
  212. setcycle 27 Type Match
  213. setcycle 27 XCOS_Score 0.511326134
  214. setcycle 28 Pairs Pair_29
  215. setcycle 28 ShowScoreV1 N
  216. setcycle 28 ShowScoreV2 Y
  217. setcycle 28 Type Match
  218. setcycle 28 XCOS_Score 0.408516645
  219. setcycle 29 Pairs Pair_30
  220. setcycle 29 ShowScoreV1 Y
  221. setcycle 29 ShowScoreV2 N
  222. setcycle 29 Type Match
  223. setcycle 29 XCOS_Score 0.282620877
  224. setcycle 30 Pairs Pair_31
  225. setcycle 30 ShowScoreV1 N
  226. setcycle 30 ShowScoreV2 Y
  227. setcycle 30 Type Match
  228. setcycle 30 XCOS_Score 0.535601616
  229. setcycle 31 Pairs Pair_32
  230. setcycle 31 ShowScoreV1 Y
  231. setcycle 31 ShowScoreV2 N
  232. setcycle 31 Type Match
  233. setcycle 31 XCOS_Score 0.573421121
  234. setcycle 32 Pairs Pair_33
  235. setcycle 32 ShowScoreV1 N
  236. setcycle 32 ShowScoreV2 Y
  237. setcycle 32 Type Match
  238. setcycle 32 XCOS_Score 0.445379525
  239. setcycle 33 Pairs Pair_34
  240. setcycle 33 ShowScoreV1 Y
  241. setcycle 33 ShowScoreV2 N
  242. setcycle 33 Type Match
  243. setcycle 33 XCOS_Score 0.634242117
  244. setcycle 34 Pairs Pair_35
  245. setcycle 34 ShowScoreV1 N
  246. setcycle 34 ShowScoreV2 Y
  247. setcycle 34 Type Match
  248. setcycle 34 XCOS_Score 0.539270103
  249. setcycle 35 Pairs Pair_36
  250. setcycle 35 ShowScoreV1 Y
  251. setcycle 35 ShowScoreV2 N
  252. setcycle 35 Type Match
  253. setcycle 35 XCOS_Score 0.510872602
  254. setcycle 36 Pairs Pair_37
  255. setcycle 36 ShowScoreV1 N
  256. setcycle 36 ShowScoreV2 Y
  257. setcycle 36 Type Match
  258. setcycle 36 XCOS_Score 0.260629267
  259. setcycle 37 Pairs Pair_38
  260. setcycle 37 ShowScoreV1 Y
  261. setcycle 37 ShowScoreV2 N
  262. setcycle 37 Type Match
  263. setcycle 37 XCOS_Score 0.498536974
  264. setcycle 38 Pairs Pair_39
  265. setcycle 38 ShowScoreV1 N
  266. setcycle 38 ShowScoreV2 Y
  267. setcycle 38 Type Match
  268. setcycle 38 XCOS_Score 0.569336176
  269. setcycle 39 Pairs Pair_40
  270. setcycle 39 ShowScoreV1 Y
  271. setcycle 39 ShowScoreV2 N
  272. setcycle 39 Type Match
  273. setcycle 39 XCOS_Score 0.561750412
  274. setcycle 40 Pairs Pair_41
  275. setcycle 40 ShowScoreV1 N
  276. setcycle 40 ShowScoreV2 Y
  277. setcycle 40 Type Match
  278. setcycle 40 XCOS_Score 0.510645807
  279. setcycle 41 Pairs Pair_42
  280. setcycle 41 ShowScoreV1 Y
  281. setcycle 41 ShowScoreV2 N
  282. setcycle 41 Type Match
  283. setcycle 41 XCOS_Score 0.594388247
  284. setcycle 42 Pairs Pair_43
  285. setcycle 42 ShowScoreV1 N
  286. setcycle 42 ShowScoreV2 Y
  287. setcycle 42 Type Match
  288. setcycle 42 XCOS_Score 0.453009933
  289. setcycle 43 Pairs Pair_44
  290. setcycle 43 ShowScoreV1 Y
  291. setcycle 43 ShowScoreV2 N
  292. setcycle 43 Type Match
  293. setcycle 43 XCOS_Score 0.501814663
  294. setcycle 44 Pairs Pair_45
  295. setcycle 44 ShowScoreV1 N
  296. setcycle 44 ShowScoreV2 Y
  297. setcycle 44 Type Match
  298. setcycle 44 XCOS_Score 0.376485974
  299. setcycle 45 Pairs Pair_46
  300. setcycle 45 ShowScoreV1 Y
  301. setcycle 45 ShowScoreV2 N
  302. setcycle 45 Type Match
  303. setcycle 45 XCOS_Score 0.394155204
  304. setcycle 46 Pairs Pair_47
  305. setcycle 46 ShowScoreV1 N
  306. setcycle 46 ShowScoreV2 Y
  307. setcycle 46 Type Match
  308. setcycle 46 XCOS_Score 0.470677674
  309. setcycle 47 Pairs Pair_48
  310. setcycle 47 ShowScoreV1 Y
  311. setcycle 47 ShowScoreV2 N
  312. setcycle 47 Type Match
  313. setcycle 47 XCOS_Score 0.594613433
  314. setcycle 48 Pairs Pair_49
  315. setcycle 48 ShowScoreV1 N
  316. setcycle 48 ShowScoreV2 Y
  317. setcycle 48 Type Match
  318. setcycle 48 XCOS_Score 0.514418125
  319. setcycle 49 Pairs Pair_50
  320. setcycle 49 ShowScoreV1 Y
  321. setcycle 49 ShowScoreV2 N
  322. setcycle 49 Type Match
  323. setcycle 49 XCOS_Score 0.497788906
  324. setcycle 50 Pairs Pair_51
  325. setcycle 50 ShowScoreV1 N
  326. setcycle 50 ShowScoreV2 Y
  327. setcycle 50 Type "Non-Match"
  328. setcycle 50 XCOS_Score 0.48754555
  329. setcycle 51 Pairs Pair_52
  330. setcycle 51 ShowScoreV1 Y
  331. setcycle 51 ShowScoreV2 N
  332. setcycle 51 Type "Non-Match"
  333. setcycle 51 XCOS_Score 0.318931758
  334. setcycle 52 Pairs Pair_53
  335. setcycle 52 ShowScoreV1 N
  336. setcycle 52 ShowScoreV2 Y
  337. setcycle 52 Type "Non-Match"
  338. setcycle 52 XCOS_Score 0.492857486
  339. setcycle 53 Pairs Pair_54
  340. setcycle 53 ShowScoreV1 Y
  341. setcycle 53 ShowScoreV2 N
  342. setcycle 53 Type "Non-Match"
  343. setcycle 53 XCOS_Score 0.482298732
  344. setcycle 54 Pairs Pair_55
  345. setcycle 54 ShowScoreV1 N
  346. setcycle 54 ShowScoreV2 Y
  347. setcycle 54 Type "Non-Match"
  348. setcycle 54 XCOS_Score 0.402004123
  349. setcycle 55 Pairs Pair_56
  350. setcycle 55 ShowScoreV1 Y
  351. setcycle 55 ShowScoreV2 N
  352. setcycle 55 Type "Non-Match"
  353. setcycle 55 XCOS_Score 0.363341123
  354. setcycle 56 Pairs Pair_57
  355. setcycle 56 ShowScoreV1 N
  356. setcycle 56 ShowScoreV2 Y
  357. setcycle 56 Type "Non-Match"
  358. setcycle 56 XCOS_Score 0.4644095
  359. setcycle 57 Pairs Pair_58
  360. setcycle 57 ShowScoreV1 Y
  361. setcycle 57 ShowScoreV2 N
  362. setcycle 57 Type "Non-Match"
  363. setcycle 57 XCOS_Score 0.331015766
  364. setcycle 58 Pairs Pair_59
  365. setcycle 58 ShowScoreV1 N
  366. setcycle 58 ShowScoreV2 Y
  367. setcycle 58 Type "Non-Match"
  368. setcycle 58 XCOS_Score 0.388905317
  369. setcycle 59 Pairs Pair_60
  370. setcycle 59 ShowScoreV1 Y
  371. setcycle 59 ShowScoreV2 N
  372. setcycle 59 Type "Non-Match"
  373. setcycle 59 XCOS_Score 0.583077788
  374. setcycle 60 Pairs Pair_61
  375. setcycle 60 ShowScoreV1 N
  376. setcycle 60 ShowScoreV2 Y
  377. setcycle 60 Type "Non-Match"
  378. setcycle 60 XCOS_Score 0.433917314
  379. setcycle 61 Pairs Pair_62
  380. setcycle 61 ShowScoreV1 Y
  381. setcycle 61 ShowScoreV2 N
  382. setcycle 61 Type "Non-Match"
  383. setcycle 61 XCOS_Score 0.415561616
  384. setcycle 62 Pairs Pair_63
  385. setcycle 62 ShowScoreV1 N
  386. setcycle 62 ShowScoreV2 Y
  387. setcycle 62 Type "Non-Match"
  388. setcycle 62 XCOS_Score 0.418163657
  389. setcycle 63 Pairs Pair_64
  390. setcycle 63 ShowScoreV1 Y
  391. setcycle 63 ShowScoreV2 N
  392. setcycle 63 Type "Non-Match"
  393. setcycle 63 XCOS_Score 0.379168838
  394. setcycle 64 Pairs Pair_65
  395. setcycle 64 ShowScoreV1 N
  396. setcycle 64 ShowScoreV2 Y
  397. setcycle 64 Type "Non-Match"
  398. setcycle 64 XCOS_Score 0.412111342
  399. setcycle 65 Pairs Pair_66
  400. setcycle 65 ShowScoreV1 Y
  401. setcycle 65 ShowScoreV2 N
  402. setcycle 65 Type "Non-Match"
  403. setcycle 65 XCOS_Score 0.585605025
  404. setcycle 66 Pairs Pair_67
  405. setcycle 66 ShowScoreV1 N
  406. setcycle 66 ShowScoreV2 Y
  407. setcycle 66 Type "Non-Match"
  408. setcycle 66 XCOS_Score 0.411631763
  409. setcycle 67 Pairs Pair_68
  410. setcycle 67 ShowScoreV1 Y
  411. setcycle 67 ShowScoreV2 N
  412. setcycle 67 Type "Non-Match"
  413. setcycle 67 XCOS_Score 0.399065673
  414. setcycle 68 Pairs Pair_69
  415. setcycle 68 ShowScoreV1 N
  416. setcycle 68 ShowScoreV2 Y
  417. setcycle 68 Type "Non-Match"
  418. setcycle 68 XCOS_Score 0.527428865
  419. setcycle 69 Pairs Pair_70
  420. setcycle 69 ShowScoreV1 Y
  421. setcycle 69 ShowScoreV2 N
  422. setcycle 69 Type "Non-Match"
  423. setcycle 69 XCOS_Score 0.665833473
  424. setcycle 70 Pairs Pair_71
  425. setcycle 70 ShowScoreV1 N
  426. setcycle 70 ShowScoreV2 Y
  427. setcycle 70 Type "Non-Match"
  428. setcycle 70 XCOS_Score 0.64697957
  429. setcycle 71 Pairs Pair_72
  430. setcycle 71 ShowScoreV1 Y
  431. setcycle 71 ShowScoreV2 N
  432. setcycle 71 Type "Non-Match"
  433. setcycle 71 XCOS_Score 0.366635412
  434. setcycle 72 Pairs Pair_73
  435. setcycle 72 ShowScoreV1 N
  436. setcycle 72 ShowScoreV2 Y
  437. setcycle 72 Type "Non-Match"
  438. setcycle 72 XCOS_Score 0.606906235
  439. setcycle 73 Pairs Pair_74
  440. setcycle 73 ShowScoreV1 Y
  441. setcycle 73 ShowScoreV2 N
  442. setcycle 73 Type "Non-Match"
  443. setcycle 73 XCOS_Score 0.291674674
  444. setcycle 74 Pairs Pair_75
  445. setcycle 74 ShowScoreV1 N
  446. setcycle 74 ShowScoreV2 Y
  447. setcycle 74 Type "Non-Match"
  448. setcycle 74 XCOS_Score 0.56313765
  449. setcycle 75 Pairs Pair_76
  450. setcycle 75 ShowScoreV1 Y
  451. setcycle 75 ShowScoreV2 N
  452. setcycle 75 Type "Non-Match"
  453. setcycle 75 XCOS_Score 0.541306615
  454. setcycle 76 Pairs Pair_77
  455. setcycle 76 ShowScoreV1 N
  456. setcycle 76 ShowScoreV2 Y
  457. setcycle 76 Type "Non-Match"
  458. setcycle 76 XCOS_Score 0.537371755
  459. setcycle 77 Pairs Pair_78
  460. setcycle 77 ShowScoreV1 Y
  461. setcycle 77 ShowScoreV2 N
  462. setcycle 77 Type "Non-Match"
  463. setcycle 77 XCOS_Score 0.42773959
  464. setcycle 78 Pairs Pair_79
  465. setcycle 78 ShowScoreV1 N
  466. setcycle 78 ShowScoreV2 Y
  467. setcycle 78 Type "Non-Match"
  468. setcycle 78 XCOS_Score 0.435651243
  469. setcycle 79 Pairs Pair_80
  470. setcycle 79 ShowScoreV1 Y
  471. setcycle 79 ShowScoreV2 N
  472. setcycle 79 Type "Non-Match"
  473. setcycle 79 XCOS_Score 0.621091306
  474. setcycle 80 Pairs Pair_81
  475. setcycle 80 ShowScoreV1 N
  476. setcycle 80 ShowScoreV2 Y
  477. setcycle 80 Type "Non-Match"
  478. setcycle 80 XCOS_Score 0.422612667
  479. setcycle 81 Pairs Pair_82
  480. setcycle 81 ShowScoreV1 Y
  481. setcycle 81 ShowScoreV2 N
  482. setcycle 81 Type "Non-Match"
  483. setcycle 81 XCOS_Score 0.528407454
  484. setcycle 82 Pairs Pair_83
  485. setcycle 82 ShowScoreV1 N
  486. setcycle 82 ShowScoreV2 Y
  487. setcycle 82 Type "Non-Match"
  488. setcycle 82 XCOS_Score 0.480960995
  489. setcycle 83 Pairs Pair_84
  490. setcycle 83 ShowScoreV1 Y
  491. setcycle 83 ShowScoreV2 N
  492. setcycle 83 Type "Non-Match"
  493. setcycle 83 XCOS_Score 0.298929214
  494. setcycle 84 Pairs Pair_85
  495. setcycle 84 ShowScoreV1 N
  496. setcycle 84 ShowScoreV2 Y
  497. setcycle 84 Type "Non-Match"
  498. setcycle 84 XCOS_Score 0.460998029
  499. setcycle 85 Pairs Pair_86
  500. setcycle 85 ShowScoreV1 Y
  501. setcycle 85 ShowScoreV2 N
  502. setcycle 85 Type "Non-Match"
  503. setcycle 85 XCOS_Score 0.419445753
  504. setcycle 86 Pairs Pair_87
  505. setcycle 86 ShowScoreV1 N
  506. setcycle 86 ShowScoreV2 Y
  507. setcycle 86 Type "Non-Match"
  508. setcycle 86 XCOS_Score 0.611960888
  509. setcycle 87 Pairs Pair_88
  510. setcycle 87 ShowScoreV1 Y
  511. setcycle 87 ShowScoreV2 N
  512. setcycle 87 Type "Non-Match"
  513. setcycle 87 XCOS_Score 0.465629578
  514. setcycle 88 Pairs Pair_89
  515. setcycle 88 ShowScoreV1 N
  516. setcycle 88 ShowScoreV2 Y
  517. setcycle 88 Type "Non-Match"
  518. setcycle 88 XCOS_Score 0.291631162
  519. setcycle 89 Pairs Pair_90
  520. setcycle 89 ShowScoreV1 Y
  521. setcycle 89 ShowScoreV2 N
  522. setcycle 89 Type "Non-Match"
  523. setcycle 89 XCOS_Score 0.301921934
  524. setcycle 90 Pairs Pair_91
  525. setcycle 90 ShowScoreV1 N
  526. setcycle 90 ShowScoreV2 Y
  527. setcycle 90 Type "Non-Match"
  528. setcycle 90 XCOS_Score 0.425668478
  529. setcycle 91 Pairs Pair_92
  530. setcycle 91 ShowScoreV1 Y
  531. setcycle 91 ShowScoreV2 N
  532. setcycle 91 Type "Non-Match"
  533. setcycle 91 XCOS_Score 0.356646091
  534. setcycle 92 Pairs Pair_93
  535. setcycle 92 ShowScoreV1 N
  536. setcycle 92 ShowScoreV2 Y
  537. setcycle 92 Type "Non-Match"
  538. setcycle 92 XCOS_Score 0.552682579
  539. setcycle 93 Pairs Pair_94
  540. setcycle 93 ShowScoreV1 Y
  541. setcycle 93 ShowScoreV2 N
  542. setcycle 93 Type "Non-Match"
  543. setcycle 93 XCOS_Score 0.294515759
  544. setcycle 94 Pairs Pair_95
  545. setcycle 94 ShowScoreV1 N
  546. setcycle 94 ShowScoreV2 Y
  547. setcycle 94 Type "Non-Match"
  548. setcycle 94 XCOS_Score 0.431455731
  549. setcycle 95 Pairs Pair_96
  550. setcycle 95 ShowScoreV1 Y
  551. setcycle 95 ShowScoreV2 N
  552. setcycle 95 Type "Non-Match"
  553. setcycle 95 XCOS_Score 0.371013075
  554. setcycle 96 Pairs Pair_97
  555. setcycle 96 ShowScoreV1 N
  556. setcycle 96 ShowScoreV2 Y
  557. setcycle 96 Type "Non-Match"
  558. setcycle 96 XCOS_Score 0.542170763
  559. setcycle 97 Pairs Pair_98
  560. setcycle 97 ShowScoreV1 Y
  561. setcycle 97 ShowScoreV2 N
  562. setcycle 97 Type "Non-Match"
  563. setcycle 97 XCOS_Score 0.520304263
  564. setcycle 98 Pairs Pair_99
  565. setcycle 98 ShowScoreV1 N
  566. setcycle 98 ShowScoreV2 Y
  567. setcycle 98 Type "Non-Match"
  568. setcycle 98 XCOS_Score 0.525867343
  569. setcycle 99 Pairs Pair_100
  570. setcycle 99 ShowScoreV1 Y
  571. setcycle 99 ShowScoreV2 N
  572. setcycle 99 Type "Non-Match"
  573. setcycle 99 XCOS_Score 0.564558029
  574. run ShowImages
  575.  
  576. define sketchpad FixationCross
  577. set duration 495
  578. set description "Displays stimuli"
  579. draw fixdot color=black show_if=always style=default x=0 y=0 z_index=0
  580. draw fixdot color=black show_if=always style=default x=0 y=0 z_index=0
  581.  
  582. define logger Logger
  583. set description "Logs experimental data"
  584. set auto_log yes
  585.  
  586. define loop Main_loop
  587. set source_file ""
  588. set source table
  589. set repeat 1
  590. set order sequential
  591. set description "Repeatedly runs another item"
  592. set cycles 5
  593. set continuous yes
  594. set break_if_on_first yes
  595. set break_if never
  596. setcycle 0 Block 1
  597. setcycle 0 Metric N
  598. setcycle 1 Block 2
  599. setcycle 1 Metric T
  600. setcycle 2 Block 3
  601. setcycle 2 Metric W
  602. setcycle 3 Block 4
  603. setcycle 3 Metric A
  604. setcycle 4 Block 5
  605. setcycle 4 Metric N
  606. run Stimuli
  607.  
  608. define sketchpad PresentImage1V1
  609. set duration 0
  610. set description "Displays stimuli"
  611. draw image center=1 file="[Pairs]_[Metric]_[ShowScoreV1].jpg" scale=0.7 show_if=always x=0 y=-50 z_index=0
  612. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=20 html=yes show_if=always text="Are these images from the same person or different people?" x=0 y=215 z_index=0
  613. draw image center=1 file="colorbar.png" scale=0.5 show_if=always x=0 y=300 z_index=0
  614.  
  615. define sketchpad PresentImage1V2
  616. set duration 0
  617. set description "Displays stimuli"
  618. draw image center=1 file="[Pairs]_[Metric]_[ShowScoreV2].jpg" scale=0.7 show_if=always x=0 y=-50 z_index=0
  619. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=20 html=yes show_if=always text="Are these images from the same person or different people?" x=0 y=215 z_index=0
  620. draw image center=1 file="colorbar.png" scale=0.5 show_if=always x=0 y=300 z_index=0
  621.  
  622. define sketchpad PresentImageV1
  623. set duration 0
  624. set description "Displays stimuli"
  625. draw image center=1 file="[Pairs]_[Metric]_[ShowScoreV1].jpg" scale=0.7 show_if=always x=0 y=-50 z_index=0
  626. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=20 html=yes show_if=always text="Are these images from the same person or different people?" x=0 y=215 z_index=0
  627. draw image center=1 file="colorbar.png" scale=0.5 show_if=always x=0 y=300 z_index=0
  628.  
  629. define sketchpad PresentImageV2
  630. set duration 0
  631. set description "Displays stimuli"
  632. draw image center=1 file="[Pairs]_[Metric]_[ShowScoreV2].jpg" scale=0.7 show_if=always x=0 y=-50 z_index=0
  633. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=20 html=yes show_if=always text="Are these images from the same person or different people?" x=0 y=215 z_index=0
  634. draw image center=1 file="colorbar.png" scale=0.5 show_if=always x=0 y=300 z_index=0
  635.  
  636. define keyboard_response Response
  637. set timeout infinite
  638. set flush yes
  639. set event_type keypress
  640. set duration keypress
  641. set description "Collects keyboard responses"
  642. set allowed_responses "1;2;3;4;5"
  643.  
  644. define sequence ShowImages
  645. set flush_keyboard yes
  646. set description "Runs a number of items in sequence"
  647. run FixationCross always
  648. run PresentImageV1 "[ShowScoreV1] == N and [subject_parity]==even"
  649. run PresentImage1V1 "[ShowScoreV1] == Y and [subject_parity]==even"
  650. run PresentImageV2 "[ShowScoreV2] == N and [subject_parity]==odd"
  651. run PresentImage1V2 "[ShowScoreV2] == Y and [subject_parity]==odd"
  652. run Response always
  653. run Logger always
  654.  
  655. define sequence Stimuli
  656. set flush_keyboard yes
  657. set description "Runs a number of items in sequence"
  658. run BlockExplanation always
  659. run Block_N_Explanation "[Metric] == N"
  660. run Block_W_Explanation "[Metric] == W"
  661. run Block_T_Explanation "[Metric] == T"
  662. run Block_A_Explanation "[Metric] == A"
  663. run Block_loop always
  664.  
  665. define sketchpad Thanks
  666. set duration keypress
  667. set description "Displays stimuli"
  668. draw textline center=1 color=black font_bold=no font_family=sans font_italic=no font_size=18 html=yes show_if=always text="Thanks for participating our study<br />" x=0 y=0 z_index=0
  669.  
  670. define sequence experiment
  671. set flush_keyboard yes
  672. set description "Runs a number of items in sequence"
  673. run welcome always
  674. run Main_loop always
  675. run Thanks always
  676.  
  677. define sketchpad welcome
  678. set start_response_interval no
  679. set reset_variables no
  680. set duration keypress
  681. set description "Displays stimuli"
  682. draw textline center=1 color=black font_bold=no font_family=mono font_italic=no font_size=18 html=yes show_if=always text="Welcome to our study<br /><br />Today you will se pairs of faces and you will have to make a decision" x=0 y=0 z_index=0
  683.  
  684.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement