Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
choiceRTT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sue Mah
choiceRTT
Commits
19764ab8
Commit
19764ab8
authored
3 years ago
by
Sue Mah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_
parent
806e3da4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
16 deletions
+60
-16
.gitignore
.gitignore
+44
-0
choiceRTT-legacy-browsers.js
choiceRTT-legacy-browsers.js
+8
-8
choiceRTT.js
choiceRTT.js
+8
-8
No files found.
.gitignore
0 → 100644
View file @
19764ab8
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
# Backup files
*.bak
~$*.xls*
~$*.doc*
~$*.ppt*
# Jupyter Notebook
.ipynb_checkpoints
# Virtual Environment files
.env
.venv
env/
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# OS generated files
.DS_Store
.directory
.gdb_history
ehthumbs.db
Icon?
*.orig
old
Thumbs.db
.Spotlight-V100
.Trashes
# lib files used for local debugging
/lib/
/html/lib/
This diff is collapsed.
Click to expand it.
choiceRTT-legacy-browsers.js
View file @
19764ab8
...
...
@@ -59,17 +59,17 @@ psychoJS.start({
expName
:
expName
,
expInfo
:
expInfo
,
resources
:
[
{
'
name
'
:
'
images/response_cross.jpg
'
,
'
path
'
:
'
images/response_cross.jpg
'
},
{
'
name
'
:
'
images/response_plus.jpg
'
,
'
path
'
:
'
images/response_plus.jpg
'
},
{
'
name
'
:
'
images/response_ready.jpg
'
,
'
path
'
:
'
images/response_ready.jpg
'
},
{
'
name
'
:
'
images/target_I.jpg
'
,
'
path
'
:
'
images/target_I.jpg
'
},
{
'
name
'
:
'
images/target_
T.jpg
'
,
'
path
'
:
'
images/target_T
.jpg
'
},
{
'
name
'
:
'
images/target_
plus.jpg
'
,
'
path
'
:
'
images/target_plus
.jpg
'
},
{
'
name
'
:
'
images/target_square.jpg
'
,
'
path
'
:
'
images/target_square.jpg
'
},
{
'
name
'
:
'
RTtimeConditions.xlsx
'
,
'
path
'
:
'
RTtimeConditions.xlsx
'
},
{
'
name
'
:
'
images/response_square.jpg
'
,
'
path
'
:
'
images/response_square.jpg
'
},
{
'
name
'
:
'
images/target_T.jpg
'
,
'
path
'
:
'
images/target_T.jpg
'
},
{
'
name
'
:
'
images/target_cross.jpg
'
,
'
path
'
:
'
images/target_cross.jpg
'
},
{
'
name
'
:
'
images/target_plus.jpg
'
,
'
path
'
:
'
images/target_plus.jpg
'
},
{
'
name
'
:
'
images/grey_square.jpg
'
,
'
path
'
:
'
images/grey_square.jpg
'
},
{
'
name
'
:
'
images/response_square.jpg
'
,
'
path
'
:
'
images/response_square.jpg
'
}
{
'
name
'
:
'
RTtimeConditions.xlsx
'
,
'
path
'
:
'
RTtimeConditions.xlsx
'
},
{
'
name
'
:
'
images/response_ready.jpg
'
,
'
path
'
:
'
images/response_ready.jpg
'
},
{
'
name
'
:
'
images/response_cross.jpg
'
,
'
path
'
:
'
images/response_cross.jpg
'
},
{
'
name
'
:
'
images/response_plus.jpg
'
,
'
path
'
:
'
images/response_plus.jpg
'
},
{
'
name
'
:
'
images/grey_square.jpg
'
,
'
path
'
:
'
images/grey_square.jpg
'
}
]
});
...
...
This diff is collapsed.
Click to expand it.
choiceRTT.js
View file @
19764ab8
...
...
@@ -67,17 +67,17 @@ psychoJS.start({
expName
:
expName
,
expInfo
:
expInfo
,
resources
:
[
{
'
name
'
:
'
images/response_cross.jpg
'
,
'
path
'
:
'
images/response_cross.jpg
'
},
{
'
name
'
:
'
images/response_plus.jpg
'
,
'
path
'
:
'
images/response_plus.jpg
'
},
{
'
name
'
:
'
images/response_ready.jpg
'
,
'
path
'
:
'
images/response_ready.jpg
'
},
{
'
name
'
:
'
images/target_I.jpg
'
,
'
path
'
:
'
images/target_I.jpg
'
},
{
'
name
'
:
'
images/target_
T.jpg
'
,
'
path
'
:
'
images/target_T
.jpg
'
},
{
'
name
'
:
'
images/target_
plus.jpg
'
,
'
path
'
:
'
images/target_plus
.jpg
'
},
{
'
name
'
:
'
images/target_square.jpg
'
,
'
path
'
:
'
images/target_square.jpg
'
},
{
'
name
'
:
'
RTtimeConditions.xlsx
'
,
'
path
'
:
'
RTtimeConditions.xlsx
'
},
{
'
name
'
:
'
images/response_square.jpg
'
,
'
path
'
:
'
images/response_square.jpg
'
},
{
'
name
'
:
'
images/target_T.jpg
'
,
'
path
'
:
'
images/target_T.jpg
'
},
{
'
name
'
:
'
images/target_cross.jpg
'
,
'
path
'
:
'
images/target_cross.jpg
'
},
{
'
name
'
:
'
images/target_plus.jpg
'
,
'
path
'
:
'
images/target_plus.jpg
'
},
{
'
name
'
:
'
images/grey_square.jpg
'
,
'
path
'
:
'
images/grey_square.jpg
'
},
{
'
name
'
:
'
images/response_square.jpg
'
,
'
path
'
:
'
images/response_square.jpg
'
}
{
'
name
'
:
'
RTtimeConditions.xlsx
'
,
'
path
'
:
'
RTtimeConditions.xlsx
'
},
{
'
name
'
:
'
images/response_ready.jpg
'
,
'
path
'
:
'
images/response_ready.jpg
'
},
{
'
name
'
:
'
images/response_cross.jpg
'
,
'
path
'
:
'
images/response_cross.jpg
'
},
{
'
name
'
:
'
images/response_plus.jpg
'
,
'
path
'
:
'
images/response_plus.jpg
'
},
{
'
name
'
:
'
images/grey_square.jpg
'
,
'
path
'
:
'
images/grey_square.jpg
'
}
]
});
...
...
This diff is collapsed.
Click to expand it.
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