Development:Record audio repository plugin: Difference between revisions

From MoodleDocs
Line 30: Line 30:
* [http://moodle.org/mod/data/view.php?d=13&rid=1209 Nanogong Moodle activity]
* [http://moodle.org/mod/data/view.php?d=13&rid=1209 Nanogong Moodle activity]
* [http://riffly.com/api Riffly API]
* [http://riffly.com/api Riffly API]
* [[QA:Use_Case_Number_Attribution| Use Case Number Attribution]]

Revision as of 06:57, 20 May 2009

Introduction

Moodle offers many tools and activities that teachers can use to build their classes and to encourage students to participate and interact with each other. With its wide range of activities and resources. The goal of this GSOC2009 project is to add audio recording features in Moodle, the required support for transmitting and evaluating speaking skills. This feature will target mainly foreign languages classes and artistically skills classes, but it could be used for any other type of class, too, because many lectures, course annotations or personal introductions could be done easily in such a manner.

This project would focus on a small API for audio repository plug-ins which would allow the integration of sound recording components and web services with Moodle. This API will allow Moodle developers to integrate various sound recording Java applets (like Nanogong), Flash objects, or even web services (like riffly). Some connectors between these audio recording components and the plug-in will be developed as part of this GSoC project.

In short, Moodle audio recording feature will allow users to record and upload audio content easily, without requiring additional software tools or computer skills.

GSoC project mentor is Jerome Mouneyrac and the program administrator is Helen Foster

Schedule

  • April, 20 – May, 23 – discus required functionality with the mentor; analyze features and APIs of various audio recording components and web-services; collect feedback from the mentor and community.
  • May, 24 – July, 9 – design and implement an API for audio repository plug-ins.
  • July, 10 – August 6 – implement connectors between the audio repository plugin and audio recording components
  • August, 7 – August, 15 – remove reported bugs
  • September, 3 – submit code and resource files to Google

Completion criteria

  • Moodle will allow users to record audio content.
  • Moodle will allow developers to integrate new audio recording components easily.

Use cases

See also