📄 qtype.java
字号:
package eols.bean.test;
/**
* A class wrapping question type information which can be used to
* describe the question type of each added question.
*
* @author Fasheng Qiu
*
*/
public class QType {
/** Choice question */
public static final int CHOICE = 0;
/** Blank filling question*/
public static final int FILL_BLANK = 1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -