|
@@ -3,7 +3,11 @@ package cn.com.qmth.examcloud.support.examing;
|
|
|
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
|
|
|
|
/**
|
|
|
- * 考试控制属性
|
|
|
+ * 考试控制属性<br>
|
|
|
+ * ExamBoss存储于redis,无过期时间<br>
|
|
|
+ * 开考时,startCount++<br>
|
|
|
+ * 数据从student同步至admin时,endCount++<br>
|
|
|
+ * startCount== endCount 时,清理 {@link ExamBoss}
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @date 2019年12月16日
|