org.sakaiproject.tool.assessment.ui.listener.delivery
Class AudioUploadActionListener

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.listener.delivery.AudioUploadActionListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class AudioUploadActionListener
extends Object
implements javax.faces.event.ActionListener

Title: Samigo

Purpose: When student makes a recording for an audio question type the audio recorder applet makes a copy of the local recording and posts it to a special servlet,

Version:
$Id: AudioUploadActionListener.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
Author:
Ed Smiley
See Also:
org.sakaiproject.tool.assessment.ui.servlet.delivery.UploadAudioMediaServlet, that copies it to a designated file on the server. When that student then posts the answer by pressing the Update button, the actual grading record is made.

Description: Sakai Assessment Manager


Constructor Summary
AudioUploadActionListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          ACTION. add audio recording to item grading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioUploadActionListener

public AudioUploadActionListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent ae)
                   throws javax.faces.event.AbortProcessingException
ACTION. add audio recording to item grading

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
ae - the action event triggering the processAction method
Throws:
javax.faces.event.AbortProcessingException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.