Commit 82104c45 authored by liujiangnan's avatar liujiangnan

feat: 录音改成三秒

parent 8c2e51db
......@@ -366,7 +366,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
return;
}
courseware.startTest(this.answerRightarr[0]);
await asyncDelay(5);
await asyncDelay(3);
courseware.stopTest((res) => { // 这里面是一个评测对象,里面有各种维度的评分
let str = JSON.parse(res)
this.conclusion(str.result.overall)
......
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