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