Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
N-back task with visual stimuli
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrew Vu
N-back task with visual stimuli
Commits
6f725068
Commit
6f725068
authored
May 13, 2020
by
Ryan Cortez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_
parent
c80f5e76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
N-back-legacy-browsers.js
html/N-back-legacy-browsers.js
+2
-2
N-back.js
html/N-back.js
+2
-2
No files found.
html/N-back-legacy-browsers.js
View file @
6f725068
...
...
@@ -143,7 +143,7 @@ function experimentInit() {
grid_lines
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines'
,
units
:
undefined
,
image
:
'grid
.png
'
,
mask
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
size
:
[
0.6
,
0.6
],
color
:
new
util
.
Color
([
1
,
1
,
1
]),
opacity
:
1
,
flipHoriz
:
false
,
flipVert
:
false
,
...
...
@@ -204,7 +204,7 @@ function experimentInit() {
grid_lines_2
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines_2'
,
units
:
undefined
,
image
:
'grid
.png
'
,
mask
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
size
:
[
0.6
,
0.6
],
color
:
new
util
.
Color
([
1
,
1
,
1
]),
opacity
:
1
,
flipHoriz
:
false
,
flipVert
:
false
,
...
...
html/N-back.js
View file @
6f725068
...
...
@@ -151,7 +151,7 @@ function experimentInit() {
grid_lines
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines'
,
units
:
undefined
,
image
:
'grid
.png
'
,
mask
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
size
:
[
0.6
,
0.6
],
color
:
new
util
.
Color
([
1
,
1
,
1
]),
opacity
:
1
,
flipHoriz
:
false
,
flipVert
:
false
,
...
...
@@ -212,7 +212,7 @@ function experimentInit() {
grid_lines_2
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines_2'
,
units
:
undefined
,
image
:
'grid
.png
'
,
mask
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
size
:
[
0.6
,
0.6
],
color
:
new
util
.
Color
([
1
,
1
,
1
]),
opacity
:
1
,
flipHoriz
:
false
,
flipVert
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment