Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
W
WorkshopNumberStroop
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
Rebecca
WorkshopNumberStroop
Commits
e12b2b03
Commit
e12b2b03
authored
Mar 01, 2023
by
Rebecca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use version 2022.2.5
parent
daa18a54
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
90 additions
and
156 deletions
+90
-156
NumberStroop-legacy-browsers.js
NumberStroop-legacy-browsers.js
+21
-54
NumberStroop.js
NumberStroop.js
+22
-55
NumberStroop.psyexp
NumberStroop.psyexp
+45
-45
index.html
index.html
+2
-2
No files found.
NumberStroop-legacy-browsers.js
View file @
e12b2b03
This diff is collapsed.
Click to expand it.
NumberStroop.js
View file @
e12b2b03
This diff is collapsed.
Click to expand it.
NumberStroop.psyexp
View file @
e12b2b03
This diff is collapsed.
Click to expand it.
index.html
View file @
e12b2b03
...
...
@@ -6,7 +6,7 @@
<title>
NumberStroop [PsychoPy]
</title>
<!-- styles -->
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.css"
>
<link
rel=
"stylesheet"
href=
"./lib/psychojs-202
3.1.0
.css"
>
<link
rel=
"stylesheet"
href=
"./lib/psychojs-202
2.2.5
.css"
>
</head>
<body>
<div
id=
"root"
></div>
...
...
@@ -17,7 +17,7 @@
<!-- experiment -->
<script
src=
"./NumberStroop.js"
type=
"module"
></script>
<!-- legacy browsers -->
<script
src=
"./lib/psychojs-202
3.1.0
.iife.js"
nomodule
></script>
<script
src=
"./lib/psychojs-202
2.2.5
.iife.js"
nomodule
></script>
<script
src=
"./NumberStroop-legacy-browsers.js"
nomodule
></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