org.sakaiproject.tool.assessment.ui.listener.evaluation
Class QuestionScoreListener

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

public class QuestionScoreListener
extends Object
implements javax.faces.event.ActionListener, javax.faces.event.ValueChangeListener

This handles the selection of the Question Score entry page.

Description: Action Listener for Evaluation Question Score front door

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$Id: QuestionScoreListener.java 11438 2006-06-30 20:06:03Z daisyf@stanford.edu $
Author:
Ed Smiley

Constructor Summary
QuestionScoreListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
          Standard process action method.
 void processValueChange(javax.faces.event.ValueChangeEvent event)
          Process a value change.
 boolean questionScores(String publishedId, QuestionScoresBean bean, boolean isValueChange)
          This will populate the QuestionScoresBean with the data associated with the particular versioned assessment based on the publishedId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionScoreListener

public QuestionScoreListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Standard process action method.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
event - ActionEvent
Throws:
javax.faces.event.AbortProcessingException

processValueChange

public void processValueChange(javax.faces.event.ValueChangeEvent event)
Process a value change.

Specified by:
processValueChange in interface javax.faces.event.ValueChangeListener

questionScores

public boolean questionScores(String publishedId,
                              QuestionScoresBean bean,
                              boolean isValueChange)
This will populate the QuestionScoresBean with the data associated with the particular versioned assessment based on the publishedId.

Parameters:
publishedId - String
bean - QuestionScoresBean
Returns:
boolean


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