vidhimudaliar commited on
Commit
550aee8
·
verified ·
1 Parent(s): 5233510

Update assets/js/failures.js

Browse files
Files changed (1) hide show
  1. assets/js/failures.js +2 -2
assets/js/failures.js CHANGED
@@ -12,14 +12,14 @@ window.FAILURES = [
12
  {
13
  name: "Success",
14
  family: "Meta",
15
- definition: "Successful trial (clip shows full video).",
16
  onset: "Video start",
17
  offset: "Video end"
18
  },
19
  {
20
  name: "Failure",
21
  family: "Meta",
22
- definition: "Failed trial (clip shows full video).",
23
  onset: "Video start",
24
  offset: "Video end"
25
  },
 
12
  {
13
  name: "Success",
14
  family: "Meta",
15
+ definition: "Successful trial.",
16
  onset: "Video start",
17
  offset: "Video end"
18
  },
19
  {
20
  name: "Failure",
21
  family: "Meta",
22
+ definition: "Failed trial.",
23
  onset: "Video start",
24
  offset: "Video end"
25
  },