org.telscenter.pas.steps.actions
Class ChallengeQuestionCheckAction
java.lang.Object
javax.swing.AbstractAction
org.telscenter.pas.steps.actions.DialogSaveAction
org.telscenter.pas.steps.actions.ChallengeQuestionCheckAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class ChallengeQuestionCheckAction
- extends DialogSaveAction
checks and saves when user attempts an answer for a Challenge Question
- Author:
- hiroki, jerry
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
doCheckAndUpdate()
check student's answer
display inline feedback
display modal popup with message specific to the submitted answer and a link
to relevent step. |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChallengeQuestionCheckAction
public ChallengeQuestionCheckAction(AssessmentItem assessmentItem,
java.util.Map<java.lang.String,java.lang.Object> responses,
java.util.Map<ResponseDeclaration,net.sf.sail.core.entity.ISock<java.lang.String>> responseDeclarationToSocks,
ChallengeQuestion cq)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener- Overrides:
actionPerformed in class DialogSaveAction
doCheckAndUpdate
public void doCheckAndUpdate()
- check student's answer
display inline feedback
display modal popup with message specific to the submitted answer and a link
to relevent step.
Copyright © 2004-2008 TELS Center. All Rights Reserved.