|
|
@@ -41,8 +41,8 @@
|
|
|
//加载数据
|
|
|
window.onload = function () {
|
|
|
//加载听说课文
|
|
|
- answerjson = $.ajax({ url: "AnsText/22034.json", async: false }).responseText;
|
|
|
- reviewjson = $.ajax({ url: "AnsText/22034.json", async: false }).responseText;
|
|
|
+ answerjson = $.ajax({ url: "AnsText/220342.json", async: false }).responseText;
|
|
|
+ reviewjson = $.ajax({ url: "AnsText/220342.json", async: false }).responseText;
|
|
|
hightcodejson = $.ajax({ url: "HightCode/BGGL.json", async: false }).responseText;
|
|
|
}
|
|
|
//加载听说课文
|
|
|
@@ -105,7 +105,7 @@
|
|
|
});
|
|
|
//回显习题答案
|
|
|
$("#backup-answer").on("click", function () {
|
|
|
- backupAllAnswer(answerjson, 0);
|
|
|
+ backupAllAnswer(answerjson, 2);
|
|
|
//var answerJson = "{\"AudioLength\":3,\"AudioUrl\":\"http://172.16.41.241:10103/http_TBookEditor51/exerciseAnswerAudio/2020-11-06_09-31-19.wav\",\"Id\":\"18\",\"Text\":\"\",\"Type\":3}";
|
|
|
//reviewAnswer(answerJson);
|
|
|
});
|