Commit d5664390 authored by liujiangnan's avatar liujiangnan

feat:

parent 070a9886
...@@ -527,9 +527,9 @@ updateFlagArea(cb){ ...@@ -527,9 +527,9 @@ updateFlagArea(cb){
.to(1.5, {x :that.timerRight._x0}, { easing: 'quadInOut' }) .to(1.5, {x :that.timerRight._x0}, { easing: 'quadInOut' })
.call(() => { .call(() => {
if(window.courseware){ if(window.courseware){
window.courseware.sendAnswer(that.aiexerciseid,"",false,new Date().getTime()); // window.courseware.sendAnswer(that.aiexerciseid,"",false,new Date().getTime());
} }
that.nextMission(); that.nextMission();
}) })
...@@ -596,8 +596,8 @@ updateFlagArea(cb){ ...@@ -596,8 +596,8 @@ updateFlagArea(cb){
.start(); .start();
if(window.courseware){ if(window.courseware){
window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[i].word,false,new Date().getTime()); // window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[i].word,false,new Date().getTime());
} }
}else{ }else{
for(let j = 0; j < 6; j++){ for(let j = 0; j < 6; j++){
...@@ -645,9 +645,9 @@ updateFlagArea(cb){ ...@@ -645,9 +645,9 @@ updateFlagArea(cb){
.start(); .start();
if(window.courseware){ if(window.courseware){
window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[j].word,true,new Date().getTime()); // window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[j].word,true,new Date().getTime());
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment