org.activemath.exercises.generators
Class HTWSequenced

java.lang.Object
  extended by org.activemath.exercises.openmath.OpenMath
      extended by org.activemath.exercises.InteractionGenerator
          extended by org.activemath.exercises.generators.HTWGenerator
              extended by org.activemath.exercises.generators.HTWSequenced

public class HTWSequenced
extends HTWGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.activemath.exercises.generators.HTWGenerator
HTWGenerator.HtwEvaluator
 
Field Summary
 
Fields inherited from class org.activemath.exercises.generators.HTWGenerator
defaultSuffix, feedbackGenerator, isCorrect, knownInteractionsMap, previousInteractionId, service, thisUserInput
 
Fields inherited from class org.activemath.exercises.InteractionGenerator
activemathNamespace, dublinCoreNamespace, exercise, exerciseId, knownInteractions, lang, localUserModel, localUserModelActive, masterGenerator, om, omdocNamespace, openmathNamespace, parameters, presentationStrategy, serializer, session, theoryId
 
Constructor Summary
HTWSequenced(LocalUserModel localUserModel)
           
 
Method Summary
 org.jdom.Element makeInteractiveStep(String id)
          should be refactored and partially moved to the feedback generator
 
Methods inherited from class org.activemath.exercises.generators.HTWGenerator
getAnswerEvaluator, getConceptualHint, getInteraction, getInteraction, getProceduralHint, getProcessHint, getRuleStatement, makeChoiceInteraction, makeCorrectStepInteraction, makeFinalInteraction, makeFirstInteractiveStep, makeImportInteraction, makeInteractionXref, makeSemiFinalInteraction, makeSimplifyInteraction, makeStepMetadata, makeWrongStepInteraction
 
Methods inherited from class org.activemath.exercises.InteractionGenerator
abort, getExerciseDocument, getExerciseId, getFeedback, getName, getParameters, getPresentationStrategy, getSession, getTheoryId, hasAnswerMap, isStrategy, setExerciseDocument, setExerciseId, setIsStrategy, setLang, setMasterGenerator, setName, setParameters, setPresentationStrategy, setSession, setTheoryId
 
Methods inherited from class org.activemath.exercises.openmath.OpenMath
applyBinding, getOmobjContents, oma, oma, oma, oma, oma, ombind, ombind, ombind, ombind, ombind, ombvar, ombvar, ombvar, ombvar, ome, ome, ome, ome, omf, omf, omi, omi, omobj, oms, omstr, omv, output, setOmNamespace, substituteVariables, tidyForOpenMath1, toDouble, toInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTWSequenced

public HTWSequenced(LocalUserModel localUserModel)
Method Detail

makeInteractiveStep

public org.jdom.Element makeInteractiveStep(String id)
Description copied from class: HTWGenerator
should be refactored and partially moved to the feedback generator

Overrides:
makeInteractiveStep in class HTWGenerator
Returns: