WebAudioEvaluationTool icon indicating copy to clipboard operation
WebAudioEvaluationTool copied to clipboard

Allow elements to be marked inactive (e.g.: for training purposes)

Open giuliomoro opened this issue 8 years ago • 4 comments

in, e.g.: AB interface allows the interface to be used for training purposes. Users would not be able to change the color of the element by clicking on it.

giuliomoro avatar Apr 27 '16 19:04 giuliomoro

b90de14c86cf4cbfe3e04846bc27e43df585ebf5 (in the giulio branch) does this for AB. Note that if the user clicks on the element, the will still change and be stored int the resulting xml but this is not displayed to the user

giuliomoro avatar Apr 27 '16 19:04 giuliomoro

Could you elaborate the training style you want?

I could see having a training page (perhaps more attribute fun) which will force the page to be the first page always and ignore its responses (or include them for filtering).

nickjillings avatar Apr 28 '16 14:04 nickjillings

I want a page like this screen shot 2016-04-28 at 16 01 34 Currently done using <page label="given"> and, e.g.: <audioelement inactive="true" label="Pressed fast">

giuliomoro avatar Apr 28 '16 15:04 giuliomoro

I think this should be easy to do once #129 is complete and we can load interfaces modularly.

Otherwise a separate, fixed style example page could be designed to demonstrate and train the user. We need to design some markup for the specification to identify what audio to load and present.

nickjillings avatar Oct 18 '16 11:10 nickjillings