Feature Request: Prevent Submission Without Playing Audio Once to Avoid Mistakes
Closed this issue · 0 comments
Description
I would like to propose a feature enhancement for the audio tagging application. This feature aims to reduce the likelihood of accidental submissions by ensuring that each audio file is played at least once before allowing submission.
Problem Statement
There have been instances where audio files are submitted accidentally without being played, especially in scenarios where the submit button is double-clicked inadvertently. This leads to records being submitted without proper review or tagging.
Suggested Solution
Implement a feature that requires each audio file to be played at least once in its entirety before the submit button becomes active. This will help ensure that all submissions are intentional and that users have listened to the audio files before tagging them.
Possible Implementation
- The submit button could be disabled by default.
- Once an audio file is played fully, the submit button becomes active/enabled.
- If the user navigates to a new audio file without submitting it, the submit button is disabled again until the new file is played.
Benefits
- Reduces the number of accidental submissions.
- Ensures a higher quality of tagging as users are required to listen to the files before submission.
- Improves overall data integrity and accuracy of the tagging process.