Buttons/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Übernehme Bearbeitung einer neuen Version der Quellseite) |
|||
Zeile 9: | Zeile 9: | ||
For buttons, there is a choice between: | For buttons, there is a choice between: | ||
− | |||
* Normal | * Normal | ||
* Toggle (switches between 2 stages) | * Toggle (switches between 2 stages) | ||
Zeile 15: | Zeile 14: | ||
* Tap (does not change the status, but can be clicked as often as desired) | * Tap (does not change the status, but can be clicked as often as desired) | ||
* External link | * External link | ||
+ | * Media pausing (for embedded media) | ||
* Navigation (between parts) | * Navigation (between parts) | ||
* Navigation with randomisation | * Navigation with randomisation | ||
− | * | + | ** The randomisation uses the principle of "drawing with replacement". Therefore, individual Parts can be called more than once or skipped for some participants. |
− | |||
You can add an image to the button in the Inspector under "Select image". | You can add an image to the button in the Inspector under "Select image". |
Version vom 7. März 2024, 12:11 Uhr
Note on clarity: In any case, it is recommended to name the elements in the inspector so that they can still be distinguished in the evaluation table.
For buttons, there is a choice between:
- Normal
- Toggle (switches between 2 stages)
- Single use (can only change status once)
- Tap (does not change the status, but can be clicked as often as desired)
- External link
- Media pausing (for embedded media)
- Navigation (between parts)
- Navigation with randomisation
- The randomisation uses the principle of "drawing with replacement". Therefore, individual Parts can be called more than once or skipped for some participants.
You can add an image to the button in the Inspector under "Select image".