|
@@ -92,7 +92,7 @@
|
|
|
:key="index"
|
|
|
>
|
|
|
<div
|
|
|
- :id="['q-',question.mainNumber,question.subNumber].join('-')"
|
|
|
+ :id="['bq',question.mainNumber,question.subNumber].join('-')"
|
|
|
class="question tw-rounded tw-cursor-pointer tw-relative tw-mb-2"
|
|
|
:class="isCurrentQuestion(question) && 'current-question'"
|
|
|
@click="chooseQuestion(question)"
|