+
+
{{ practice.title }}
+
+
+
+ {{ practice.score }}分
+
+
+
+
+
+ 练习日期:
+ {{ practice.practiceDate }}
+
+
+ 练习时间:
+ {{ practice.duration }}分钟
+
+
+ 题库数量:
+ {{ practice.questionCount }}
+
+
+
+
+
+
+ 答对
+ {{ practice.correctCount || 0 }}题
+
+
+
+
+ 答错
+ {{ practice.wrongCount || 0 }}题
+
+
+
+ {{ practice.description || '该练习包含' + practice.questionCount + '道题目,涵盖了相关知识点。' }}
+
+
+
+
+