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 在接口中 QTIExportItemFormatConfigpublic boolean hasPositionsOfResponsesCol()
public boolean hasPointCol()
hasPointCol 在接口中 QTIExportItemFormatConfigpublic boolean hasTimeCols()
hasTimeCols 在接口中 QTIExportItemFormatConfigpublic void setPointCol(boolean pointColConfigured)
setPointCol 在接口中 QTIExportItemFormatConfigpublic void setPositionsOfResponsesCol(boolean positionsOfResponsesColConfigured)
public void setResponseCols(boolean responseColsConfigured)
setResponseCols 在接口中 QTIExportItemFormatConfigpublic void setTimeCols(boolean timeColsConfigured)
setTimeCols 在接口中 QTIExportItemFormatConfig