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
c80f5e76
Commit
c80f5e76
authored
May 13, 2020
by
Ryan Cortez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_
parent
2a78b77e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
N-back.psyexp
N-back.psyexp
+5
-3
N-back-legacy-browsers.js
html/N-back-legacy-browsers.js
+2
-2
N-back.js
html/N-back.js
+2
-2
grid.png
html/resources/grid.png
+0
-0
No files found.
N-back.psyexp
View file @
c80f5e76
<?xml version="1.0" ?>
<PsychoPy2experiment
encoding=
"utf-8"
version=
"
3.1.2
"
>
<PsychoPy2experiment
encoding=
"utf-8"
version=
"
2020.1.3
"
>
<Settings>
<Param
name=
"Audio latency priority"
updates=
"None"
val=
"use prefs"
valType=
"str"
/>
<Param
name=
"Audio lib"
updates=
"None"
val=
"use prefs"
valType=
"str"
/>
<Param
name=
"Completed URL"
updates=
"None"
val=
""
valType=
"str"
/>
<Param
name=
"Data filename"
updates=
"None"
val=
"u'data/%s_%s_%s' % (expInfo['participant'], expName, expInfo['date'])"
valType=
"code"
/>
<Param
name=
"Enable Escape"
updates=
"None"
val=
"True"
valType=
"bool"
/>
...
...
@@ -134,7 +136,7 @@
<Param
name=
"durationEstim"
updates=
"None"
val=
""
valType=
"code"
/>
<Param
name=
"flipHoriz"
updates=
"constant"
val=
"False"
valType=
"bool"
/>
<Param
name=
"flipVert"
updates=
"constant"
val=
"False"
valType=
"bool"
/>
<Param
name=
"image"
updates=
"constant"
val=
"grid"
valType=
"str"
/>
<Param
name=
"image"
updates=
"constant"
val=
"grid
.png
"
valType=
"str"
/>
<Param
name=
"interpolate"
updates=
"constant"
val=
"linear"
valType=
"str"
/>
<Param
name=
"mask"
updates=
"constant"
val=
"None"
valType=
"str"
/>
<Param
name=
"name"
updates=
"None"
val=
"grid_lines"
valType=
"code"
/>
...
...
@@ -272,7 +274,7 @@
<Param
name=
"durationEstim"
updates=
"None"
val=
""
valType=
"code"
/>
<Param
name=
"flipHoriz"
updates=
"constant"
val=
"False"
valType=
"bool"
/>
<Param
name=
"flipVert"
updates=
"constant"
val=
"False"
valType=
"bool"
/>
<Param
name=
"image"
updates=
"constant"
val=
"grid"
valType=
"str"
/>
<Param
name=
"image"
updates=
"constant"
val=
"grid
.png
"
valType=
"str"
/>
<Param
name=
"interpolate"
updates=
"constant"
val=
"linear"
valType=
"str"
/>
<Param
name=
"mask"
updates=
"constant"
val=
"None"
valType=
"str"
/>
<Param
name=
"name"
updates=
"None"
val=
"grid_lines_2"
valType=
"code"
/>
...
...
html/N-back-legacy-browsers.js
View file @
c80f5e76
...
...
@@ -143,7 +143,7 @@ function experimentInit() {
grid_lines
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines'
,
units
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
image
:
'grid
.png
'
,
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'
,
mask
:
undefined
,
image
:
'grid
.png
'
,
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 @
c80f5e76
...
...
@@ -151,7 +151,7 @@ function experimentInit() {
grid_lines
=
new
visual
.
ImageStim
({
win
:
psychoJS
.
window
,
name
:
'grid_lines'
,
units
:
undefined
,
image
:
'grid'
,
mask
:
undefined
,
image
:
'grid
.png
'
,
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'
,
mask
:
undefined
,
image
:
'grid
.png
'
,
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/resources/grid.png
0 → 100644
View file @
c80f5e76
23.9 KB
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