diff --git a/app/pages/classroom.vue b/app/pages/classroom.vue index e0fe602..d81e0c4 100644 --- a/app/pages/classroom.vue +++ b/app/pages/classroom.vue @@ -1086,6 +1086,14 @@ mdi-check mdi-alert + + mdi-microphone + Expected: {{ fieldExpectedValue(segment.key) }} @@ -1130,7 +1138,9 @@ {{ sttTranscribing ? 'mdi-loading' : (sttRecording ? 'mdi-stop-circle' : 'mdi-microphone') }} - {{ sttTranscribing ? 'Transcribing…' : (sttRecording ? 'Stop' : 'Speak readback') }} + + + -
-
- mdi-alert - {{ sttError }} + + +
+
+
+ + {{ sttRecording ? 'mdi-microphone' : (sttTranscribing ? 'mdi-loading' : (sttError ? 'mdi-alert-circle' : 'mdi-microphone-message')) }} + + + + + +
+
+ Filled {{ sttLastFillSummary.filled }} / {{ sttLastFillSummary.total }} field{{ sttLastFillSummary.total === 1 ? '' : 's' }} +
-
- Heard: - {{ sttLastTranscription }} + +
{{ sttError }}
+ +
+ + Speak clearly into your microphone. Click Stop when done. + Sending audio to the speech server…
+ +