You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls whether the screen reader functionality is enabled.
456
+
The screen reader feature was added not primarily for blind users, but for people with
457
+
low literacy and users on shared workstations or when borrowing mobile devices.
458
+
459
+
Currently defaults to `True` (screen reader enabled). Set to `False` in a `mandatory` block to disable the text-to-speech functionality for the interview. This block must be before the `mandatory` block that runs your interview order.
460
+
461
+
```yaml
462
+
mandatory: True
463
+
code: |
464
+
speak_text = False
451
465
## Run-time options
452
466
453
467
These options are ones that you can sometimes configure when you author the
0 commit comments