Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Voice VoiceXML Examples: Difference between revisions

From MoodleDocs
No edit summary
 
No edit summary
Line 11: Line 11:
# [http://dev.opera.com/articles/view/add-voice-interactivity-to-your-site/ Tutorial: How to add voice interactivity to your site]: In this tutorial you will find all the basic information about how to add VoiceXML to your site without having to change too much of the code. The idea is having just one output that can be recognized by both VoiceXML browsers, such as Opera, and other standard browsers, such as Internet Explorer and Mozilla Firefox. Firefox and Konqueror are already planning to implement VoiceXML.
# [http://dev.opera.com/articles/view/add-voice-interactivity-to-your-site/ Tutorial: How to add voice interactivity to your site]: In this tutorial you will find all the basic information about how to add VoiceXML to your site without having to change too much of the code. The idea is having just one output that can be recognized by both VoiceXML browsers, such as Opera, and other standard browsers, such as Internet Explorer and Mozilla Firefox. Firefox and Konqueror are already planning to implement VoiceXML.
# [http://www.robodesign.ro/coding/how-to-add-voice/site/ Site example]: Here you can see a normal site with embedded VoiceXML that works in Internet Explorer, Firefox and Opera (and more). Of course, the only one which support Voice is Opera, so you will only hear in this last one.
# [http://www.robodesign.ro/coding/how-to-add-voice/site/ Site example]: Here you can see a normal site with embedded VoiceXML that works in Internet Explorer, Firefox and Opera (and more). Of course, the only one which support Voice is Opera, so you will only hear in this last one.
# [http://www.uwplatt.edu/auralCSS/pizza.xml Pizza Order Form]


== See also ==
== See also ==
* [http://dev.opera.com/articles/voice/ Opera Developer Community: Voice Articles]
* [http://dev.opera.com/articles/voice/ Opera Developer Community: Voice Articles]
* [http://jamiep.org/voicexml/ Basic Examples from Jamie Pratt]
* [http://jamiep.org/voicexml/ Basic Examples from Jamie Pratt]

Revision as of 07:47, 26 May 2007

Preparation

Download and install Opera in English with Voice Support

Moodle1.9

Examples

  1. Hello World!: In this example, the browser will just say "Hello world".
  2. Color picker: In this example, the browser will say: "Hello. Voice is installed." Then you can clik on the button "Change colour now" and says in loud voice one of the colours of the box: Red | Pink | Purple | Blue | Green | Maroon | Orange ...
  3. Best browser: In this example, the browser will ask: "What is the name of the best browser?". If you say Opera, it will redirect you to the Opera webpage http://www.opera.com/features/. In other cases, it will say "Try again."
  4. More examples: In this article, you can see several examples of how Voice works. I suggest looking at the one named "I don't understand what you are saying, but I can pretend to" in which you see the potential of the grammars used.
  5. Tutorial: How to add voice interactivity to your site: In this tutorial you will find all the basic information about how to add VoiceXML to your site without having to change too much of the code. The idea is having just one output that can be recognized by both VoiceXML browsers, such as Opera, and other standard browsers, such as Internet Explorer and Mozilla Firefox. Firefox and Konqueror are already planning to implement VoiceXML.
  6. Site example: Here you can see a normal site with embedded VoiceXML that works in Internet Explorer, Firefox and Opera (and more). Of course, the only one which support Voice is Opera, so you will only hear in this last one.
  7. Pizza Order Form

See also