|
@@ -34,35 +34,44 @@
|
|
|
<td>
|
|
|
{{ item2.totalScore }}
|
|
|
</td>
|
|
|
- <td>
|
|
|
+ <td v-round-number>
|
|
|
{{ item2.coefficient }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.high.questionCount }}
|
|
|
+ {{ item2.discriminationLevel.excellent.questionCount }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.high.fullScore }}
|
|
|
+ {{ item2.discriminationLevel.excellent.fullScore }}
|
|
|
</td>
|
|
|
- <td>
|
|
|
- {{ item2.difficulityLevel.high.percent }}
|
|
|
+ <td v-number-to-percent>
|
|
|
+ {{ item2.discriminationLevel.excellent.percent }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.middle.questionCount }}
|
|
|
+ {{ item2.discriminationLevel.good.questionCount }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.middle.fullScore }}
|
|
|
+ {{ item2.discriminationLevel.good.fullScore }}
|
|
|
+ </td>
|
|
|
+ <td v-number-to-percent>
|
|
|
+ {{ item2.discriminationLevel.good.percent }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.middle.percent }}
|
|
|
+ {{ item2.discriminationLevel.general.questionCount }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.low.questionCount }}
|
|
|
+ {{ item2.discriminationLevel.general.fullScore }}
|
|
|
+ </td>
|
|
|
+ <td v-number-to-percent>
|
|
|
+ {{ item2.discriminationLevel.general.percent }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.low.fullScore }}
|
|
|
+ {{ item2.discriminationLevel.bad.questionCount }}
|
|
|
</td>
|
|
|
<td>
|
|
|
- {{ item2.difficulityLevel.low.percent }}
|
|
|
+ {{ item2.discriminationLevel.bad.fullScore }}
|
|
|
+ </td>
|
|
|
+ <td v-number-to-percent>
|
|
|
+ {{ item2.discriminationLevel.bad.percent }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|