public class QTIExportKPRIMItemFormatConfig extends java.lang.Object implements QTIExportItemFormatConfig
构造器和说明 |
---|
QTIExportKPRIMItemFormatConfig(boolean resCols,
boolean posOfResCol,
boolean pointCol,
boolean timeCols) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
hasPointCol() |
boolean |
hasPositionsOfResponsesCol() |
boolean |
hasResponseCols() |
boolean |
hasTimeCols() |
void |
setPointCol(boolean pointColConfigured) |
void |
setPositionsOfResponsesCol(boolean positionsOfResponsesColConfigured) |
void |
setResponseCols(boolean responseColsConfigured) |
void |
setTimeCols(boolean timeColsConfigured) |
public QTIExportKPRIMItemFormatConfig(boolean resCols, boolean posOfResCol, boolean pointCol, boolean timeCols)
public boolean hasResponseCols()
hasResponseCols
在接口中 QTIExportItemFormatConfig
public boolean hasPositionsOfResponsesCol()
public boolean hasPointCol()
hasPointCol
在接口中 QTIExportItemFormatConfig
public boolean hasTimeCols()
hasTimeCols
在接口中 QTIExportItemFormatConfig
public void setPointCol(boolean pointColConfigured)
setPointCol
在接口中 QTIExportItemFormatConfig
public void setPositionsOfResponsesCol(boolean positionsOfResponsesColConfigured)
public void setResponseCols(boolean responseColsConfigured)
setResponseCols
在接口中 QTIExportItemFormatConfig
public void setTimeCols(boolean timeColsConfigured)
setTimeCols
在接口中 QTIExportItemFormatConfig