-
{{topBtnText}}
+
{{ topBtnText }}
- {{list[index].type == 1 ? '单选' : '多选'}}题
+ {{ list[index].type == 1 ? '单选' : '多选' }}题
- {{index+1}}/{{list.length}}
+ {{ index + 1 }}/{{ list.length }}
-
{{list[index].title}}
+
{{ list[index].title }}
-
-

-

- {{item.sort}} {{item.content}}
+
+

+

+ {{ item.sort }} {{ item.content }}
-
-

-

- {{item.sort}} {{item.content}}
+
+

+

+ {{ item.sort }} {{ item.content }}
@@ -42,35 +46,38 @@
答案解析
-
正确答案:{{list[index].answer}}
-
-
+
正确答案:{{ list[index].answer }}
+
+
+
-

+
本次答对题目数
-
{{resultInfo.right}}
+
{{ resultInfo.right }}
- 正确率: {{resultInfo.rate}}
- 用时: {{useTime}}
- 错题数: {{resultInfo.wrong}}
+ 正确率: {{ resultInfo.rate }}
+ 用时: {{ useTime }}
+ 错题数: {{ resultInfo.wrong }}
返回
再来一组