diff --git a/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx b/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx index 13c8232..867a7a2 100644 --- a/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx +++ b/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx @@ -64,11 +64,10 @@ export default function SingleChoiceBinaryEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && (
Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
- )} + {/* Utterance text */} {entry.utteranceText && ( diff --git a/src/components/AnnotationViews/SingleChoiceEntryView.tsx b/src/components/AnnotationViews/SingleChoiceEntryView.tsx index ab274f3..b93016c 100644 --- a/src/components/AnnotationViews/SingleChoiceEntryView.tsx +++ b/src/components/AnnotationViews/SingleChoiceEntryView.tsx @@ -70,11 +70,11 @@ export default function SingleChoiceEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && ( +Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
- )} + {/* Utterance text */} {entry.utteranceText && ( diff --git a/src/components/CalibrationViews/CalibrationEntryView.tsx b/src/components/CalibrationViews/CalibrationEntryView.tsx index 317d86a..854743a 100644 --- a/src/components/CalibrationViews/CalibrationEntryView.tsx +++ b/src/components/CalibrationViews/CalibrationEntryView.tsx @@ -86,11 +86,10 @@ export default function CalibrationEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && (Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
- )} + {/* Utterance text */} {entry.utteranceText && (