Uses of Class
org.sakaiproject.tool.assessment.qti.asi.Item

Packages that use Item
org.sakaiproject.tool.assessment.qti.helper   
org.sakaiproject.tool.assessment.qti.helper.item   
 

Uses of Item in org.sakaiproject.tool.assessment.qti.helper
 

Methods in org.sakaiproject.tool.assessment.qti.helper with parameters of type Item
 Map ExtractionHelper.mapItem(Item itemXml)
          Get map of data to set from item XML
 Map ExtractionHelper.mapItem(Item itemXml, boolean isRespondus)
           
 

Uses of Item in org.sakaiproject.tool.assessment.qti.helper.item
 

Methods in org.sakaiproject.tool.assessment.qti.helper.item that return Item
 Item ItemHelperBase.readTypeSurveyItem(String scaleName)
          Get Item Xml for a given survey item scale name.
 Item ItemHelperIfc.readTypeSurveyItem(String scaleName)
          Get Item Xml for a given survey item scale name.
 Item ItemHelperBase.readTypeXMLItem(Long type)
          Get Item Xml for a given item type as a TypeIfc.
 Item ItemHelperIfc.readTypeXMLItem(Long type)
          Get Item Xml for a given item type as a Long .
 Item ItemHelperBase.readXMLDocument(InputStream inputStream)
          Read an item XML document from a stream into an Item XML object
 Item ItemHelperIfc.readXMLDocument(InputStream inputStream)
          Read XML document from input stream
 Item ItemHelperBase.updateItemXml(Item itemXml, String xpath, String value)
          Update path with value
 Item ItemHelperIfc.updateItemXml(Item itemXml, String xpath, String value)
          DOCUMENTATION PENDING
 

Methods in org.sakaiproject.tool.assessment.qti.helper.item with parameters of type Item
 void ItemHelperIfc.addCorrectAnswer(String correctAnswerLabel, Item itemXml)
          Flags an answer as correct.
 void ItemHelper12Impl.addCorrectAnswer(String correctAnswerLabel, Item itemXml)
          Flags an answer as correct.
 void ItemHelper20Impl.addCorrectAnswer(String correctAnswerLabel, Item itemXml)
          Flags an answer as correct.
 void ItemHelperIfc.addIncorrectAnswer(String incorrectAnswerLabel, Item itemXml)
          Flags an answer as NOT correct.
 void ItemHelper12Impl.addIncorrectAnswer(String incorrectAnswerLabel, Item itemXml)
          Flags an answer as INCORRECT.
 void ItemHelper20Impl.addIncorrectAnswer(String incorrectAnswerLabel, Item itemXml)
           
 void ItemHelperIfc.addMaxScore(Float score, Item itemXml)
          Add minimum score to item XML.
 void ItemHelper12Impl.addMaxScore(Float score, Item itemXml)
          Add maximum score to item XML.
 void ItemHelper20Impl.addMaxScore(Float score, Item itemXml)
          Add maximum score to item XML.
 void ItemHelperIfc.addMinScore(Float score, Item itemXml)
          Add maximum score to item XML
 void ItemHelper12Impl.addMinScore(Float discount, Item itemXml)
          Add minimum score to item XML
 void ItemHelper20Impl.addMinScore(Float score, Item itemXml)
          Add minimum score to item XML
 void ItemHelper12Impl.addResponseEntry(Item itemXml, String xpath, String value, boolean isInsert, String responseNo, String responseLabel)
          Add/update a response label entry
 void ItemHelper12Impl.flagAnswerCorrect(String answerLabel, Item itemXml, boolean correct)
          Flags an answer as correct/incorrect.
 String ItemHelperIfc.getItemType(Item itemXml)
           
 String ItemHelper12Impl.getItemType(Item itemXml)
          get item type string
 String ItemHelper20Impl.getItemType(Item itemXml)
          get item type string we use title for this for now
 String ItemHelperIfc.getText(Item itemXml)
          Get the text for the item
 String ItemHelper12Impl.getText(Item itemXml)
          Get the text for the item
 String ItemHelper20Impl.getText(Item itemXml)
          Get the text for the item
protected  String ItemHelperBase.makeItemNodeText(Item itemXml, String xpath)
          Concatenate nodes for xpath
 void ItemHelperIfc.setAnswers(ArrayList itemTextList, Item itemXml)
          Set the answer texts for item.
 void ItemHelper12Impl.setAnswers(ArrayList itemTextList, Item itemXml)
          Set the answer texts for item.
 void ItemHelper20Impl.setAnswers(ArrayList itemTextList, Item itemXml)
          Set the answer texts for item.
 void ItemHelperIfc.setFeedback(ArrayList itemTextList, Item itemXml)
          Set the feedback texts for item.
 void ItemHelper12Impl.setFeedback(ArrayList itemTextList, Item itemXml)
          Set the feedback texts for item.
 void ItemHelper20Impl.setFeedback(ArrayList itemTextList, Item itemXml)
           
 void ItemHelperIfc.setItemText(String itemText, Item itemXml)
          Set the (usually instructional text) for trhe item.
 void ItemHelper12Impl.setItemText(String itemText, Item itemXml)
          Set the item text.
 void ItemHelper20Impl.setItemText(String itemText, Item itemXml)
           
 void ItemHelperIfc.setItemTexts(ArrayList itemTextList, Item itemXml)
          Set the (one or more) item texts.
 void ItemHelper12Impl.setItemTexts(ArrayList itemTextList, Item itemXml)
          Set the (one or more) item texts.
 void ItemHelper20Impl.setItemTexts(ArrayList itemTextList, Item itemXml)
          Set the (one or more) item texts.
 Item ItemHelperBase.updateItemXml(Item itemXml, String xpath, String value)
          Update path with value
 Item ItemHelperIfc.updateItemXml(Item itemXml, String xpath, String value)
          DOCUMENTATION PENDING
 



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