|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.telscenter.pas.util.JaxbQtiCreationUtils
public class JaxbQtiCreationUtils
Creation of jaxb element utils
| Constructor Summary | |
|---|---|
JaxbQtiCreationUtils()
Constructor |
|
| Method Summary | |
|---|---|
static void |
addChoice(net.sf.sail.jaxb.extension.BlockInteractionType interaction,
org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType newJaxbSimpleChoice,
int newChoiceIndex,
org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType responseDeclarationType)
Adds a simple choice to the list of choices |
static void |
addInlineFeedbackToChoice(org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType choice,
java.lang.String choiceId)
|
static net.sf.sail.jaxb.extension.BlockInteractionType |
addJaxbBlockInteraction(JaxbQtiStep assmtBean,
java.lang.String keyString,
int rimIndex,
java.util.List<org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType> responseDeclarations)
|
static boolean |
isCorrectAnswer(org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType rd,
java.lang.String answerId)
Checks the answerID vs the correct answer id in response declaration |
static void |
removeBlockInteraction(org.imsglobal.xsd.imsqti_v2p0.AssessmentItemType assessmentItem,
net.sf.sail.jaxb.extension.BlockInteractionType interaction)
Removes the interaction from the list of interactions |
static void |
removeChoice(net.sf.sail.jaxb.extension.BlockInteractionType interaction,
org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType simpleChoice)
Removes a simple choice from the list of choices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxbQtiCreationUtils()
| Method Detail |
|---|
public static void removeBlockInteraction(org.imsglobal.xsd.imsqti_v2p0.AssessmentItemType assessmentItem,
net.sf.sail.jaxb.extension.BlockInteractionType interaction)
assessmentItem - interaction -
public static void addChoice(net.sf.sail.jaxb.extension.BlockInteractionType interaction,
org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType newJaxbSimpleChoice,
int newChoiceIndex,
org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType responseDeclarationType)
interaction - newJaxbSimpleChoice - newChoiceIndex - responseDeclarationType -
public static void removeChoice(net.sf.sail.jaxb.extension.BlockInteractionType interaction,
org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType simpleChoice)
interaction - simpleChoice -
public static net.sf.sail.jaxb.extension.BlockInteractionType addJaxbBlockInteraction(JaxbQtiStep assmtBean,
java.lang.String keyString,
int rimIndex,
java.util.List<org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType> responseDeclarations)
assmtBean - bi - string - rimIndex - responseDeclarations -
public static boolean isCorrectAnswer(org.imsglobal.xsd.imsqti_v2p0.ResponseDeclarationType rd,
java.lang.String answerId)
rd - answerId -
public static void addInlineFeedbackToChoice(org.imsglobal.xsd.imsqti_v2p0.SimpleChoiceType choice,
java.lang.String choiceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||