public interface IPreviousSurveyModel
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ISurveyModel> |
getPreviousSurvey()
之前的小测列表
|
int |
getRightCount()
自己的累计正确数
|
int |
getWrongCount()
自己的累计错误数
|
java.util.List<ISurveyModel> getPreviousSurvey()
int getRightCount()
int getWrongCount()