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
b32b6744
Commit
b32b6744
authored
May 13, 2020
by
Ryan Cortez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_
parent
13554d07
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
967 additions
and
2 deletions
+967
-2
N-back.py
N-back.py
+965
-0
N-back-legacy-browsers.js
html/N-back-legacy-browsers.js
+1
-1
N-back.js
html/N-back.js
+1
-1
No files found.
N-back.py
0 → 100644
View file @
b32b6744
This diff is collapsed.
Click to expand it.
html/N-back-legacy-browsers.js
View file @
b32b6744
...
...
@@ -164,7 +164,7 @@ function experimentInit() {
text
:
'+'
,
font
:
'Arial'
,
units
:
undefined
,
pos
:
[
0
,
0
],
height
:
0.05
,
wrapWidth
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
height
:
0.05
,
wrapWidth
:
undefined
,
ori
:
0
.0
,
color
:
new
util
.
Color
(
'white'
),
opacity
:
1
,
depth
:
-
2.0
});
...
...
html/N-back.js
View file @
b32b6744
...
...
@@ -172,7 +172,7 @@ function experimentInit() {
text
:
'+'
,
font
:
'Arial'
,
units
:
undefined
,
pos
:
[
0
,
0
],
height
:
0.05
,
wrapWidth
:
undefined
,
ori
:
0
,
pos
:
[
0
,
0
],
height
:
0.05
,
wrapWidth
:
undefined
,
ori
:
0
.0
,
color
:
new
util
.
Color
(
'white'
),
opacity
:
1
,
depth
:
-
2.0
});
...
...
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