Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. NewEvent [TrialStart+RavenMatrix.TrialStart]
  2. {
  3. id:2,
  4. seed:2003814158,
  5. problemID:"Test_2",
  6. generatedProblem:
  7. {
  8. specification:
  9. {
  10. comment:"2 layer transformation",
  11. type:"FeatureTransformation",
  12. config:
  13. {
  14. featureTransformations:
  15. [
  16. {feature:"Shape",transformation:"Vertical"},
  17. {feature:"Color",transformation:"Horizontal"}
  18. ],
  19. distractorFeatures:[],
  20. useCustomDistractors:false,
  21. customDistractors:null,
  22. hiddenCellIndices:[8]
  23. }
  24. },
  25. hiddenCellIndex:8,
  26. correctAnswerIndex:2,
  27. stimulusMatrix:
  28. [
  29. [{shape:"a",color:"#FD5798FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  30. [{shape:"a",color:"#5D67FFFF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  31. [{shape:"a",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  32. [{shape:"e",color:"#FD5798FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  33. [{shape:"e",color:"#5D67FFFF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  34. [{shape:"e",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  35. [{shape:"c",color:"#FD5798FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  36. [{shape:"c",color:"#5D67FFFF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  37. [{shape:"c",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}]
  38. ],
  39. responseMatrix:
  40. [
  41. [{shape:"c",color:"#FD5798FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  42. [{shape:"e",color:"#5D67FFFF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  43. [{shape:"c",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  44. [{shape:"c",color:"#F1C831FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  45. [{shape:"e",color:"#FD5798FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  46. [{shape:"a",color:"#5D67FFFF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  47. [{shape:"i",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}],
  48. [{shape:"d",color:"#9BFAD8FF",backgroundColor:"#00000000",angle:0.0,size:1.1,number:1}]
  49. ]
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement