public final class ValueMapping
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.tencompetence.services.xml.qti.elements.Block |
createBlockCorrespondingToQuestionType(java.lang.String questionType,
org.tencompetence.services.xml.qti.elements.AssessmentItemInstance item)
Created and returns a block corresponding to the question type.
|
static java.lang.String |
getUserFriendlyQuestionType(java.lang.String questionType)
Gets the user-friendly question type.
|
public static java.lang.String getUserFriendlyQuestionType(java.lang.String questionType)
questionType
- the question typepublic static org.tencompetence.services.xml.qti.elements.Block createBlockCorrespondingToQuestionType(java.lang.String questionType, org.tencompetence.services.xml.qti.elements.AssessmentItemInstance item)
questionType
- the question typeitem
- the assessment item instance