org.activemath.webapp.controller
Class ExerciseSequencerController
java.lang.Object
org.infohazard.maverick.ctl.Throwaway2
org.infohazard.maverick.ctl.ThrowawayBean2
org.activemath.webapp.base.ControllerBase
org.activemath.webapp.controller.ExerciseSequencerController
- All Implemented Interfaces:
- Controller
public class ExerciseSequencerController
- extends ControllerBase
| Methods inherited from class org.activemath.webapp.base.ControllerBase |
addError, addError, enableNoCache, escapeForHtmlSafety, getAccountManager, getAppSession, getCmdName, getCurrentUser, getErrors, getHttpSession, getLanguage, getModel, getOutputFormat, getRequest, getResponse, getSkin, hasErrors, perform, publishControllerEvent, sendError, sendError, sendJson, sendLoginRequired, sendRedirect, sendRedirect, setPasswd, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEEDBACK_START
public static final String FEEDBACK_START
- See Also:
- Constant Field Values
FEEDBACK_CONTINUE_STOP
public static final String FEEDBACK_CONTINUE_STOP
- See Also:
- Constant Field Values
FEEDBACK_DOING_EXERCISE
public static final String FEEDBACK_DOING_EXERCISE
- See Also:
- Constant Field Values
ExerciseSequencerController
public ExerciseSequencerController()
action
protected String action()
throws Exception
- Description copied from class:
ControllerBase
- This is the method you should override to implement application logic.
- Overrides:
action in class ControllerBase
- Throws:
Exception
getAction
public String getAction()
setAction
public void setAction(String action)
getLearningGoal
public String getLearningGoal()
setLearningGoal
public void setLearningGoal(String learningGoal)
getConceptIds
public String[] getConceptIds()
setConceptIds
public void setConceptIds(String[] conceptIds)
getExerciseId
public String getExerciseId()
setExerciseId
public void setExerciseId(String nextExerciseId)
getFeedbackView
public String getFeedbackView()
setFeedbackView
public void setFeedbackView(String feedbackView)
getSequencerId
public String getSequencerId()
setSequencerId
public void setSequencerId(String sequencerId)
setStrategy
public void setStrategy(String value)
getBookId
public String getBookId()
setBookId
public void setBookId(String bookId)
getType
public String getType()
setType
public void setType(String type)
getNumExerciseSuccessful
public String getNumExerciseSuccessful()
setNumExerciseSuccessful
public void setNumExerciseSuccessful(String numExerciseSuccessful)
getPageIds
public String[] getPageIds()
setPageIds
public void setPageIds(String[] pageIds)
getTimeOut
public String getTimeOut()
setTimeOut
public void setTimeOut(String timeOut)