You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the node for quitting is coded as follows:
if trans_node$ == trans_node_quit$
# If the transcriber decided to quit, then set the 'trial'
# variable so that the script breaks out of the while-loop.
trial = nTrialsCV + 1
endif
Mary noted in transcribing that: "This results in a very ungraceful way to quit midstream. Figure out a better way."
This is very low priority by comparison to other still open issues with this kludged together release.
The text was updated successfully, but these errors were encountered:
Currently the node for quitting is coded as follows:
Mary noted in transcribing that: "This results in a very ungraceful way to quit midstream. Figure out a better way."
This is very low priority by comparison to other still open issues with this kludged together release.
The text was updated successfully, but these errors were encountered: