From 5639a15485902926464b8bd4a90e490b507fb122 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 20 Mar 2021 12:09:10 +0100 Subject: [PATCH] [docs] tiny fixes --- docs/auditory_task.md | 3 ++- docs/index.md | 2 +- docs/license.md | 2 ++ docs/results.md | 2 +- docs/visual_task.md | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/auditory_task.md b/docs/auditory_task.md index 6f331eb..943c915 100644 --- a/docs/auditory_task.md +++ b/docs/auditory_task.md @@ -13,6 +13,7 @@ Once you press *enter* or *return* an experiment starts and automatically procee ## Settings Pressing the cogwheel in the top right corner allows you to change the settings of the experiment. You can do the changes you want and then close the settings screen by pushing the cogwheel button again. + ![settings](images/auditory_settings.png) By default, when you open the tool the first time, 5 trials recorded, and the stimulus will appear at a random time in the interval between *minimum delay* and *maximum delay* after start of a trial. Before the first and between trials a countdown appears. The *pause* can be adjusted and, as the other settings is given in seconds. @@ -20,4 +21,4 @@ The *stimulus saliency* slider controls the loudness of the sound. Of course thi All changes will be stored and are persisted even after the program is closed. -[back](index.md) +[BACK](index.md) diff --git a/docs/index.md b/docs/index.md index c32e175..a8878a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ Auditory stimuli have been taken from the [freedesktop](https://freedesktop.org) ![main screen](images/blipblop_main.png) -By pressing one of the big icons in the center of the screen you can start an experiment of measuring the [visual](visual_taks.md) or [auditory](auditory_task.md) reaction times. These functions are also available via the **Tasks** menu on top or the buttons in the tool bar (left). Once an experiment has been successfully performed the results can be viewed using the [results screen](results.md) (table icon on the left, or entry in the **Tasks** menu). +By pressing one of the big icons in the center of the screen you can start an experiment of measuring the [visual](visual_task.md) or [auditory](auditory_task.md) reaction times. These functions are also available via the **Tasks** menu on top or the buttons in the tool bar (left). Once an experiment has been successfully performed the results can be viewed using the [results screen](results.md) (table icon on the left, or entry in the **Tasks** menu). You can make several experiments and all results will be stored unless you start a new session (top button in the tool bar or *new session* entry in the **Tasks** menu) or end the program. The basic handling is very simple: diff --git a/docs/license.md b/docs/license.md index 4c57d76..c028440 100644 --- a/docs/license.md +++ b/docs/license.md @@ -7,3 +7,5 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of 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. + +[BACK](index.md) \ No newline at end of file diff --git a/docs/results.md b/docs/results.md index 0f14337..608d23a 100644 --- a/docs/results.md +++ b/docs/results.md @@ -8,4 +8,4 @@ The data is given in seconds. **Invalid** trials (spacebar was pressed before th Select the data with the mouse and press (**ctrl+c** or **cmd+c**) to copy the selection to clipboard and paste it into your favorite spreadsheet tool for further analysis. -[back](index.md) +[BACK](index.md) diff --git a/docs/visual_task.md b/docs/visual_task.md index eed99f5..1afd8cc 100644 --- a/docs/visual_task.md +++ b/docs/visual_task.md @@ -22,4 +22,4 @@ The visual stimulus is always a red dot appearing centered at the fixation cross All changes will be stored and are persisted even after the program is closed. -[back](index.md) +[BACK](index.md)