[docs] add skeletons for task descriptions

This commit is contained in:
2021-03-12 10:49:27 +01:00
parent 6524c6afde
commit 1fc9d3bdfc
6 changed files with 26 additions and 2 deletions

2
docs/auditory_task.md Normal file
View File

@@ -0,0 +1,2 @@
# Auditory reaction times

View File

@@ -1,4 +1,20 @@
# BlipBlop
Tiny tool for measuring reaction times upon auditory or visual stimuli.
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
Measure reaction times to a visual stimulus that pops in the center of the screen. ([more](qrc:/docs/visual_task))
## Auditory task
Measure reaction times to a auditory stimulus. ([more](qrc:/docs/auditory_task))
## 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
docs/license.md Normal file
View File

@@ -0,0 +1 @@
#License

2
docs/visual_task.md Normal file
View File

@@ -0,0 +1,2 @@
# Visual reaction times