|
@@ -72,9 +72,9 @@ public class EvaluateServiceImpl implements EvaluateService {
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Map<String, Map<String, Double>> analyzeEvalTest(Integer examId) {
|
|
public Map<String, Map<String, Double>> analyzeEvalTest(Integer examId) {
|
|
|
- final String urlQuestionScore = "http://47.111.95.164:8080/api/exam/{examId}/questions";
|
|
|
|
|
- final String urlRecord = "http://47.111.95.164:8080/api/record/{examId}";
|
|
|
|
|
- SeecoderBokClient seecoderBokClient = new SeecoderBokClient("http://bok.seec.seecoder.cn");
|
|
|
|
|
|
|
+ final String urlQuestionScore = "https://eval-server.seec.seecoder.cn/api/exam/{examId}/questions";
|
|
|
|
|
+ final String urlRecord = "https://eval-server.seec.seecoder.cn/api/record/{examId}";
|
|
|
|
|
+ SeecoderBokClient seecoderBokClient = new SeecoderBokClient("https://bok.seec.seecoder.cn");
|
|
|
|
|
|
|
|
Map<String, Map<String, Double>> evalTestResult = new HashMap<>();
|
|
Map<String, Map<String, Double>> evalTestResult = new HashMap<>();
|
|
|
Map<String, Double> allMap = new HashMap<>();
|
|
Map<String, Double> allMap = new HashMap<>();
|