org.activemath.content.items
Class DynamicItemTCTA
java.lang.Object
org.activemath.content.items.Item
org.activemath.content.items.DynamicItem
org.activemath.content.items.DynamicItemText
org.activemath.content.items.DynamicItemTCTA
- All Implemented Interfaces:
- Serializable
public class DynamicItemTCTA
- extends DynamicItemText
DynamicItem for the tutorial component teacher assistant feature.
- See Also:
- Serialized Form
| Fields inherited from class org.activemath.content.items.Item |
copyrights, dependsOn, factory, flavorSet, forId, forIds, id, mbaseId, metadata, omdocTag, omdocType, relatedTo, relationsIn, relationsOut, shouldUseTitleFromID, theoryId, title, titles |
| Methods inherited from class org.activemath.content.items.DynamicItem |
getCopyrightData, getCopyrightElement, getForId, getForIds, getIncomingRelations, getMetadata, getMetadataElement, getOutgoingRelations, getQueryName, getQueryParameters, getReferences, getSerializedNumber, getServiceName, getTitles, getType, hasFlavors, initQueryParameters, isLazyTask, isNLGText, isServiceCall, isText, setLink, toOJDynamicItem, toString |
| Methods inherited from class org.activemath.content.items.Item |
equals, getDependsOn, getDifficulty, getFlavorSet, getFullDOM, getId, getMBaseId, getNumWords, getOmdocTag, getOmdocType, getRelatedTo, getSystemId, getTheoryId, getTitle, getTitle, getTitle, getTitles, hashCode, setUseTitleFromID |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
instanciateDynamicItem
public List instanciateDynamicItem(String userId)
- Description copied from class:
DynamicItemText
- Here we execute the DynamicItemText.
Actually, we have to do this by
instanciating time. Here we also initiate the titles and Metadata.
- Overrides:
instanciateDynamicItem in class DynamicItemText
- Parameters:
userId - - may be null
- Returns:
- an empty ArrayList. we don't actually need to result anything.
And if null returned, the Id of the DynamicItem will be als
result added to itemIds in page.
initTitles
public void initTitles(String userId)
- get the general titles for author notification
- Overrides:
initTitles in class DynamicItemText