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

Allow randomisation of trees #93

Closed
willwade opened this issue Sep 25, 2018 · 2 comments
Closed

Allow randomisation of trees #93

willwade opened this issue Sep 25, 2018 · 2 comments

Comments

@willwade
Copy link
Collaborator

Need a meta action to randomise all items in the branch. e.g.

meta data-randomise-tree
A - 1
B - 2
C - 3
D - 4
E - 5

would then randomise
D - 4
E - 5
B - 2
C - 3
A - 1

Note - sub-branches stay with the parent

@willwade willwade added this to the 1.0 milestone Nov 12, 2018
@willwade willwade modified the milestones: 1.0, 2.0 Feb 17, 2020
@willwade
Copy link
Collaborator Author

willwade commented Mar 9, 2022

Bit more info:

  • So sometimes we want someone to practice their switch control. Or auditory memory skills. So lets say its a game of "Find the Animal that sounds like this : Oink!"

  • In this we would have a list of animals , Pig, Goat, Chicken, Donkey

  • That list would randomise each time the tree is played so that the "answer" is not in the same place. They actually need to listen for the item with the correct cue. It demonstrates and allows practice of scanning skills and auditory/working memory

@gavinhenderson gavinhenderson removed this from the 2.0 milestone Mar 9, 2022
@gavinhenderson gavinhenderson changed the title Random feature Allow randomisation of trees Mar 9, 2022
@gavinhenderson
Copy link
Member

Close this in favour of #204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants