|
@@ -78,7 +78,6 @@ public interface NetExamService {
|
|
|
*
|
|
|
* @param key
|
|
|
* @param token
|
|
|
- * @param examRecordId
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
@@ -111,7 +110,6 @@ public interface NetExamService {
|
|
|
*
|
|
|
* @param key
|
|
|
* @param token
|
|
|
- * @param examRecordId
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
@@ -133,7 +131,6 @@ public interface NetExamService {
|
|
|
*
|
|
|
* @param key
|
|
|
* @param token
|
|
|
- * @param examQuestionId
|
|
|
* @param studentAnswer
|
|
|
* @return
|
|
|
* @throws Exception
|
|
@@ -145,7 +142,6 @@ public interface NetExamService {
|
|
|
*
|
|
|
* @param key
|
|
|
* @param token
|
|
|
- * @param examRecordId
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
@@ -234,7 +230,6 @@ public interface NetExamService {
|
|
|
*
|
|
|
* @param key
|
|
|
* @param token
|
|
|
- * @param examId
|
|
|
* @param examRecordDataId
|
|
|
* @return
|
|
|
* @throws Exception
|
|
@@ -251,4 +246,5 @@ public interface NetExamService {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
Result getExamRecordQuestions(String key, String token, Long examRecordDataId) throws Exception;
|
|
|
+
|
|
|
}
|