mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix up formatting errors
This commit is contained in:
parent
0422faa945
commit
3f3d984a4c
@ -22,6 +22,7 @@ There are many other web browsers that are available, but that are not commonly
|
|||||||
In general, jsPsych experiments can be run on mobile devices (smartphones and tablets). However, certain plugins will not work on mobile. For instance, any plugin that requires a keyboard response without a text input box, such as the *-keyboard-response plugins, will not work. Even plugins that do work on mobile might work differently than they do on desktop and laptop computers. For instance, on mobile devices, a text input box will cause an on-screen keyboard to pop up, which affects the visible content on the screen.
|
In general, jsPsych experiments can be run on mobile devices (smartphones and tablets). However, certain plugins will not work on mobile. For instance, any plugin that requires a keyboard response without a text input box, such as the *-keyboard-response plugins, will not work. Even plugins that do work on mobile might work differently than they do on desktop and laptop computers. For instance, on mobile devices, a text input box will cause an on-screen keyboard to pop up, which affects the visible content on the screen.
|
||||||
|
|
||||||
If you plan to run an experiment that allows people to use mobile devices, we recommend doing some extra testing to make sure that everything works as expected. In particular, you may want to check that:
|
If you plan to run an experiment that allows people to use mobile devices, we recommend doing some extra testing to make sure that everything works as expected. In particular, you may want to check that:
|
||||||
|
|
||||||
* Font sizes are readable on smaller screens
|
* Font sizes are readable on smaller screens
|
||||||
* Stimuli sizes are large enough and appropriate for the task
|
* Stimuli sizes are large enough and appropriate for the task
|
||||||
* Page is laid out as intended (e.g. elements are centered and do not overlap)
|
* Page is laid out as intended (e.g. elements are centered and do not overlap)
|
||||||
|
@ -400,6 +400,8 @@ var el = jsPsych.getDisplayElement();
|
|||||||
// hide the jsPsych display
|
// hide the jsPsych display
|
||||||
el.style.visibility = 'hidden';
|
el.style.visibility = 'hidden';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## jsPsych.getInitSettings
|
## jsPsych.getInitSettings
|
||||||
|
@ -83,7 +83,7 @@ const trial = {
|
|||||||
```
|
```
|
||||||
|
|
||||||
The `button_html` parameter can also support different HTML for each button.
|
The `button_html` parameter can also support different HTML for each button.
|
||||||
See the [plugin documentation](https://www.jspsych.org/plugins/jspsych-html-button-response/) for more details.
|
See the [plugin documentation](https://www.jspsych.org/latest/plugins/html-button-response/index.html) for more details.
|
||||||
|
|
||||||
## Plugin parameter handling
|
## Plugin parameter handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user