y595705120 %!s(int64=3) %!d(string=hai) anos
pai
achega
c702538ff3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/containers/center/exam/index.vue

+ 1 - 1
src/containers/center/exam/index.vue

@@ -188,7 +188,7 @@ export default {
     doLoadQuestion( item){
       this.currentQuestion = item;
       this.currentQuestion.choice= [];
-      for( let i=0;i<5;i++){
+      for( let i=0;i<6;i++){
         let mkey = "answer"+i
         if(item[mkey] ) this.currentQuestion.choice.push( item[mkey] );
       }