Replies: 1 comment 1 reply
|
OK, thank you for the information. I was not aware of this specific issue before. Unforunately, I cannot make this View Av window to be modal as this affects the ability to move the smaller video window around. (modal means that you cannot perform other actions in the software.) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I recently tried using QualCoder to transcribe/clean up transcriptions, and I really like the feature and I think it's fantastic to have it incorporated. However, it does seem to be a bit risky.
When I am working on a transcription (So I'm in Manage Files -- View audio/video file), it seems that the only way to save progress is to close the window. But if I am working on something longer, this is inconvenient because I pretty much have to stop my work, close the window, open it again, and then find the section I was working on to restart.
Given that the coding part seems to save continuously, I had originally assumed that there is some auto-save at work here, and I was unpleasantly surprised when I lost some work.
If it isn't feasible to implement auto-save here:
In addition to rare but unforeseen issues (e.g. some system-wide issue that forces a shutdown), the current framework is also vulnerable to user error. As is, if I am working on a transcript, and then go to view another document, this other document opens in the View window, and the changes on the transcript are gone. [Which is how I encountered the whole issue today: I went to check something written in another file without thinking, still used to the auto-save that is implemented in the coding framework, and lost a good chunk of work]
All reactions