Skip to content
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

Document how to indicate where a user is in a given tree. #245

Open
willwade opened this issue Jan 15, 2021 · 3 comments
Open

Document how to indicate where a user is in a given tree. #245

willwade opened this issue Jan 15, 2021 · 3 comments

Comments

@willwade
Copy link
Collaborator

willwade commented Jan 15, 2021

It can be helpful to tell the user how far down the tree they are every time they enter a new level of the tree. To do this we recommend overriding the cue for each item at the top of the tree. Like this:

    Back <meta data-auditory-cue="Level One Back">
    Hi
    Whats up?
    Are you ok?
    I want something <meta data-auditory-cue="Level Two I want something">
          Back <meta data-auditory-cue="Level Three Back">
          Help
          Food
          Drinks

We want to document this idea better

Original Issue

Have a auditory cue to denote where you are in the tree..

E.g.

    Back (On pressing play once of https://soundbible.com/819-Checkout-Scanner-Beep.html) 
    Hi
    Whats up?
    Are you ok?
    I want something (On pressing -  3 plays of https://soundbible.com/819-Checkout-Scanner-Beep.html) 
          Back (On pressing -  2 plays of https://soundbible.com/819-Checkout-Scanner-Beep.html) 
          Help
          Food
          Drinks

Ideally have the audio for down and up a tree configurable.. (Select a audio file or record it)

@willwade willwade added this to the 1.4 - UX/Speech Improvements milestone Mar 5, 2021
@gavinhenderson gavinhenderson changed the title Helper: Sounds to define up/down tree Audio cues to indicate to a user where they are in the tree Mar 9, 2022
@gavinhenderson gavinhenderson removed this from the 1.4 - UX/Speech Improvements milestone Mar 9, 2022
@gavinhenderson gavinhenderson added this to To do in Pasco Roadmap Mar 11, 2022
@gavinhenderson
Copy link
Member

@willwade Could we get away with doing something like this using current meta tags? Over ride the cue prompt to speak out what level you are currently at (followed by the actual cue)? Like this:

    Back <meta data-auditory-cue="Level One Back">
    Hi
    Whats up?
    Are you ok?
    I want something <meta data-auditory-cue="Level Two I want something">
          Back <meta data-auditory-cue="Level Three Back">
          Help
          Food
          Drinks

@willwade
Copy link
Collaborator Author

Yeah we could do that. We could just do with making an example or documenting it

@gavinhenderson
Copy link
Member

Gotcha, ill keep this issue but switch it to add documentation / example

@gavinhenderson gavinhenderson changed the title Audio cues to indicate to a user where they are in the tree Document how to indicate where a user is in a given tree. Feb 22, 2023
@gavinhenderson gavinhenderson moved this from Needs discussion to Triaged in Pasco Roadmap Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants