feat(vocab): add hard status management for SRS items and update related logic
This commit is contained in:
@@ -315,19 +315,6 @@
|
||||
{{ $t('socialnetwork.vocab.courses.wrong') }}. {{ $t('socialnetwork.vocab.courses.correctAnswer') }}: {{ currentVocabQuestion.answer }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="vocab-hard-actions">
|
||||
<button type="button" class="btn-switch-mode" @click="markCurrentVocabAsHard">
|
||||
{{ $t('socialnetwork.vocab.courses.markVocabHard') }}
|
||||
</button>
|
||||
<button
|
||||
v-if="isCurrentVocabMarkedHard"
|
||||
type="button"
|
||||
class="btn-switch-mode"
|
||||
@click="unmarkCurrentVocabAsHard"
|
||||
>
|
||||
{{ $t('socialnetwork.vocab.courses.unmarkVocabHard') }}
|
||||
</button>
|
||||
</div>
|
||||
<!-- Multiple Choice Modus -->
|
||||
<div v-if="vocabTrainerMode === 'multiple_choice' && !vocabTrainerAnswered" class="vocab-answer-area multiple-choice">
|
||||
<div class="choice-buttons">
|
||||
|
||||
Reference in New Issue
Block a user