minutekey / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Discussion: Session reset #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Authors need to be able to reset the kiosk back to some initial state. This is 
frequently done when a user completes a session or after an application times 
out. Here are some aspects that authors might like to reset:

1. EZ Access mode off to start with
2. Volume reset to the default level
3. Reset any timers (e.g., tracking when the user last did something)
4. Speech rate reset (EZ Access does not now, but could in the future allow 
someone to adjust the speech rate)
5. Reset any session variables in the EZ Access extension

and I'm sure there are more possibilities.

We have a way to do #1:
data-ez-startingmode="ezoff"

What are ways of doing the others?

Original issue reported on code.google.com by jbjor...@gmail.com on 13 Aug 2013 at 8:47

GoogleCodeExporter commented 8 years ago
Good points! No other ways, really, that are by simply loading a page or 
whatever... FOr others you have to go in settings or whatever.

Original comment by aeharding on 13 Aug 2013 at 8:56

GoogleCodeExporter commented 8 years ago
After added data-ez-reset, this is pretty much fixed.

Original comment by aeharding on 17 Sep 2013 at 6:12