|
@@ -273,7 +273,7 @@ Page({
|
|
273
|
|
273
|
|
|
274
|
for(let i=0;i<content.Question.length;i++){
|
274
|
for(let i=0;i<content.Question.length;i++){
|
|
275
|
for(let j=0;j<content.Question[i].OptionsEnglish.length;j++){
|
275
|
for(let j=0;j<content.Question[i].OptionsEnglish.length;j++){
|
|
276
|
- if (j<4){
|
|
|
|
|
|
276
|
+ if (j<4){//选项不能超过4个
|
|
277
|
let str=content.Question[i].OptionsChinese[j];
|
277
|
let str=content.Question[i].OptionsChinese[j];
|
|
278
|
content.Question[i].OptionsChinese[j]=str.substr(2);
|
278
|
content.Question[i].OptionsChinese[j]=str.substr(2);
|
|
279
|
}
|
279
|
}
|