Open GoogleCodeExporter opened 9 years ago
Further notes (pulling this from an email I was about to send):
----
Sergio, Javier, Eugenio: thanks for the chat this morning! I went through your
commit and have reimplemented it as an option for string input fields in
general (in our forms framework). Please have a look at these two commits, and
leave comments if you have any questions -- I'd be happy to explain. You can
also checkout this branch by going to oppia/ and running:
git pull
git checkout experiment-speech
and it should work on your dev server.
----
Jacob, Amit: Sergio, Javier and Eugenio have implemented speech recognition in
Chrome (it does not work in other browsers). Based on their work, I've modified
the input field for text input to accept speech (only in Chrome; it degrades
gracefully in the non-webkit browsers).
Please try it out in both Chrome and Firefox and see if you like how it looks
-- the simplest way is to checkout the experiment-speech branch, load the "Lazy
Magician" demo exploration, and play through the first state. Do either of you
have any thoughts on the UI aspects? I think this is actually pretty nice and
am strongly considering bringing it into mainline, but am not sure if there's
any considerations I'm overlooking.
Thanks!
Original comment by s...@seanlip.org
on 5 May 2015 at 4:01
FYI I made a follow-on commit here to fix a bug (thanks Sergio!):
https://code.google.com/p/oppia/source/detail?name=experiment-speech&r=136bc36b62bd524ae7ec9f761fee5949a41c1474
Original comment by s...@seanlip.org
on 5 May 2015 at 6:00
Added follow-on commit here based on Amit's UI suggestions:
https://code.google.com/p/oppia/source/detail?name=experiment-speech&r=2fe5d5e4229b722f7afd78141146694ecacf531f
Amit, question for you: what should this feature look like for a textarea
(multiple lines)?
Original comment by s...@seanlip.org
on 6 May 2015 at 6:51
Attached screenshot.
Original comment by amitdeut...@google.com
on 7 May 2015 at 4:49
Attachments:
Original issue reported on code.google.com by
s...@seanlip.org
on 5 May 2015 at 3:56