public class QTIExportFIBItemFormatConfig extends java.lang.Object implements QTIExportItemFormatConfig
| 构造器和说明 |
|---|
QTIExportFIBItemFormatConfig(boolean resCols,
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 QTIExportFIBItemFormatConfig(boolean resCols,
boolean pointCol,
boolean timeCols)
public boolean hasResponseCols()
hasResponseCols 在接口中 QTIExportItemFormatConfigpublic boolean hasPointCol()
hasPointCol 在接口中 QTIExportItemFormatConfigpublic boolean hasTimeCols()
hasTimeCols 在接口中 QTIExportItemFormatConfigpublic boolean hasPositionsOfResponsesCol()
public void setPointCol(boolean pointColConfigured)
setPointCol 在接口中 QTIExportItemFormatConfigpublic void setResponseCols(boolean responseColsConfigured)
setResponseCols 在接口中 QTIExportItemFormatConfigpublic void setTimeCols(boolean timeColsConfigured)
setTimeCols 在接口中 QTIExportItemFormatConfigpublic void setPositionsOfResponsesCol(boolean positionsOfResponsesColConfigured)