Note:

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

Voice: Difference between revisions

From MoodleDocs
Line 44: Line 44:


== Links ==
== Links ==
Sample Pizza Order Form - Nice Demostration [http://www.uwplatt.edu/auralCSS/pizza.xml]
VoiceXML Pizza Order Form - [http://www.uwplatt.edu/auralCSS/pizza.xml Demostration]


== Contacts ==
== Contacts ==

Revision as of 11:38, 23 May 2007

Moodle 2.0


Introduction

Moodle Voice is a project for embedding VoiceXML support into Moodle Core.

Project Status

Analysis and Requirement Extraction Phase

Tasks Completed

1. Read All Coding guidelines.

2. Read through the Moodle Developer Information

3. Setup of the php-eclipse environment done.

4. Downloaded and installed moodle code from CVS

  Repository used : eu.cvs.moodle.org

5. Setup of Opera done

  Tested and Learnt opera browser voice support commands(opera 9.01)

6. Read Understood and Tested all Voice Examples on Opera Website

7. Read on voicexml intricacies - needed to analyse moodle output to identify what could be converted and what not.

8. Added an experimental option called "VoiceXML" so only when this variable is checked, VoiceXML code is generated.

9. Created a php lib for VoiceXML to put all functionality of VoiceXML and to be used by the rest of the code (lib/voicexml/voicexmllib.php).

10. Created a unit test for voicexmllib to test all functionality in voicexmllib.php in (lib/simpletest/testvoicexmllib.php).

Current Focus

1. Describing the functionality to be made voice enabled within this project.

2. Add and experimental option called "VoiceXML" so only when this variable is checked, VoiceXML code is generated.

3. Create a php lib for VoiceXML to put all functionality of VoiceXML and to be used by the rest of the code.

4. Modify weblib.php and formslib.php intensively to use the VoiceXML lib and output VoiceXML code along with the html code if the VoiceXML variable is set.

5. Create a set of tests for every function and the integration of several functions to assure that the functionlity is the expected one.

Links

VoiceXML Pizza Order Form - Demostration

Contacts

Please feel free to chip-in with your suggestions.

Student : Mayank Jain [1]

Mentor  : David Horat [2]