[docs] image test and some more info
This commit is contained in:
parent
7b233b8bbe
commit
464e5421ae
@ -10,6 +10,9 @@ a = Analysis(['blipblop_main.py'],
|
||||
('docs/visual_task.md', "docs"),
|
||||
('docs/auditory_task.md', "docs"),
|
||||
('docs/license.md', "docs"),
|
||||
('docs/tasks.md', "docs"),
|
||||
('docs/images/blipblop_main.png', "docs/images"),
|
||||
('docs/images/blipblop_logo.png', "docs/images"),
|
||||
('sounds/bell.wav', "sounds"),
|
||||
('sounds/complete.wav', "sounds"),
|
||||
('sounds/message.wav', "sounds"),
|
||||
|
@ -10,6 +10,10 @@ a = Analysis(['blipblop_main.py'],
|
||||
('docs/visual_task.md', "docs"),
|
||||
('docs/auditory_task.md', "docs"),
|
||||
('docs/license.md', "docs"),
|
||||
('docs/results.md', "docs"),
|
||||
('docs/tasks.md', "docs"),
|
||||
('docs/images/blipblop_main.png', "docs/images"),
|
||||
('docs/images/blipblop_logo.png', "docs/images"),
|
||||
('sounds/bell.wav', "sounds"),
|
||||
('sounds/complete.wav', "sounds"),
|
||||
('sounds/message.wav', "sounds"),
|
||||
|
BIN
docs/images/blipblop_logo.png
Normal file
BIN
docs/images/blipblop_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
docs/images/blipblop_main.png
Normal file
BIN
docs/images/blipblop_main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
@ -1,19 +1,26 @@
|
||||
|
||||
# BlipBlop
|
||||
|
||||
Tiny tool for measuring reaction times upon auditory or visual stimulation. This tool is open-source. The source code can be found on [GitHub](https://github.com/jgrewe/blipblop). It is published under the MIT open source [license](license.md).
|
||||

|
||||
|
||||
BlipBlop is a tiny tool for measuring reaction times upon auditory or visual stimulation. This tool is open-source. The source code can be found on [GitHub](https://github.com/jgrewe/blipblop). It is published under the MIT open source [license](license.md).
|
||||
Auditory stimuli have been taken from the freedesktop system sounds [freedesktop](https://freedesktop.org)
|
||||
|
||||
The main window has three views:
|
||||
|
||||
## Visual task
|
||||
## Main Window
|
||||
|
||||

|
||||
|
||||
|
||||
### Visual task
|
||||
|
||||
Measure reaction times to a visual stimulus that pops in the center of the screen. ([more](qrc:/docs/visual_task))
|
||||
Measure reaction times to a visual stimulus that pops in the center of the screen. ([more](visual_task.md))
|
||||
|
||||
## Auditory task
|
||||
### Auditory task
|
||||
|
||||
Measure reaction times to a auditory stimulus. ([more](qrc:/docs/auditory_task))
|
||||
Measure reaction times to a auditory stimulus. ([more](auditory_task.md))
|
||||
|
||||
## Results View
|
||||
### Results View
|
||||
|
||||
A simple tablular view that shows the measured reaction times. The data is given in seconds. Select the data and press (**ctrl+c** or **cmd+c**) to copy the selection to clipboard and paste it into your favorite spreadsheet tool for further analysis.
|
||||
|
||||
|
@ -1 +1,9 @@
|
||||
#License
|
||||
# License
|
||||
|
||||
Copyright 2021, Jan Grewe
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
1
docs/results.md
Normal file
1
docs/results.md
Normal file
@ -0,0 +1 @@
|
||||
# Results view
|
0
docs/tasks.md
Normal file
0
docs/tasks.md
Normal file
Loading…
Reference in New Issue
Block a user