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
2a78b77e
Commit
2a78b77e
authored
May 13, 2020
by
rwcortez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_
parent
0a439609
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1869 additions
and
697 deletions
+1869
-697
N-back-legacy-browsers.js
html/N-back-legacy-browsers.js
+1119
-0
N-back.js
html/N-back.js
+742
-692
index.html
html/index.html
+8
-5
No files found.
html/N-back-legacy-browsers.js
0 → 100644
View file @
2a78b77e
This diff is collapsed.
Click to expand it.
html/N-back.js
View file @
2a78b77e
This diff is collapsed.
Click to expand it.
html/index.html
View file @
2a78b77e
...
...
@@ -8,11 +8,12 @@
<!-- styles -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css"
>
<link
rel=
"stylesheet"
href=
"https://lib.pavlovia.org/psychojs.css"
>
<link
rel=
"stylesheet"
href=
"https://lib.pavlovia.org/psychojs
-2020.1
.css"
>
</head>
<body>
<div
id=
"root"
></div>
<!-- external libraries -->
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
></script>
...
...
@@ -24,14 +25,16 @@
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/log4javascript/1.4.9/log4javascript.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/tone/13.8.6/Tone.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/howler/2.1.2/howler.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.10/pako.min.js"
></script>
<!-- experiment -->
<script
type=
'module'
src=
'./N-back.js'
></script>
<!-- older browsers -->
<script
nomodule
type=
"text/javascript"
src=
"https://unpkg.com/@ungap/url-search-params"
></script>
<script
nomodule
type=
"text/javascript"
src=
"https://lib.pavlovia.org/psychojs.js"
></script>
<script
nomodule
type=
"text/javascript"
src=
"./N-backNoModule.js"
></script>
<!-- legacy browsers -->
<script
nomodule
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.6.0/polyfill.min.js"
></script>
<script
nomodule
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/url-search-params/1.1.0/url-search-params.js"
></script>
<script
nomodule
type=
"text/javascript"
src=
"https://lib.pavlovia.org/psychojs-2020.1.js"
></script>
<script
nomodule
type=
"text/javascript"
src=
"./N-back-legacy-browsers.js"
></script>
</body>
</html>
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