-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to screen reader report from graph #513
Comments
Add:
|
The estimated action and certainty values update every 250ms. The estimated action live-region is announced when it changes from one action to another, e.g., still to shake. What actually happens in practice is a transition from still, to unknown and then to shake. Therefore, the announcement can get out of sync quite quickly. We can look at debouncing the announcement. I'm worried about removing "estimated action" after the first announcement. If you don't move your micro:bit for a while, then accidentally knock it, it's going to say "shake" without any further context. We'd need to think about how adding I haven't managed to lose focus. It will always read out the estimated action when it changes, so I'd like to know if this can be reproduced if you can get it into the same state? |
We discussed the possibility of only focussed regions reading out either the estimated action or the confidence level of the focussed action row. It might be nice for the user to opt-in to these annoucements in this way rather than having estimated action always announced. |
If we do this then we should also consider keyboard shortcuts/access to focus the region. |
Some comments, to discuss improvements to default behaviour, or surfacing multiple options
Currently the live-region reports
"Estimated action: "{action}""
Questions/suggestions:
"certainty for {action}"
should also give continuous updates on a single class? I can see situations where this would be helpful.(a) the updates happened automatically when I started testing the model
(b) I then lost focus and struggled to get back there
(c) I now (with visual help) can get there via arrow key navigation in NVDA
region
to allow quick navigationThe text was updated successfully, but these errors were encountered: